[issue5063] python-2.6.spec doesn't build properly

2010-01-15 Thread Sean Reifschneider
Sean Reifschneider added the comment: Committed to release26-maint as 77514. Committed to trunk as 77515. Committed to 3k as 77516. -- resolution: -> accepted stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue5063] python-2.6.spec doesn't build properly

2010-01-07 Thread Martin v . Löwis
Martin v. Löwis added the comment: 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 contrib

[issue5063] python-2.6.spec doesn't build properly

2010-01-07 Thread R. David Murray
R. David Murray added the comment: 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. -- nosy: +loewis, r.david.murra

[issue5063] python-2.6.spec doesn't build properly

2009-01-25 Thread Patrick Toal
New submission from Patrick Toal : 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. -- components: Build files: python-2.6.1.spec.