SPECS: evas.spec - rm -f .a (there will be no .a files when build ...

sparky sparky at pld-linux.org
Fri Dec 1 00:47:46 CET 2006


Author: sparky                       Date: Thu Nov 30 23:47:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rm -f .a (there will be no .a files when build without static_libs)

---- Files affected:
SPECS:
   evas.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/evas.spec
diff -u SPECS/evas.spec:1.35 SPECS/evas.spec:1.36
--- SPECS/evas.spec:1.35	Fri Dec  1 00:46:40 2006
+++ SPECS/evas.spec	Fri Dec  1 00:47:40 2006
@@ -419,7 +419,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/*/*/*/module.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/modules/*/*/*/module.{a,la}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -591,6 +591,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2006/11/30 23:47:40  sparky
+- rm -f .a (there will be no .a files when build without static_libs)
+
 Revision 1.35  2006/11/30 23:46:40  sparky
 - up to 0.9.9.036; test progs removed from sources
 - no more need for -libs subpackage
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/evas.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list