- Apply patch to fix STR #1290.
This commit is contained in:
parent
690bceef10
commit
18ff648f7a
11
cups.spec
11
cups.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 1.1.23
|
Version: 1.1.23
|
||||||
Release: 20
|
Release: 21
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.easysw.com/pub/cups/test/cups-%{version}-source.tar.bz2
|
Source: ftp://ftp.easysw.com/pub/cups/test/cups-%{version}-source.tar.bz2
|
||||||
@ -52,7 +52,8 @@ Patch34: cups-CAN-2005-2097.patch
|
|||||||
Patch35: cups-finddest.patch
|
Patch35: cups-finddest.patch
|
||||||
Patch36: cups-str1249.patch
|
Patch36: cups-str1249.patch
|
||||||
Patch37: cups-str1284.patch
|
Patch37: cups-str1284.patch
|
||||||
Patch38: cups-dbus.patch
|
Patch38: cups-str1290.patch
|
||||||
|
Patch39: cups-dbus.patch
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Url: http://www.cups.org/
|
Url: http://www.cups.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -149,8 +150,9 @@ lpd emulation.
|
|||||||
%patch35 -p1 -b .finddest
|
%patch35 -p1 -b .finddest
|
||||||
%patch36 -p1 -b .str1249
|
%patch36 -p1 -b .str1249
|
||||||
%patch37 -p1 -b .str1284
|
%patch37 -p1 -b .str1284
|
||||||
|
%patch38 -p1 -b .str1290
|
||||||
%if %use_dbus
|
%if %use_dbus
|
||||||
%patch38 -p1 -b .dbus
|
%patch39 -p1 -b .dbus
|
||||||
%endif
|
%endif
|
||||||
perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
|
perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
|
||||||
aclocal -I config-scripts
|
aclocal -I config-scripts
|
||||||
@ -415,6 +417,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/cups/daemon/cups-lpd
|
%{_libdir}/cups/daemon/cups-lpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 6 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-21
|
||||||
|
- Apply patch to fix STR #1290.
|
||||||
|
|
||||||
* Wed Oct 5 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-20
|
* Wed Oct 5 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-20
|
||||||
- Apply upstream patch for STR #1249.
|
- Apply upstream patch for STR #1249.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user