SPECS: python3.spec - fixed -lib -modules split (now python3 without -modul...

wiget wiget at pld-linux.org
Sun Mar 15 18:40:03 CET 2009


Author: wiget                        Date: Sun Mar 15 17:40:03 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed -lib -modules split (now python3 without -modules starts)
- release 3

---- Files affected:
SPECS:
   python3.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/python3.spec
diff -u SPECS/python3.spec:1.18 SPECS/python3.spec:1.19
--- SPECS/python3.spec:1.18	Sat Mar 14 18:33:16 2009
+++ SPECS/python3.spec	Sun Mar 15 18:39:58 2009
@@ -32,7 +32,7 @@
 Summary(uk.UTF-8):	Мова програмування дуже високого рівня з X-інтерфейсом
 Name:		python3
 Version:	%{py_ver}.1
-Release:	2
+Release:	3
 Epoch:		1
 License:	PSF
 Group:		Applications
@@ -645,8 +645,13 @@
 %files modules
 %defattr(644,root,root,755)
 /etc/shrc.d/python*-modules*
+%exclude %{py_scriptdir}/_abcoll.py[co]
+%exclude %{py_scriptdir}/_weakrefset.py[co]
+%exclude %{py_scriptdir}/abc.py[co]
 %exclude %{py_scriptdir}/codecs.py[co]
 %exclude %{py_scriptdir}/copyreg.py[co]
+%exclude %{py_scriptdir}/genericpath.py[co]
+%exclude %{py_scriptdir}/io.py[co]
 %exclude %{py_scriptdir}/locale.py[co]
 %exclude %{py_scriptdir}/posixpath.py[co]
 %exclude %{py_scriptdir}/pdb.py[co]
@@ -819,9 +824,14 @@
 %attr(755,root,root) %{py_dyndir}/_struct.so
 
 # modules required by python library
+%{py_scriptdir}/_abcoll.py[co]
+%{py_scriptdir}/_weakrefset.py[co]
+%{py_scriptdir}/abc.py[co]
 %{py_scriptdir}/codecs.py[co]
 %{py_scriptdir}/copyreg.py[co]
+%{py_scriptdir}/genericpath.py[co]
 %{py_scriptdir}/locale.py[co]
+%{py_scriptdir}/io.py[co]
 %{py_scriptdir}/posixpath.py[co]
 %{py_scriptdir}/site.py[co]
 %{py_scriptdir}/stat.py[co]
@@ -954,6 +964,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2009/03/15 17:39:58  wiget
+- fixed -lib -modules split (now python3 without -modules starts)
+- release 3
+
 Revision 1.18  2009/03/14 17:33:16  wiget
 - create python3 symlink and use it in scripts
 - release 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python3.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list