- 5.2.5.
This commit is contained in:
parent
1bd8b5cc15
commit
068c11d4ad
@ -5,3 +5,4 @@ gutenprint-5.0.2.tar.bz2
|
|||||||
gutenprint-5.2.2.tar.bz2
|
gutenprint-5.2.2.tar.bz2
|
||||||
gutenprint-5.2.3.tar.bz2
|
gutenprint-5.2.3.tar.bz2
|
||||||
gutenprint-5.2.4.tar.bz2
|
gutenprint-5.2.4.tar.bz2
|
||||||
|
gutenprint-5.2.5.tar.bz2
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Name: gutenprint
|
Name: gutenprint
|
||||||
Summary: Printer Drivers Package.
|
Summary: Printer Drivers Package.
|
||||||
Version: 5.2.4
|
Version: 5.2.5
|
||||||
Release: 11%{?dist}
|
Release: 2%{?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
|
||||||
@ -13,9 +13,8 @@ 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
|
||||||
Patch3: gutenprint-deviceid.patch
|
Patch3: gutenprint-brother-hl-2040.patch
|
||||||
Patch4: gutenprint-brother-hl-2040.patch
|
Patch4: gutenprint-postscriptdriver.patch
|
||||||
Patch5: gutenprint-postscriptdriver.patch
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: cups-libs >= 1.1.22-0.rc1.9.10, cups >= 1.1.22-0.rc1.9.10
|
BuildRequires: cups-libs >= 1.1.22-0.rc1.9.10, cups >= 1.1.22-0.rc1.9.10
|
||||||
@ -144,18 +143,16 @@ Epson, HP and compatible printers.
|
|||||||
%patch0 -p1 -b .menu
|
%patch0 -p1 -b .menu
|
||||||
%patch1 -p1 -b .O6
|
%patch1 -p1 -b .O6
|
||||||
%patch2 -p1 -b .selinux
|
%patch2 -p1 -b .selinux
|
||||||
%patch3 -p1 -b .deviceid
|
%patch3 -p1 -b .brother-hl-2040
|
||||||
%patch4 -p1 -b .brother-hl-2040
|
%patch4 -p1 -b .postscriptdriver
|
||||||
%patch5 -p1 -b .postscriptdriver
|
|
||||||
|
|
||||||
cp %{SOURCE2} src/cups/cups-genppdupdate.in
|
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 \
|
||||||
--disable-libgutenprintui --without-gimp \
|
--enable-samples --enable-escputil \
|
||||||
--with-user-guide --with-samples \
|
--enable-test --disable-rpath \
|
||||||
--with-escputil --with-test --disable-rpath \
|
|
||||||
--enable-cups-1_2-enhancements \
|
--enable-cups-1_2-enhancements \
|
||||||
--disable-cups-ppds \
|
--disable-cups-ppds \
|
||||||
--enable-simplified-cups-ppds
|
--enable-simplified-cups-ppds
|
||||||
@ -275,6 +272,9 @@ fi
|
|||||||
/bin/rm -f /var/cache/foomatic/*
|
/bin/rm -f /var/cache/foomatic/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 12 2010 Tim Waugh <twaugh@redhat.com> 5.2.5-2
|
||||||
|
- 5.2.5.
|
||||||
|
|
||||||
* Fri Feb 5 2010 Tim Waugh <twaugh@redhat.com> 5.2.4-11
|
* Fri Feb 5 2010 Tim Waugh <twaugh@redhat.com> 5.2.4-11
|
||||||
- CUPS driver: if DESTDIR is set, use it when looking for XML files.
|
- CUPS driver: if DESTDIR is set, use it when looking for XML files.
|
||||||
Fixes postscriptdriver tags.
|
Fixes postscriptdriver tags.
|
||||||
|
Loading…
Reference in New Issue
Block a user