- More foo2zjs printers removed (bug #438319).
This commit is contained in:
parent
f80a318d55
commit
d65c3e2014
@ -6,7 +6,7 @@
|
|||||||
Summary: Foomatic printer database.
|
Summary: Foomatic printer database.
|
||||||
Name: foomatic
|
Name: foomatic
|
||||||
Version: 3.0.2
|
Version: 3.0.2
|
||||||
Release: 58%{?dist}
|
Release: 59%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
@ -116,7 +116,8 @@ cd db/source
|
|||||||
perl -pi -e 's,>gutenprint<,>gutenprint-ijs-simplified.5.0<,' printer/*.xml
|
perl -pi -e 's,>gutenprint<,>gutenprint-ijs-simplified.5.0<,' printer/*.xml
|
||||||
|
|
||||||
# Remove references to foo2zjs, foo2oak, foo2hp and foo2qpdl (bug #208851).
|
# 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
|
do
|
||||||
find printer -name '*.xml' |xargs grep -l "<driver>foo2${x}"|xargs rm -vf
|
find printer -name '*.xml' |xargs grep -l "<driver>foo2${x}"|xargs rm -vf
|
||||||
rm -f driver/foo2${x}.xml opt/foo2${x}-*
|
rm -f driver/foo2${x}.xml opt/foo2${x}-*
|
||||||
@ -247,6 +248,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
|
|||||||
%{_var}/cache/foomatic
|
%{_var}/cache/foomatic
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Applied patch from upstream to make foomatic-rip clean up correctly when
|
||||||
a job is cancelled.
|
a job is cancelled.
|
||||||
|
Loading…
Reference in New Issue
Block a user