diff --git a/foomatic-db.spec b/foomatic-db.spec index 15df302..ded9c53 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: 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 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 4.0-25.20101123 - Removed Brother P-touch (bug #560610, comment #10)