rpms/libical/EL-5 libical.spec,1.10,1.11

Robert Scheck robert at fedoraproject.org
Wed May 6 22:34:11 UTC 2009


Author: robert

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

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


Index: libical.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libical/EL-5/libical.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- libical.spec	2 May 2009 09:54:00 -0000	1.10
+++ libical.spec	6 May 2009 22:33:40 -0000	1.11
@@ -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 fedora-extras-commits mailing list