From 50b3cccd21d966fcafc30d7f77a672cffd6f3bb9 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: May 22 2006 10:58:22 +0000 Subject: - add buildrequires ghostscript-devel so that /usr/lib/cups/driver/foomatic gets built in mock: checking GhostScript check... no GS GHOSTSCRIPT_NOT_FOUND rpmdiff foomatic-3.0.2-35.x86_64.rpm removed /usr/lib/cups/driver removed /usr/lib/cups/driver/foomatic --- 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).