- Reimplemented PPD upgrade script in Python to avoid perl dependency (bug

#524978).
This commit is contained in:
Tim Waugh 2009-09-28 16:53:26 +00:00
parent 338925693c
commit abda923b27
2 changed files with 1066 additions and 1 deletions

1058
cups-genppdupdate.py.in Executable file

File diff suppressed because it is too large Load Diff

View File

@ -4,11 +4,12 @@
Name: gutenprint
Summary: Printer Drivers Package.
Version: 5.2.4
Release: 5%{?dist}
Release: 6%{?dist}
Group: System Environment/Base
URL: http://gimp-print.sourceforge.net/
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
Source1: gutenprint-foomaticppdupdate
Source2: cups-genppdupdate.py.in
Patch0: gutenprint-menu.patch
Patch1: gutenprint-O6.patch
Patch2: gutenprint-selinux.patch
@ -139,6 +140,8 @@ Epson, HP and compatible printers.
%patch2 -p1 -b .selinux
%patch3 -p1 -b .deviceid
cp %{SOURCE2} src/cups/cups-genppdupdate.in
%build
%configure --disable-static --disable-dependency-tracking \
--with-foomatic --with-ghostscript \
@ -264,6 +267,10 @@ fi
/bin/rm -f /var/cache/foomatic/*
%changelog
* Mon Sep 28 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-6
- Reimplemented PPD upgrade script in Python to avoid perl
dependency (bug #524978).
* Tue Sep 1 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-5
- Provide IEEE 1284 Device IDs in CUPS model list.