diff options
author | Georg Brandl <georg@python.org> | 2010-08-01 18:43:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-01 18:43:29 (GMT) |
commit | 47befa5f83a8b40692b305e3fd6b5131324f9741 (patch) | |
tree | 73ae91389284cde04667dfcbc08516d0b9319043 /Misc/RPM | |
parent | 09f0d60f7cc08746511bb957c518885ee0421363 (diff) | |
download | cpython-47befa5f83a8b40692b305e3fd6b5131324f9741.zip cpython-47befa5f83a8b40692b305e3fd6b5131324f9741.tar.gz cpython-47befa5f83a8b40692b305e3fd6b5131324f9741.tar.bz2 |
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.)
........
Diffstat (limited to 'Misc/RPM')
-rw-r--r-- | Misc/RPM/python-2.7.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/RPM/python-2.7.spec b/Misc/RPM/python-2.7.spec index 066cadb..cf26ea1 100644 --- a/Misc/RPM/python-2.7.spec +++ b/Misc/RPM/python-2.7.spec @@ -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 @@ Summary: An interpreted, interactive, object-oriented programming language. 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} |