- 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:
Tim Waugh 2005-09-13 12:20:14 +00:00
parent 17a4db3df3
commit 14cb5fa392
1 changed files with 5 additions and 8 deletions

View File

@ -61,16 +61,8 @@ Requires: perl >= 3:5.8.1
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
BuildRoot: %_tmppath/%name-%version-%release-root
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
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).
BuildRequires: a2ps
@ -276,6 +268,11 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_var}/cache/foomatic
%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
- Own %%{_datadir}/foomatic/db/source/PPD/Custom and %%{_var}/cache/foomatic
(bug #168085).