diff --git a/foomatic.spec b/foomatic.spec index 87157e7..fe83d3a 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -6,7 +6,7 @@ Summary: Foomatic printer database. Name: foomatic Version: 3.0.1 -Release: 3 +Release: 5 License: GPL Group: System Environment/Libraries @@ -49,6 +49,9 @@ Patch10: foomatic-db-engine-db-pm-omni-0.9.1.patch # Fix deprecated cast-as-lvalues. Patch11: foomatic-3.0.1-lvalue.patch +# SNMP/IEEE 1284 data for HPLJ4300. +Patch12: foomatic-hplj4300.patch + Url: http://www.linuxprinting.org BuildRequires: perl >= 3:5.8.1 BuildRequires: libxml2-devel @@ -67,6 +70,9 @@ BuildRequires: perl-XML-Encoding >= 1.01, perl-XML-Parser >= 2.29, perl-XML-Twig BuildRequires: perl-XML-Grove, perl-libwww-perl BuildRequires: perl-URI +# foomatic-filters checks for a conversion utility (bug #124931). +BuildRequires: a2ps + # We need ghostscript to have the gimp-print-4.2.0 driver, and hpijs 1.1. Conflicts: ghostscript < 7.05 Conflicts: hpijs < 1.5 @@ -109,6 +115,7 @@ popd pushd foomatic-db-%{dbver} %patch7 -p1 -b .ppdload-ppd %patch8 -p1 -b .hplj5 +%patch12 -p1 -b .hplj4300 # Omni printers tar xjf %{SOURCE4} @@ -249,6 +256,16 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} %{_mandir}/*/* %changelog +* Thu Jun 24 2004 Tim Waugh 3.0.1-5 +- SNMP/IEEE 1284 data for HPLJ4300. + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Tue Jun 1 2004 Tim Waugh +- Build requires a2ps, because foomatic-filters checks for a conversion + utility (bug #124931). + * Mon Apr 19 2004 Tim Waugh 3.0.1-3 - Require appropriate perl(:MODULE_COMPAT_...) symbol (bug #121131).