diff --git a/foomatic.spec b/foomatic.spec index a582ab9..d7b5b3b 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -8,7 +8,7 @@ Summary: Foomatic printer database. Name: foomatic Version: 3.0.2 -Release: 38 +Release: 39%{?dist} License: GPL Group: System Environment/Libraries @@ -132,6 +132,11 @@ pushd db/source tar xjf %{SOURCE5} # Fix up 'gimp-print' references to point to 'gimp-print-ijs'. perl -pi -e 's,>gimp-print<,>gimp-print-ijs<,' printer/*.xml + +# Remove references to foo2zjs and foo2oak (bug #208851). +find printer -name '*.xml' |xargs grep -l 'foo2'|xargs rm -f +rm -f driver/foo2zjs.xml driver/foo2oak.xml + popd rm -f db/source/opt/gimp-print-printoutmode.xml %patch9 -p1 -b .printoutmode @@ -278,6 +283,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} %{_var}/cache/foomatic %changelog +* Fri Nov 3 2006 Tim Waugh 3.0.2-39 +- Remove references to foo2zjs and foo2oak (bug #208851). + * Thu Aug 3 2006 Tim Waugh 3.0.2-38 - Change a2ps requirement to mpage. - Make CUPS driver work with drivers containing '-' in their names