packages: python3/python3.spec - install section fixes for python 3.2

wrobell wrobell at pld-linux.org
Tue Feb 22 02:45:42 CET 2011


Author: wrobell                      Date: Tue Feb 22 01:45:42 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- install section fixes for python 3.2

---- Files affected:
packages/python3:
   python3.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: packages/python3/python3.spec
diff -u packages/python3/python3.spec:1.38 packages/python3/python3.spec:1.39
--- packages/python3/python3.spec:1.38	Tue Feb 22 01:54:34 2011
+++ packages/python3/python3.spec	Tue Feb 22 02:45:36 2011
@@ -36,7 +36,8 @@
 Summary(uk.UTF-8):	Мова програмування дуже високого рівня з X-інтерфейсом
 Name:		python3
 Version:	%{py_ver}
-Release:	0.%{beta}.1
+#Release:	0.%{beta}.1
+Release:	0.1
 Epoch:		1
 License:	PSF
 Group:		Applications
@@ -496,7 +497,7 @@
 %endif
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-cp -a Tools Demo $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a Tools $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 #
 # create several useful aliases, such as timeit.py, profile.py, pdb.py, smtpd.py
@@ -530,9 +531,6 @@
 # pygettext.py is provided for compatibility
 install Tools/i18n/pygettext.py $RPM_BUILD_ROOT%{_bindir}/pygettext%{py_ver}
 
-# rename file conflicting with python 2.*
-mv $RPM_BUILD_ROOT%{_bindir}/2to3{,-%{py_ver}}
-
 # just to cut the noise, as they are not packaged (now)
 # first tests
 rm -rf $RPM_BUILD_ROOT%{py_scriptdir}/test
@@ -904,6 +902,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2011/02/22 01:45:36  wrobell
+- install section fixes for python 3.2
+
 Revision 1.38  2011/02/22 00:54:34  wrobell
 - started to update to version 3.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python3/python3.spec?r1=1.38&r2=1.39&f=u



More information about the pld-cvs-commit mailing list