- 1.2.3. No longer need str1880 or str1881 patches.
This commit is contained in:
parent
00838e41cf
commit
adb38bb02a
@ -12,3 +12,4 @@ cups-1.2rc3-source.tar.bz2
|
||||
cups-1.2.0-source.tar.bz2
|
||||
cups-1.2.1-source.tar.bz2
|
||||
cups-1.2.2-source.tar.bz2
|
||||
cups-1.2.3-source.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- cups-1.2.0/Makefile.noinit 2006-05-20 17:21:22.000000000 +0100
|
||||
+++ cups-1.2.0/Makefile 2006-05-20 17:27:01.000000000 +0100
|
||||
@@ -99,35 +99,6 @@
|
||||
--- cups-1.2.3/Makefile.noinit 2006-08-29 16:51:19.000000000 +0100
|
||||
+++ cups-1.2.3/Makefile 2006-08-30 15:46:36.000000000 +0100
|
||||
@@ -99,36 +99,6 @@
|
||||
echo Installing cups-config script...
|
||||
$(INSTALL_DIR) -m 755 $(BINDIR)
|
||||
$(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config
|
||||
@ -26,8 +26,9 @@
|
||||
- $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \
|
||||
- $(INSTALL_DATA) init/Localizable.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \
|
||||
- elif test "$(INITDDIR)" = "/System/Library/LaunchDaemons"; then \
|
||||
- echo Installing LaunchDaemons configuration file...; \
|
||||
- echo Installing LaunchDaemons configuration files...; \
|
||||
- $(INSTALL_DATA) init/org.cups.cupsd.plist $(BUILDROOT)$(DEFAULT_LAUNCHD_CONF); \
|
||||
- $(INSTALL_DATA) init/org.cups.cups-lpd.plist $(BUILDROOT)/System/Library/LaunchDaemons; \
|
||||
- else \
|
||||
- echo Installing RC script...; \
|
||||
- $(INSTALL_SCRIPT) init/cups.sh $(BUILDROOT)$(INITDDIR)/cups; \
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- cups-1.2.0/cups-config.in.multilib 2006-05-22 19:05:17.000000000 +0100
|
||||
+++ cups-1.2.0/cups-config.in 2006-05-22 19:06:07.000000000 +0100
|
||||
--- cups-1.2.3/cups-config.in.multilib 2006-08-03 01:54:38.000000000 +0100
|
||||
+++ cups-1.2.3/cups-config.in 2006-08-30 15:47:35.000000000 +0100
|
||||
@@ -30,8 +30,10 @@
|
||||
exec_prefix=@exec_prefix@
|
||||
bindir=@bindir@
|
||||
@ -10,6 +10,6 @@
|
||||
+# of a cheat, but the cups-devel package requires gnutls-devel anyway.
|
||||
+libdir=`pkg-config --variable=libdir gnutls`
|
||||
+imagelibdir=`pkg-config --variable=libdir gnutls`
|
||||
datarootdir=@datadir@
|
||||
datadir=@datadir@
|
||||
sysconfdir=@sysconfdir@
|
||||
cups_datadir=@CUPS_DATADIR@
|
||||
|
13
cups.spec
13
cups.spec
@ -5,8 +5,8 @@
|
||||
|
||||
Summary: Common Unix Printing System
|
||||
Name: cups
|
||||
Version: 1.2.2
|
||||
Release: 17
|
||||
Version: 1.2.3
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
Source: ftp://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
||||
@ -39,9 +39,7 @@ Patch13: cups-direct-usb.patch
|
||||
Patch15: cups-maxlogsize.patch
|
||||
Patch16: cups-pid.patch
|
||||
Patch17: cups-relro.patch
|
||||
Patch18: cups-str1881.patch
|
||||
Patch19: cups-str1893.patch
|
||||
Patch20: cups-str1880.patch
|
||||
Patch100: cups-lspp.patch
|
||||
Epoch: 1
|
||||
Url: http://www.cups.org/
|
||||
@ -140,9 +138,7 @@ lpd emulation.
|
||||
%patch15 -p1 -b .maxlogsize
|
||||
%patch16 -p1 -b .pid
|
||||
%patch17 -p1 -b .relro
|
||||
%patch18 -p1 -b .str1881
|
||||
%patch19 -p1 -b .str1893
|
||||
%patch20 -p1 -b .str1880
|
||||
|
||||
%if %lspp
|
||||
%patch100 -p1 -b .lspp
|
||||
@ -418,7 +414,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{cups_serverbin}/daemon/cups-lpd
|
||||
|
||||
%changelog
|
||||
* Thu Aug 29 2006 Tim Waugh <twaugh@redhat.com>
|
||||
* Wed Aug 30 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.3-2
|
||||
- 1.2.3. No longer need str1880 or str1881 patches.
|
||||
|
||||
* Tue Aug 29 2006 Tim Waugh <twaugh@redhat.com>
|
||||
- Removed dest-cache patch.
|
||||
|
||||
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 1:1.2.2-17
|
||||
|
Loading…
Reference in New Issue
Block a user