parent
3a451a8f0c
commit
ce03897442
@ -5,7 +5,7 @@
|
|||||||
Summary: Database of printers and printer drivers
|
Summary: Database of printers and printer drivers
|
||||||
Name: foomatic-db
|
Name: foomatic-db
|
||||||
Version: %{dbver_rel}
|
Version: %{dbver_rel}
|
||||||
Release: 24.%{dbver_snap}%{?dist}
|
Release: 25.%{dbver_snap}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Requires: %{name}-filesystem = %{version}-%{release}
|
Requires: %{name}-filesystem = %{version}-%{release}
|
||||||
@ -91,6 +91,12 @@ do
|
|||||||
rm -vf driver/${x}.xml opt/${x}-*
|
rm -vf driver/${x}.xml opt/${x}-*
|
||||||
done
|
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
|
popd
|
||||||
|
|
||||||
# foomatic-db patches
|
# foomatic-db patches
|
||||||
@ -192,6 +198,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/cups/model/foomatic-db-ppds
|
%{_datadir}/cups/model/foomatic-db-ppds
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 06 2010 Jiri Popelka <jpopelka@redhat.com> 4.0-24.20101123
|
||||||
- The pycups requirement is now python-cups.
|
- The pycups requirement is now python-cups.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user