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.

classification
Title: python-2.6.spec doesn't build properly
Type: compile error Stage: resolved
Components: Build Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jafo Nosy List: jafo, loewis, ptoal, r.david.murray
Priority: normal Keywords: patch

Created on 2009-01-26 03:07 by ptoal, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.6.1.spec.diff ptoal, 2009-01-26 03:07 python-2.6.spec.diff
Messages (4)
msg80558 - (view) Author: Patrick Toal (ptoal) Date: 2009-01-26 03:07
Attempting to build an RPM with the python-2.6.spec contained in the 
python-2.6.1 distribution tar fails.  The following diff's enabled me to 
cleanly build the rpm's on a standard CentOS 5.1 installation.
msg97368 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-01-07 20:02
I see that, eg, 'libver', which the patch wants to change to 'libvers', is still 'libver' in trunk/py3k.  I know nothing about RPM, so am adding Martin as nosy since svn indicates he was the author of most of the file.
msg97369 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-01-07 20:15
I just created the first version of the spec file after migration to subversion, by copying from an older version, which then got copied across versions.

The original RPM support was from Jeremy Hylton (r18101); the spec file in its current form was contributed by Sean Reifschneider (r25016, r31581, r34435 - taken from issue823259).

Assigning the issue to jafo - Sean, if you don't want it, unassign it.
msg97863 - (view) Author: Sean Reifschneider (jafo) * (Python committer) Date: 2010-01-16 04:35
Committed to release26-maint as 77514.
Committed to trunk as 77515.
Committed to 3k as 77516.
History
Date User Action Args
2022-04-11 14:56:44adminsetgithub: 49313
2010-01-16 04:35:50jafosetstatus: open -> closed
resolution: accepted
messages: + msg97863

stage: resolved
2010-01-07 20:15:19loewissetassignee: jafo

messages: + msg97369
nosy: + jafo
2010-01-07 20:02:05r.david.murraysetnosy: + loewis, r.david.murray
messages: + msg97368
2009-01-26 03:07:30ptoalcreate