From 14cb5fa392f4d1a2e937d19c4e0917dfccf57231 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Sep 13 2005 12:20:14 +0000 Subject: - Remove explicit perl module package dependencies. These should be picked up by the RPM during the build process automatically anyway. Fixes bug #167997. --- diff --git a/foomatic.spec b/foomatic.spec index 3f15348..e650804 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -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 +- 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 3.0.2-27 - Own %%{_datadir}/foomatic/db/source/PPD/Custom and %%{_var}/cache/foomatic (bug #168085).