rpms/libcgi/EL-4 libcgi.spec,1.2,1.3

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Sun Jul 1 01:46:32 UTC 2007


Author: jpo

Update of /cvs/extras/rpms/libcgi/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30829

Modified Files:
	libcgi.spec 
Log Message:
RHEL4: find doesn't support the -delete option (-delete => -exec rm {} ';').


Index: libcgi.spec
===================================================================
RCS file: /cvs/extras/rpms/libcgi/EL-4/libcgi.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libcgi.spec	26 Jun 2007 18:49:56 -0000	1.2
+++ libcgi.spec	1 Jul 2007 01:45:57 -0000	1.3
@@ -13,7 +13,7 @@
 
 Name:           libcgi
 Version:        1.0
-Release:        5%{?dist}
+Release:        5%{?dist}.1
 Summary:        CGI easy as C
 
 Group:          System Environment/Libraries
@@ -56,7 +56,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-find examples/ -name "Makefile.am" -delete
+find examples/ -name "Makefile.am" -exec rm {} ';'
 
 
 %build
@@ -111,6 +111,9 @@
 
 
 %changelog
+* Sun Jul  1 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.0-5.1
+- RHEL4: find doesn't support the -delete option (-delete => -exec rm {} ';').
+
 * Tue Jun 26 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.0-5
 - make install: override LIBDIR in order to support /usr/lib64.
 




More information about the fedora-extras-commits mailing list