befeleme / pyp2spec

Generate Fedora RPM spec files for Python packages
MIT License
11 stars 4 forks source link

RFE: Compat pacakges #15

Open hroncok opened 2 years ago

hroncok commented 2 years ago

This is a very low-priority RFE.

I'd like to be able to generate "compact" packages. They differ form normal packages by:

The VERSION in the name might not necessarily == %{version}. E.g. I might want to say --compat 1.6 and the package would be named python-xxx1.6 but the packaged version might be 1.6.8 (latest 1.6.*).

Examples: