- update to 0.8.6
- drop patch as SGMLSpl.pm is included in the scripts, not distributed - BR perl-XML-SAX (close 188481)
This commit is contained in:
parent
70a7fe9b6c
commit
4056d9a37c
@ -1 +1 @@
|
|||||||
docbook2X-0.8.5.tar.gz
|
docbook2X-0.8.6.tar.gz
|
||||||
|
@ -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.
|
|
@ -1,18 +1,19 @@
|
|||||||
Name: docbook2X
|
Name: docbook2X
|
||||||
Version: 0.8.5
|
Version: 0.8.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Convert docbook into man and Texinfo
|
Summary: Convert docbook into man and Texinfo
|
||||||
|
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://docbook2x.sourceforge.net/
|
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
|
# 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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: libxslt openjade
|
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
|
# rpmlint isn't happy with libxslt, but we need xsltproc
|
||||||
Requires: libxslt openjade texinfo
|
Requires: libxslt openjade texinfo
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
@ -26,7 +27,6 @@ documents.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# to avoid clashing with docbook2* from docbook-utils
|
# to avoid clashing with docbook2* from docbook-utils
|
||||||
@ -71,10 +71,14 @@ fi
|
|||||||
%{_datadir}/docbook2X/
|
%{_datadir}/docbook2X/
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_infodir}/docbook2*
|
%{_infodir}/docbook2*
|
||||||
%{perl_vendorlib}/*
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 17 2006 Patrice Dumas <dumas@centre-cired.fr> - 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 <dumas@centre-cired.fr> - 0.8.5-2
|
* Fri Feb 17 2006 Patrice Dumas <dumas@centre-cired.fr> - 0.8.5-2
|
||||||
- rebuild for fc5
|
- rebuild for fc5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user