- 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
This commit is contained in:
Karsten Hopp 2006-05-22 10:58:22 +00:00
parent 7946c1ffba
commit 50b3cccd21
1 changed files with 6 additions and 1 deletions

View File

@ -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 <karsten@redhat.de> 3.0.2-36
- add buildrequires ghostscript-devel so that /usr/lib/cups/driver/foomatic
gets built
* Fri May 19 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-35
- Define CUPS_PPDS for configure (bug #192375).