SPECS: libxml2.spec - %{__rm} with -f swich

charles charles at pld-linux.org
Sun Sep 14 14:14:10 CEST 2008


Author: charles                      Date: Sun Sep 14 12:14:10 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %{__rm} with -f swich

---- Files affected:
SPECS:
   libxml2.spec (1.157 -> 1.158) 

---- Diffs:

================================================================
Index: SPECS/libxml2.spec
diff -u SPECS/libxml2.spec:1.157 SPECS/libxml2.spec:1.158
--- SPECS/libxml2.spec:1.157	Tue Sep  2 08:26:08 2008
+++ SPECS/libxml2.spec	Sun Sep 14 14:14:05 2008
@@ -182,7 +182,7 @@
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
-%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
+%{__rm} -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
 %endif
 
 %clean
@@ -245,6 +245,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.158  2008/09/14 12:14:05  charles
+- %{__rm} with -f swich
+
 Revision 1.157  2008/09/02 06:26:08  qboosh
 - updated to 2.7.1 (fixes CVE-2008-3281)
 - removed obsolete DESTDIR patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libxml2.spec?r1=1.157&r2=1.158&f=u



More information about the pld-cvs-commit mailing list