SPECS: serpentine.spec - *.py is not a directory; comsietics

glen glen at pld-linux.org
Sun Oct 22 21:16:36 CEST 2006


Author: glen                         Date: Sun Oct 22 19:16:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- *.py is not a directory; comsietics

---- Files affected:
SPECS:
   serpentine.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/serpentine.spec
diff -u SPECS/serpentine.spec:1.9 SPECS/serpentine.spec:1.10
--- SPECS/serpentine.spec:1.9	Sat Oct 21 18:39:15 2006
+++ SPECS/serpentine.spec	Sun Oct 22 21:16:30 2006
@@ -71,8 +71,7 @@
 %{__autoconf}
 %{__automake}
 %configure \
-	%{?with_muine: --enable-muine=yes} \
-	%{!?with_muine: --enable-muine=no}
+	--enable-muine=%{?with_muine:yes}%{!?with_muine:no}
 %{__make}
 
 %{py_comp} serpentine
@@ -84,9 +83,9 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-#removed not needed *.py files
-rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/*.py
-rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/plugins/*.py
+# remove not needed *.py files
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/*.py
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/plugins/*.py
 
 %find_lang %{name}
 
@@ -119,6 +118,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/10/22 19:16:30  glen
+- *.py is not a directory; comsietics
+
 Revision 1.9  2006/10/21 16:39:15  maciek2w
 - fixed plugins system to use compiled python script
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/serpentine.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list