- correct the perl-XML-SAX to be perl(XML::SAX::ParserFactory)
This commit is contained in:
parent
da3b7ce156
commit
0c0338881d
@ -1,6 +1,6 @@
|
|||||||
Name: docbook2X
|
Name: docbook2X
|
||||||
Version: 0.8.7
|
Version: 0.8.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Convert docbook into man and Texinfo
|
Summary: Convert docbook into man and Texinfo
|
||||||
|
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
@ -8,12 +8,11 @@ License: BSD
|
|||||||
URL: http://docbook2x.sourceforge.net/
|
URL: http://docbook2x.sourceforge.net/
|
||||||
Source0: http://ovh.dl.sourceforge.net/sourceforge/docbook2x/docbook2X-%{version}.tar.gz
|
Source0: http://ovh.dl.sourceforge.net/sourceforge/docbook2x/docbook2X-%{version}.tar.gz
|
||||||
|
|
||||||
# modify Makefile.in to replace make install_perl by make install_vendor
|
|
||||||
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
|
# required by the perl -c calls during build
|
||||||
BuildRequires: perl-XML-SAX
|
BuildRequires: perl(XML::SAX::ParserFactory)
|
||||||
# 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))
|
||||||
@ -74,16 +73,19 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 18 2006 Patrice Dumas <dumas@centre-cired.fr> - 0.8.7-1
|
* Mon Sep 11 2006 Patrice Dumas <pertusus@free.fr> 0.8.7-2
|
||||||
|
- correct the perl-XML-SAX to be perl(XML::SAX::ParserFactory)
|
||||||
|
|
||||||
|
* Thu May 18 2006 Patrice Dumas <pertusus@free.fr> - 0.8.7-1
|
||||||
- update to 0.8.7
|
- update to 0.8.7
|
||||||
|
|
||||||
* Fri Feb 17 2006 Patrice Dumas <dumas@centre-cired.fr> - 0.8.6-1
|
* Fri Feb 17 2006 Patrice Dumas <pertusus@free.fr> - 0.8.6-1
|
||||||
- update to 0.8.6
|
- update to 0.8.6
|
||||||
- drop patch as SGMLSpl.pm is included in the scripts, not distributed
|
- drop patch as SGMLSpl.pm is included in the scripts, not distributed
|
||||||
- BR perl-XML-SAX (close 188481)
|
- 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 <pertusus@free.fr> - 0.8.5-2
|
||||||
- rebuild for fc5
|
- rebuild for fc5
|
||||||
|
|
||||||
* Fri Feb 3 2006 Patrice Dumas <dumas@centre-cired.fr> - 0.8.5-1
|
* Fri Feb 3 2006 Patrice Dumas <pertusus@free.fr> - 0.8.5-1
|
||||||
- FE submission
|
- FE submission
|
||||||
|
Loading…
Reference in New Issue
Block a user