[Rpm-maint] [rpm-software-management/rpm] RFE: Clean up Ruby generated `.gemspec` file in `%clean` (Issue #1799)
Pavel Valena
notifications at github.com
Mon Oct 18 16:09:01 UTC 2021
Ruby `%setup` unpacks `.gem` file (`SOURCE0`), and also generates `.gemspec` file (from the `.gem` file) which is needed for gem build:
https://src.fedoraproject.org/rpms/rubygem-rails/blob/rawhide/f/rubygem-rails.spec#_37
It's generated in the same folder as the unpacked source (to avoid name collision), but it's never removed in `%clean` section.
Is it possible to remove it as well?
Also discussed here: https://src.fedoraproject.org/rpms/rubygem-contracts/pull-request/1#comment-87699
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1799
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211018/7c164bca/attachment-0001.html>
More information about the Rpm-maint
mailing list