[Patches] [ python-Patches-970015 ] Generate a working spec even
with wrong version of software
SourceForge.net
noreply at sourceforge.net
Wed Jun 9 19:38:58 EDT 2004
Patches item #970015, was opened at 2004-06-10 01:38
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=970015&group_id=5470
Category: Distutils and setup.py
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Scherer Michael (misc_from_metz)
Assigned to: Nobody/Anonymous (nobody)
Summary: Generate a working spec even with wrong version of software
Initial Comment:
Some python packages use a '-' in their version.
This doesn't work with rpm, since a tag Version cannot have a '-', this is the default separator between the release and version. A common practice for this problem is to change '-' by '_'.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=970015&group_id=5470
More information about the Patches
mailing list