SPECS: python.spec - added missing files - rel. 1

wrobell wrobell at pld-linux.org
Wed Dec 10 00:41:02 CET 2008


Author: wrobell                      Date: Tue Dec  9 23:41:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added missing files
- rel. 1

---- Files affected:
SPECS:
   python.spec (1.334 -> 1.335) 

---- Diffs:

================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.334 SPECS/python.spec:1.335
--- SPECS/python.spec:1.334	Tue Dec  9 20:14:19 2008
+++ SPECS/python.spec	Wed Dec 10 00:40:47 2008
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 #
 # TODO
-# - before rel. 1: lib2to3, multiprocessing.dummy files
 # - test_distutils fails for unknown reason: (does it still do with new lib64 patch?)
 #   AssertionError: '/tmp/tmpaomC0l/installation/share/python' != '/tmp/tmpaomC0l/installation/lib/python'
 # - change searchpath order so /usr/lib* is before /usr/share
@@ -43,7 +42,7 @@
 Summary(uk.UTF-8):	Мова програмування дуже високого рівня з X-інтерфейсом
 Name:		python
 Version:	%{py_ver}.1
-Release:	0.1
+Release:	1
 Epoch:		1
 License:	PSF
 Group:		Applications
@@ -782,7 +781,9 @@
 %{py_scriptdir}/logging/*.py[co]
 
 %dir %{py_scriptdir}/multiprocessing
+%dir %{py_scriptdir}/multiprocessing/dummy
 %{py_scriptdir}/multiprocessing/*.py[co]
+%{py_scriptdir}/multiprocessing/dummy/*.py[co]
 
 %dir %{py_scriptdir}/wsgiref
 %{py_scriptdir}/wsgiref/*.py[co]
@@ -883,8 +884,12 @@
 %{py_scriptdir}/email/mime/*.py
 %{py_scriptdir}/hotshot/*.py
 %{py_scriptdir}/json/*.py
+%{py_scriptdir}/lib2to3/*.py
+%{py_scriptdir}/lib2to3/fixes/*.py
+%{py_scriptdir}/lib2to3/pgen2/*.py
 %{py_scriptdir}/logging/*.py
 %{py_scriptdir}/multiprocessing/*.py
+%{py_scriptdir}/multiprocessing/dummy/*.py
 %{py_scriptdir}/sqlite3/*.py
 %{py_scriptdir}/wsgiref/*.py
 %{py_scriptdir}/xml/*.py
@@ -902,10 +907,12 @@
 
 %attr(755,root,root) %{_bindir}/2to3
 %dir %{py_scriptdir}/lib2to3
+%dir %{py_scriptdir}/lib2to3/fixes
+%dir %{py_scriptdir}/lib2to3/pgen2
 %{py_scriptdir}/lib2to3/*.py[co]
 %{py_scriptdir}/lib2to3/*.pickle
-%dir %{py_scriptdir}/lib2to3/fixes
 %{py_scriptdir}/lib2to3/fixes/*.py[co]
+%{py_scriptdir}/lib2to3/pgen2/*.py[co]
 
 %attr(755,root,root) %{py_dyndir}/_hotshot.so
 %dir %{py_scriptdir}/hotshot
@@ -947,6 +954,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.335  2008/12/09 23:40:47  wrobell
+- added missing files
+- rel. 1
+
 Revision 1.334  2008/12/09 19:14:19  wrobell
 - ver. 2.6.1
 - rel. 0.1 due to unpackaged files
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python.spec?r1=1.334&r2=1.335&f=u



More information about the pld-cvs-commit mailing list