rpms/cups/devel cups.spec, 1.398, 1.399 cups-1.1.15-initscript.patch, 1.9, NONE

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Tue Mar 4 12:19:33 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27301

Modified Files:
	cups.spec 
Removed Files:
	cups-1.1.15-initscript.patch 
Log Message:
Don't need this patch.


Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -r1.398 -r1.399
--- cups.spec	28 Feb 2008 22:35:18 -0000	1.398
+++ cups.spec	4 Mar 2008 12:18:57 -0000	1.399
@@ -24,7 +24,6 @@
 Source13: pdftops.conf
 Source14: textonly.filter
 Source15: textonly.ppd
-Patch1: cups-1.1.15-initscript.patch
 Patch2: cups-no-gzip-man.patch
 Patch3: cups-1.1.16-system-auth.patch
 Patch4: cups-multilib.patch
@@ -140,7 +139,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1 -b .noinit
 %patch2 -p1 -b .no-gzip-man
 %patch3 -p1 -b .system-auth
 %patch4 -p1 -b .multilib
@@ -195,7 +193,6 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{initdir}
 
 make BUILDROOT=$RPM_BUILD_ROOT install 
 
@@ -205,6 +202,10 @@
 # Serial backend needs to run as root (bug #212577).
 chmod 700 $RPM_BUILD_ROOT%{cups_serverbin}/backend/serial
 
+rm -rf	$RPM_BUILD_ROOT%{initdir} \
+	$RPM_BUILD_ROOT%{_sysconfdir}/init.d \
+	$RPM_BUILD_ROOT%{_sysconfdir}/rc?.d
+mkdir -p $RPM_BUILD_ROOT%{initdir}
 install -m 755 $RPM_SOURCE_DIR/cups.init $RPM_BUILD_ROOT%{initdir}/cups
 
 find $RPM_BUILD_ROOT/usr/share/cups/model -name "*.ppd" |xargs gzip -n9f


--- cups-1.1.15-initscript.patch DELETED ---




More information about the fedora-extras-commits mailing list