- Removed m2300w files (bug #203381).

- Resolves: rhbz#203381
This commit is contained in:
Tim Waugh 2007-01-09 12:24:52 +00:00
parent b76bb43b0b
commit 19bd3cf4d0

View File

@ -8,7 +8,7 @@
Summary: Foomatic printer database.
Name: foomatic
Version: 3.0.2
Release: 43%{?dist}
Release: 44%{?dist}
License: GPL
Group: System Environment/Libraries
@ -135,7 +135,10 @@ perl -pi -e 's,>gutenprint<,>gutenprint-ijs-simplified.5.0<,' 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
rm -f driver/foo2zjs.xml driver/foo2oak.xml opt/foo2zjs-* opt/foo2oak-*
# Same for m2300w/m2400w
find printer -name '*.xml' |xargs grep -l '<driver>m2[34]00w<'|xargs rm -f
rm -f driver/m2300w.xml driver/m2400w.xml opt/m2300w-*
popd
@ -279,6 +282,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_var}/cache/foomatic
%changelog
* Tue Jan 9 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-44
- Removed m2300w files (bug #203381).
* Fri Jan 5 2007 Tim Waugh <twaugh@redhat.com> 3.0.2-43
- Updated db to 3.0-20070105 (bug #214037, bug #191661, bug #198999,
bug #191504, bug #187387, bug #188762, bug #170373, bug #221121,