[Rpm-maint] [rpm-software-management/rpm] RFE: BuildRequires generator (#104)
nim-nim
notifications at github.com
Sat Mar 23 07:25:45 UTC 2019
@eclipseo My understanding of things is that you just need to have a BR generator that supports this distinction, no need for special rpm support
```rpm
%if %{with check}
generate-foo-buildrequires --full
%else
generate-foo-buildrequires --without-tests
%endif
```
That's the nice thing of getting buildrequires generation integrated within rpmbuild, you get all the existing spec framework for free.
--
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/104#issuecomment-475847335
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190323/3c3f7b0a/attachment.html>
More information about the Rpm-maint
mailing list