template-specs: python.spec - information about %{py_sitescriptdir} macro

jajcus jajcus at pld-linux.org
Sat Nov 28 19:05:40 CET 2009


Author: jajcus                       Date: Sat Nov 28 18:05:40 2009 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- information about %{py_sitescriptdir} macro

---- Files affected:
template-specs:
   python.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: template-specs/python.spec
diff -u template-specs/python.spec:1.15 template-specs/python.spec:1.16
--- template-specs/python.spec:1.15	Sun Mar 29 15:11:22 2009
+++ template-specs/python.spec	Sat Nov 28 19:05:35 2009
@@ -36,6 +36,7 @@
 	--optimize=2 \
 	--root=$RPM_BUILD_ROOT
 
+# change %{py_sitedir} to %{py_sitescriptdir} for 'noarch' packages!
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
@@ -46,6 +47,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+# change %{py_sitedir} to %{py_sitescriptdir} for 'noarch' packages!
 %{py_sitedir}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/*.so
 %if "%{py_ver}" > "2.4"
@@ -58,6 +60,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2009/11/28 18:05:35  jajcus
+- information about %{py_sitescriptdir} macro
+
 Revision 1.15  2009/03/29 13:11:22  glen
 - .egg-info is python version specific (and sometimes setup.py), not distro line
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/python.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list