Removed Brother P-touch (bug #560610, comment #10)

This commit is contained in:
Jiri Popelka 2011-01-19 12:25:32 +01:00
parent 3a451a8f0c
commit ce03897442
1 changed files with 10 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Summary: Database of printers and printer drivers
Name: foomatic-db
Version: %{dbver_rel}
Release: 24.%{dbver_snap}%{?dist}
Release: 25.%{dbver_snap}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
Requires: %{name}-filesystem = %{version}-%{release}
@ -91,6 +91,12 @@ do
rm -vf driver/${x}.xml opt/${x}-*
done
# Remove Brother P-touch (bug #560610, comment #10)
rm -vf driver/ptouch.xml
rm -vf printer/Brother-PT-*.xml
rm -vf printer/Brother-QL-*.xml
rm -vf opt/Brother-Ptouch-*.xml
popd
# foomatic-db patches
@ -192,6 +198,9 @@ rm -rf %{buildroot}
%{_datadir}/cups/model/foomatic-db-ppds
%changelog
* Wed Jan 19 2011 Jiri Popelka <jpopelka@redhat.com> 4.0-25.20101123
- Removed Brother P-touch (bug #560610, comment #10)
* Mon Dec 06 2010 Jiri Popelka <jpopelka@redhat.com> 4.0-24.20101123
- The pycups requirement is now python-cups.