- Remove references to foo2zjs and foo2oak (bug #208851).
- Resolves: rhbz#208851
This commit is contained in:
parent
f317a8ccf7
commit
ab08b50d66
@ -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 '<driver>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 <twaugh@redhat.com> 3.0.2-39
|
||||
- Remove references to foo2zjs and foo2oak (bug #208851).
|
||||
|
||||
* Thu Aug 3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-38
|
||||
- Change a2ps requirement to mpage.
|
||||
- Make CUPS driver work with drivers containing '-' in their names
|
||||
|
Loading…
Reference in New Issue
Block a user