- Remove explicit perl module package dependencies. These should be picked
up by the RPM during the build process automatically anyway. Fixes bug #167997.
This commit is contained in:
parent
17a4db3df3
commit
14cb5fa392
@ -61,16 +61,8 @@ Requires: perl >= 3:5.8.1
|
|||||||
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
|
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
|
||||||
BuildRoot: %_tmppath/%name-%version-%release-root
|
BuildRoot: %_tmppath/%name-%version-%release-root
|
||||||
Provides: perl(Foomatic::GrovePath)
|
Provides: perl(Foomatic::GrovePath)
|
||||||
Requires: perl-libxml-enno >= 1.02
|
|
||||||
Requires: perl-libxml-perl >= 0.07, perl-Parse-Yapp >= 1.04, perl-XML-Dumper >= 0.4
|
|
||||||
Requires: perl-XML-Encoding >= 1.01, perl-XML-Parser >= 2.29
|
|
||||||
# For 'rm' and '/sbin/service' in post
|
# For 'rm' and '/sbin/service' in post
|
||||||
PreReq: fileutils initscripts
|
PreReq: fileutils initscripts
|
||||||
BuildRequires: perl-DateManip >= 5.39, perl-libxml-enno >= 1.02
|
|
||||||
BuildRequires: perl-libxml-perl >= 0.07, perl-Parse-Yapp >= 1.04, perl-XML-Dumper >= 0.4
|
|
||||||
BuildRequires: perl-XML-Encoding >= 1.01, perl-XML-Parser >= 2.29, perl-XML-Twig >= 2.02
|
|
||||||
BuildRequires: perl-XML-Grove, perl-libwww-perl
|
|
||||||
BuildRequires: perl-URI
|
|
||||||
|
|
||||||
# foomatic-filters checks for a conversion utility (bug #124931).
|
# foomatic-filters checks for a conversion utility (bug #124931).
|
||||||
BuildRequires: a2ps
|
BuildRequires: a2ps
|
||||||
@ -276,6 +268,11 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
|
|||||||
%{_var}/cache/foomatic
|
%{_var}/cache/foomatic
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 13 2005 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Remove explicit perl module package dependencies. These should be
|
||||||
|
picked up by the RPM during the build process automatically anyway.
|
||||||
|
Fixes bug #167997.
|
||||||
|
|
||||||
* Mon Sep 12 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-27
|
* Mon Sep 12 2005 Tim Waugh <twaugh@redhat.com> 3.0.2-27
|
||||||
- Own %%{_datadir}/foomatic/db/source/PPD/Custom and %%{_var}/cache/foomatic
|
- Own %%{_datadir}/foomatic/db/source/PPD/Custom and %%{_var}/cache/foomatic
|
||||||
(bug #168085).
|
(bug #168085).
|
||||||
|
Loading…
Reference in New Issue
Block a user