- More foo2zjs printers removed (bug #438319).

This commit is contained in:
Tim Waugh 2008-04-01 12:20:35 +00:00
parent f80a318d55
commit d65c3e2014

View File

@ -6,7 +6,7 @@
Summary: Foomatic printer database.
Name: foomatic
Version: 3.0.2
Release: 58%{?dist}
Release: 59%{?dist}
License: GPLv2+
Group: System Environment/Libraries
@ -116,7 +116,8 @@ cd db/source
perl -pi -e 's,>gutenprint<,>gutenprint-ijs-simplified.5.0<,' printer/*.xml
# Remove references to foo2zjs, foo2oak, foo2hp and foo2qpdl (bug #208851).
for x in zjs oak hp qpdl
# Also foo2lava, foo2kyo, foo2xqx (bug #438319).
for x in zjs oak hp qpdl lava kyo xqx
do
find printer -name '*.xml' |xargs grep -l "<driver>foo2${x}"|xargs rm -vf
rm -f driver/foo2${x}.xml opt/foo2${x}-*
@ -247,6 +248,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_var}/cache/foomatic
%changelog
* Tue Apr 1 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-59
- More foo2zjs printers removed (bug #438319).
* Thu Mar 13 2008 Tim Waugh <twaugh@redhat.com> 3.0.2-58
- Applied patch from upstream to make foomatic-rip clean up correctly when
a job is cancelled.