[Python-checkins] r83417 - python/branches/py3k/Misc/RPM/python-3.2.spec

georg.brandl python-checkins at python.org
Sun Aug 1 20:38:26 CEST 2010


Author: georg.brandl
Date: Sun Aug  1 20:38:26 2010
New Revision: 83417

Log:
#5776: fix mistakes in python specfile.  (Nobody probably uses it anyway.)

Modified:
   python/branches/py3k/Misc/RPM/python-3.2.spec

Modified: python/branches/py3k/Misc/RPM/python-3.2.spec
==============================================================================
--- python/branches/py3k/Misc/RPM/python-3.2.spec	(original)
+++ python/branches/py3k/Misc/RPM/python-3.2.spec	Sun Aug  1 20:38:26 2010
@@ -40,7 +40,7 @@
 %define name python
 #--start constants--
 %define version 3.2a1
-%define libver 3.2
+%define libvers 3.2
 #--end constants--
 %define release 1pydotorg
 %define __prefix /usr
@@ -61,7 +61,7 @@
 Name: %{name}%{binsuffix}
 Version: %{version}
 Release: %{release}
-License: Modified CNRI Open Source License
+License: PSF
 Group: Development/Languages
 Source: Python-%{version}.tar.bz2
 %if %{include_docs}


More information about the Python-checkins mailing list