[Python-checkins] r83419 - in python/branches/release27-maint: Misc/RPM/python-2.7.spec

georg.brandl python-checkins at python.org
Sun Aug 1 20:43:29 CEST 2010


Author: georg.brandl
Date: Sun Aug  1 20:43:29 2010
New Revision: 83419

Log:
Merged revisions 83417 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83417 | georg.brandl | 2010-08-01 20:38:26 +0200 (So, 01 Aug 2010) | 1 line
  
  #5776: fix mistakes in python specfile.  (Nobody probably uses it anyway.)
........


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/Misc/RPM/python-2.7.spec

Modified: python/branches/release27-maint/Misc/RPM/python-2.7.spec
==============================================================================
--- python/branches/release27-maint/Misc/RPM/python-2.7.spec	(original)
+++ python/branches/release27-maint/Misc/RPM/python-2.7.spec	Sun Aug  1 20:43:29 2010
@@ -40,7 +40,7 @@
 %define name python
 #--start constants--
 %define version 2.7.1a0
-%define libver 2.7
+%define libvers 2.7
 #--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