From 4056d9a37ce05d271dfb22b6deb8dd9715aae47a Mon Sep 17 00:00:00 2001 From: pertusus Date: Apr 10 2006 17:41:01 +0000 Subject: - update to 0.8.6 - drop patch as SGMLSpl.pm is included in the scripts, not distributed - BR perl-XML-SAX (close 188481) --- diff --git a/.cvsignore b/.cvsignore index 05f8998..86aaed7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -docbook2X-0.8.5.tar.gz +docbook2X-0.8.6.tar.gz diff --git a/docbook2X-vendor_perl.diff b/docbook2X-vendor_perl.diff deleted file mode 100644 index 1b03232..0000000 --- a/docbook2X-vendor_perl.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- perl/Makefile.in-old 2006-02-03 19:28:27.000000000 +0100 -+++ perl/Makefile.in 2006-02-03 19:30:43.000000000 +0100 -@@ -286,7 +286,7 @@ - - install-data-local: - if test ! -e XML ; then cp -dpR $(srcdir)/XML . ; fi -- cd XML/Handler && perl Makefile.PL PREFIX=$(prefix) && $(MAKE) install_perl -+ cd XML/Handler && perl Makefile.PL PREFIX=$(prefix) && $(MAKE) install_vendor - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/docbook2X.spec b/docbook2X.spec index bb5b9e6..706e42c 100644 --- a/docbook2X.spec +++ b/docbook2X.spec @@ -1,18 +1,19 @@ Name: docbook2X -Version: 0.8.5 -Release: 2%{?dist} +Version: 0.8.6 +Release: 1%{?dist} Summary: Convert docbook into man and Texinfo Group: Applications/Text License: BSD URL: http://docbook2x.sourceforge.net/ -Source0: http://heanet.dl.sourceforge.net/sourceforge/docbook2x/docbook2X-%{version}.tar.gz +Source0: http://dl.sourceforge.net/sourceforge/docbook2x/docbook2X-%{version}.tar.gz # modify Makefile.in to replace make install_perl by make install_vendor -Patch0: docbook2X-vendor_perl.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxslt openjade +# required by the perl -c calls during build +BuildRequires: perl-XML-SAX # rpmlint isn't happy with libxslt, but we need xsltproc Requires: libxslt openjade texinfo Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -26,7 +27,6 @@ documents. %prep %setup -q -%patch %build # to avoid clashing with docbook2* from docbook-utils @@ -71,10 +71,14 @@ fi %{_datadir}/docbook2X/ %{_mandir}/man1/* %{_infodir}/docbook2* -%{perl_vendorlib}/* %changelog +* Fri Feb 17 2006 Patrice Dumas - 0.8.6-1 +- update to 0.8.6 +- drop patch as SGMLSpl.pm is included in the scripts, not distributed +- BR perl-XML-SAX (close 188481) + * Fri Feb 17 2006 Patrice Dumas - 0.8.5-2 - rebuild for fc5 diff --git a/sources b/sources index a59a3c8..4e9b9a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05d549646ac11caba6c7f1e07ced33e3 docbook2X-0.8.5.tar.gz +fd5efad56674cfb22ea4831845c3c937 docbook2X-0.8.6.tar.gz