openSUSE / py2pack

Generate distribution packages from PyPI
Apache License 2.0
69 stars 40 forks source link

Fix default generated spec filename #170

Closed hramrach closed 1 year ago

hramrach commented 1 year ago

By default package python- is generated to .spec

Add the python- prefix to default spec filename as well.

This is not a complete fix: the python prefix may or may not be required depending on package type. However, this goes from 100% wrong to mostly correct.

Fixes: #94

Signed-off-by: Michal Suchanek msuchanek@suse.de