Rebuilt to pick up postscriptdriver tags now that python-cups provides the machinery for this.

This commit is contained in:
Tim Waugh 2011-01-28 09:06:26 +00:00
parent ce03897442
commit ee979415b4

View File

@ -5,7 +5,7 @@
Summary: Database of printers and printer drivers
Name: foomatic-db
Version: %{dbver_rel}
Release: 25.%{dbver_snap}%{?dist}
Release: 26.%{dbver_snap}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
Requires: %{name}-filesystem = %{version}-%{release}
@ -31,6 +31,9 @@ Obsoletes: oki4linux < 2.1gst-5
# Make sure we get postscriptdriver tags.
BuildRequires: python-cups
# Build requires cups so that configure knows where to put PPDs.
BuildRequires: cups
%description
This is the database of printers, printer drivers, and driver options
for Foomatic.
@ -198,6 +201,11 @@ rm -rf %{buildroot}
%{_datadir}/cups/model/foomatic-db-ppds
%changelog
* Fri Jan 28 2011 Tim Waugh <twaugh@redhat.com> 4.0-26.20101123
- Rebuilt to pick up postscriptdriver tags now that python-cups
provides the machinery for this.
- Build requires cups so that configure knows where to put PPDs.
* Wed Jan 19 2011 Jiri Popelka <jpopelka@redhat.com> 4.0-25.20101123
- Removed Brother P-touch (bug #560610, comment #10)