- Reimplemented PPD upgrade script in Python to avoid perl dependency (bug
#524978).
This commit is contained in:
parent
338925693c
commit
abda923b27
1058
cups-genppdupdate.py.in
Executable file
1058
cups-genppdupdate.py.in
Executable file
File diff suppressed because it is too large
Load Diff
@ -4,11 +4,12 @@
|
|||||||
Name: gutenprint
|
Name: gutenprint
|
||||||
Summary: Printer Drivers Package.
|
Summary: Printer Drivers Package.
|
||||||
Version: 5.2.4
|
Version: 5.2.4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://gimp-print.sourceforge.net/
|
URL: http://gimp-print.sourceforge.net/
|
||||||
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
|
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
|
||||||
Source1: gutenprint-foomaticppdupdate
|
Source1: gutenprint-foomaticppdupdate
|
||||||
|
Source2: cups-genppdupdate.py.in
|
||||||
Patch0: gutenprint-menu.patch
|
Patch0: gutenprint-menu.patch
|
||||||
Patch1: gutenprint-O6.patch
|
Patch1: gutenprint-O6.patch
|
||||||
Patch2: gutenprint-selinux.patch
|
Patch2: gutenprint-selinux.patch
|
||||||
@ -139,6 +140,8 @@ Epson, HP and compatible printers.
|
|||||||
%patch2 -p1 -b .selinux
|
%patch2 -p1 -b .selinux
|
||||||
%patch3 -p1 -b .deviceid
|
%patch3 -p1 -b .deviceid
|
||||||
|
|
||||||
|
cp %{SOURCE2} src/cups/cups-genppdupdate.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --disable-dependency-tracking \
|
%configure --disable-static --disable-dependency-tracking \
|
||||||
--with-foomatic --with-ghostscript \
|
--with-foomatic --with-ghostscript \
|
||||||
@ -264,6 +267,10 @@ fi
|
|||||||
/bin/rm -f /var/cache/foomatic/*
|
/bin/rm -f /var/cache/foomatic/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 1 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-5
|
||||||
- Provide IEEE 1284 Device IDs in CUPS model list.
|
- Provide IEEE 1284 Device IDs in CUPS model list.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user