diff options
author | Georg Brandl <georg@python.org> | 2010-08-01 18:38:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-01 18:38:26 (GMT) |
commit | f5b204a3f0e55c6381822698c4afd85733c83a0f (patch) | |
tree | 6aa5aa6ce6709f7e175d4b22bd404ff965b801f3 /Misc/RPM | |
parent | de0eb249c61b6c0164b635f5afb0cbefec48cb04 (diff) | |
download | cpython-f5b204a3f0e55c6381822698c4afd85733c83a0f.zip cpython-f5b204a3f0e55c6381822698c4afd85733c83a0f.tar.gz cpython-f5b204a3f0e55c6381822698c4afd85733c83a0f.tar.bz2 |
#5776: fix mistakes in python specfile. (Nobody probably uses it anyway.)
Diffstat (limited to 'Misc/RPM')
-rw-r--r-- | Misc/RPM/python-3.2.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/RPM/python-3.2.spec b/Misc/RPM/python-3.2.spec index aea6441..8e2c25e 100644 --- a/Misc/RPM/python-3.2.spec +++ b/Misc/RPM/python-3.2.spec @@ -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 @@ 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} |