rpms/python/devel python.spec,1.43,1.44

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 20 13:21:21 UTC 2005


Author: misa

Update of /cvs/dist/rpms/python/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13586

Modified Files:
	python.spec 
Log Message:
bugzilla: 168655  Fixes for building as python2.4


Index: python.spec
===================================================================
RCS file: /cvs/dist/rpms/python/devel/python.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- python.spec	20 Sep 2005 12:53:31 -0000	1.43
+++ python.spec	20 Sep 2005 13:21:16 -0000	1.44
@@ -19,7 +19,7 @@
 Summary: An interpreted, interactive, object-oriented programming language.
 Name: %{python}
 Version: %{pybasever}.1
-Release: 3
+Release: 4
 License: PSF - see LICENSE
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -102,7 +102,7 @@
 Summary: A collection of development tools included with Python.
 Group: Development/Tools
 Requires: %{name} = %{version}-%{release}
-Requires: tkinter = %{version}-%{release}
+Requires: %{tkinter} = %{version}-%{release}
 %if %{main_python}
 Obsoletes: python2-tools
 Provides: python2-tools = %{version}
@@ -265,6 +265,7 @@
 mv pynche pynche%{__python_ver}
 mv pygettext.py pygettext%{__python_ver}.py
 mv msgfmt.py msgfmt%{__python_ver}.py
+mv smtpd.py smtpd%{__python_ver}.py
 mv pydoc pydoc%{__python_ver}
 popd
 %endif
@@ -337,7 +338,7 @@
 %doc Tools/pynche/README.pynche
 %{_libdir}/python%{pybasever}/site-packages/modulator
 %{_libdir}/python%{pybasever}/site-packages/pynche
-%{_bindir}/smtpd.py*
+%{_bindir}/smtpd*.py*
 %{_bindir}/idle*
 %{_bindir}/modulator*
 %{_bindir}/pynche*
@@ -353,6 +354,9 @@
 %{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
 
 %changelog
+* Tue Sep 20 2005 Mihai Ibanescu <misa at redhat.com> 2.4.1-4
+- Fixed bug #168655 (fixes for building as python24)
+
 * Tue Jul 26 2005 Mihai Ibanescu <misa at redhat.com> 2.4.1-3
 - Fixed bug #163435 (pynche doesn't start))
 




More information about the fedora-cvs-commits mailing list