SPECS: xen.spec - don't try to package py_sitescriptdir which does...

shadzik shadzik at pld-linux.org
Sun Nov 26 00:40:13 CET 2006


Author: shadzik                      Date: Sat Nov 25 23:40:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't try to package py_sitescriptdir which doesn't exist

---- Files affected:
SPECS:
   xen.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.40 SPECS/xen.spec:1.41
--- SPECS/xen.spec:1.40	Sun Nov 26 00:00:44 2006
+++ SPECS/xen.spec	Sun Nov 26 00:40:07 2006
@@ -147,7 +147,7 @@
 
 
 find $RPM_BUILD_ROOT%{py_sitedir} -name '*.py' -exec rm "{}" ";"
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -name '*.py' -exec rm "{}" ";"
+#find $RPM_BUILD_ROOT%{py_sitescriptdir} -name '*.py' -exec rm "{}" ";"
 rm -rf $RPM_BUILD_ROOT%{_docdir}/xen
 rm -rf $RPM_BUILD_ROOT/etc/init.d
 
@@ -208,7 +208,7 @@
 %{py_sitedir}/%{name}/xend
 %{py_sitedir}/%{name}/xm
 %{py_sitedir}/%{name}/*.py*
-%{py_sitescriptdir}/*
+#%{py_sitescriptdir}/*
 %{_mandir}/man?/*
 %{_sharedstatedir}/xen
 %{_sharedstatedir}/xenstored
@@ -231,6 +231,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2006/11/25 23:40:07  shadzik
+- don't try to package py_sitescriptdir which doesn't exist
+
 Revision 1.40  2006/11/25 23:00:44  shadzik
 - ups, re-add BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xen.spec?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list