rpms/libical/EL-4 libical.spec,1.20,1.21

Robert Scheck robert at fedoraproject.org
Wed May 6 22:35:18 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/libical/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5687

Modified Files:
	libical.spec 
Log Message:
Bah, RHEL 4 has old findutils


Index: libical.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libical/EL-4/libical.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- libical.spec	15 Mar 2009 18:43:26 -0000	1.20
+++ libical.spec	6 May 2009 22:34:47 -0000	1.21
@@ -65,7 +65,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 
 make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name "*.la" -delete
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT




More information about the scm-commits mailing list