diff --git a/foomatic-db.spec b/foomatic-db.spec index 954b840..15df302 100644 --- a/foomatic-db.spec +++ b/foomatic-db.spec @@ -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 4.0-25.20101123 +- Removed Brother P-touch (bug #560610, comment #10) + * Mon Dec 06 2010 Jiri Popelka 4.0-24.20101123 - The pycups requirement is now python-cups.