fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
123 stars 39 forks source link

default savedir to %{_topdir} #117

Closed brianjmurrell closed 6 years ago

brianjmurrell commented 7 years ago

It would be useful, I think, to default the _SAVEDIR (-d) value to the RPM %{topdir} macro's value on the system it's running on.

irushchyshyn commented 6 years ago

Reopening the issue to use rpm --eval %{_topdir} (see comment)