[Patches] [ python-Patches-1060577 ] bdist_rpm not able to compile multiple rpm packages

SourceForge.net noreply at sourceforge.net
Thu Nov 4 23:28:54 CET 2004


Patches item #1060577, was opened at 2004-11-04 17:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1060577&group_id=5470

Category: Distutils and setup.py
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Mihai Ibanescu (misa)
Assigned to: Nobody/Anonymous (nobody)
Summary: bdist_rpm not able to compile multiple rpm packages

Initial Comment:
bdist_rpm tries to deal with debuginfo packages by
naming them in the source. Just as debuginfo packages
are artifacts of a buildystem, one can modify the
buildsystem to create various other rpms even though
the spec file only creates one.

The attached patch tries to approach the solution in a
more general way, by looking at the spec file and
extracting the names of rpms that are going to be
generated.

This patch has been posted at some point on the
distutils-sig mailing list:

http://mail.python.org/pipermail/distutils-sig/2004-June/003953.html

I assumed it already made it in, apparently not.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1060577&group_id=5470


More information about the Patches mailing list