rpms/libical/devel libical.spec,1.20,1.21

Robert Scheck robert at fedoraproject.org
Wed May 6 22:48:27 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/libical/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8720

Modified Files:
	libical.spec 
Log Message:
Bah, RHEL 4 has old findutils (let's try to have same spec file over all archs)


Index: libical.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libical/devel/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:47:57 -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