- Remove references to foo2zjs and foo2oak (bug #208851).

- Resolves: rhbz#208851
This commit is contained in:
Tim Waugh 2006-11-03 16:14:17 +00:00
parent f317a8ccf7
commit ab08b50d66
1 changed files with 9 additions and 1 deletions

View File

@ -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