This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sean.Carolan
Recipients Sean.Carolan, eric.araujo
Date 2013-03-27.15:37:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364398667.94.0.200229888881.issue17553@psf.upfronthosting.co.za>
In-reply-to
Content
Éric Araujo, if that is the case then why does it build what looks like a *.spec file for Python itself?

[scarolan@titania:~/Python-2.7.3]$ head -10 ./build/bdist.linux-x86_64/rpm/SPECS/Python.spec
%define name Python
%define version 2.7.3
%define unmangled_version 2.7.3
%define release 1

Summary: A high-level object-oriented programming language
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{unmangled_version}.tar.gz
History
Date User Action Args
2013-03-27 15:37:47Sean.Carolansetrecipients: + Sean.Carolan, eric.araujo
2013-03-27 15:37:47Sean.Carolansetmessageid: <1364398667.94.0.200229888881.issue17553@psf.upfronthosting.co.za>
2013-03-27 15:37:47Sean.Carolanlinkissue17553 messages
2013-03-27 15:37:47Sean.Carolancreate