From: Tony G. <Ton...@Su...> - 2003-12-20 09:43:14
|
I don't know that anybody actually asked Santa Claus for a new version of xmlroff for Christmas, but it's here just in time for the holidays. xmlroff 0.2.4 incorporates multiple fixes resulting from getting xmlroff to run the samples from the XML 2003 "XSL FO Chef's Tools Exhibition". PangoPDF 1.2.3.3 differs from 1.2.3.2 only in that two irrelevant error messages are commented out. libfo-jni 0.2.0 is an extremely simple Java Native Interface wrapper on libfo. I tried making source RPMs, a la Tim Waugh, but it failed, and since I'm supposed to be catching a plane a few hours from now, I don't have time to investigate. Happy holidays, Tony Graham ------------------------------------------------------------------------ XML Technology Center - Dublin Sun Microsystems Ireland Ltd Phone: +353 1 8199708 Hamilton House, East Point Business Park, Dublin 3 x(70)19708 |
From: Tim W. <tw...@re...> - 2003-12-20 13:57:59
|
On Sat, Dec 20, 2003 at 09:43:07AM +0000, Tony Graham wrote: > xmlroff 0.2.4 incorporates multiple fixes resulting from getting > xmlroff to run the samples from the XML 2003 "XSL FO Chef's Tools > Exhibition". Excellent! > I tried making source RPMs, a la Tim Waugh, but it failed, and since > I'm supposed to be catching a plane a few hours from now, I don't have > time to investigate. Pangopdf needs this patch (sorry I didn't catch it before): --- pangopdf-1.2.3.3/pangopdf-pango.spec.in.fix 2003-12-20 13:44:57.0000000= 00 +0000 +++ pangopdf-1.2.3.3/pangopdf-pango.spec.in 2003-12-20 13:45:59.000000000 += 0000 @@ -4,8 +4,9 @@ Release: 1 License: LGPL Group: System Environment/Libraries -Source: http://pangopdf.sourceforge.net/ -BuildRoot: /var/tmp/%{name}-%{version}-root +Url: http://pangopdf.sourceforge.net/ +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: glib2 BuildRequires: glib2-devel =20 I've put updated source RPMs at: ftp://people.redhat.com/twaugh/docbook/xmlroff Tim. */ |
From: Tony G. <Ton...@Su...> - 2004-01-09 16:44:31
|
Tim Waugh <tw...@re...> wrote at Sat, 20 Dec 2003 13:57:44 +0000: > On Sat, Dec 20, 2003 at 09:43:07AM +0000, Tony Graham wrote: ... > > I tried making source RPMs, a la Tim Waugh, but it failed, and since > > I'm supposed to be catching a plane a few hours from now, I don't have > > time to investigate. > > Pangopdf needs this patch (sorry I didn't catch it before): Thanks. Committed. I plan to add my PangoPDF source RPM to the Sourceforge downloads, but I'm having trouble uploading at present. The xmlroff source RPM will take a bit longer since it appears I have to go back and reinstall/rebuild pangopdf and libgnomeprint from their RPMs before I can make a source RPM for xmlroff. Regards, Tony Graham ------------------------------------------------------------------------ XML Technology Center - Dublin Sun Microsystems Ireland Ltd Phone: +353 1 8199708 Hamilton House, East Point Business Park, Dublin 3 x(70)19708 |
From: Tim W. <tw...@re...> - 2004-01-09 17:31:52
|
On Fri, Jan 09, 2004 at 04:44:24PM +0000, Tony Graham wrote: > The xmlroff source RPM will take a bit longer since it appears I have > to go back and reinstall/rebuild pangopdf and libgnomeprint from their > RPMs before I can make a source RPM for xmlroff. rpmbuild -ts doesn't work for you? Tim. */ |
From: Tony G. <Ton...@Su...> - 2004-01-12 15:51:32
|
Tim Waugh <tw...@re...> wrote at Fri, 09 Jan 2004 17:31:42 +0000: > On Fri, Jan 09, 2004 at 04:44:24PM +0000, Tony Graham wrote: > > > The xmlroff source RPM will take a bit longer since it appears I have > > to go back and reinstall/rebuild pangopdf and libgnomeprint from their > > RPMs before I can make a source RPM for xmlroff. > > rpmbuild -ts doesn't work for you? # rpmbuild -ts xmlroff-0.2.4.tar.gz error: Failed build dependencies: libgnomeprint22-devel is needed by xmlroff-0.2.4-0.1 pangopdf-devel is needed by xmlroff-0.2.4-0.1 Presumably this is because I install PangoPDF from the development directory and built libgnomeprint from its tar file, not from any RPM. I will change to a different Linux partition and build the packages from their RPMs. BTW, the PangoPDF SRPM is now available on SourceForge. Thanks, Tim, for helping me get this far, and for making the SRPMs available on your site up until now. Regards, Tony Graham ------------------------------------------------------------------------ XML Technology Center - Dublin Sun Microsystems Ireland Ltd Phone: +353 1 8199708 Hamilton House, East Point Business Park, Dublin 3 x(70)19708 |
From: Tim W. <tw...@re...> - 2004-01-12 16:03:18
|
On Mon, Jan 12, 2004 at 03:51:29PM +0000, Tony Graham wrote: > Tim Waugh <tw...@re...> wrote at Fri, 09 Jan 2004 17:31:42 +0000: > > On Fri, Jan 09, 2004 at 04:44:24PM +0000, Tony Graham wrote: > >=20 > > > The xmlroff source RPM will take a bit longer since it appears I have > > > to go back and reinstall/rebuild pangopdf and libgnomeprint from their > > > RPMs before I can make a source RPM for xmlroff. > >=20 > > rpmbuild -ts doesn't work for you? >=20 > # rpmbuild -ts xmlroff-0.2.4.tar.gz > error: Failed build dependencies: > libgnomeprint22-devel is needed by xmlroff-0.2.4-0.1 > pangopdf-devel is needed by xmlroff-0.2.4-0.1 Ah. I think you can short-circuit that check with --nodeps (with no ill effects). Tim. */ |
From: Tony G. <Ton...@Su...> - 2004-01-12 16:23:47
|
Tim Waugh <tw...@re...> wrote at Mon, 12 Jan 2004 16:03:09 +0000: > On Mon, Jan 12, 2004 at 03:51:29PM +0000, Tony Graham wrote: > > Tim Waugh <tw...@re...> wrote at Fri, 09 Jan 2004 17:31:42 +0000: > > > rpmbuild -ts doesn't work for you? > > > > # rpmbuild -ts xmlroff-0.2.4.tar.gz > > error: Failed build dependencies: > > libgnomeprint22-devel is needed by xmlroff-0.2.4-0.1 > > pangopdf-devel is needed by xmlroff-0.2.4-0.1 > > Ah. I think you can short-circuit that check with --nodeps (with no > ill effects). Thanks, yet again. Done and uploaded. Regards, Tony Graham ------------------------------------------------------------------------ XML Technology Center - Dublin Sun Microsystems Ireland Ltd Phone: +353 1 8199708 Hamilton House, East Point Business Park, Dublin 3 x(70)19708 |