diff --git a/foomatic.spec b/foomatic.spec index f3ee4ed..387e7b1 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -8,7 +8,7 @@ Summary: Foomatic printer database. Name: foomatic Version: 3.0.2 -Release: 35 +Release: 36 License: GPL Group: System Environment/Libraries @@ -57,6 +57,7 @@ Patch16: foomatic-badxml.patch Url: http://www.linuxprinting.org BuildRequires: perl >= 3:5.8.1 BuildRequires: libxml2-devel +BuildRequires: ghostscript-devel Requires: perl >= 3:5.8.1 Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)") BuildRoot: %_tmppath/%name-%version-%release-root @@ -272,6 +273,10 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} %{_var}/cache/foomatic %changelog +* Mon May 22 2006 Karsten Hopp 3.0.2-36 +- add buildrequires ghostscript-devel so that /usr/lib/cups/driver/foomatic + gets built + * Fri May 19 2006 Tim Waugh 3.0.2-35 - Define CUPS_PPDS for configure (bug #192375).