[Rpm-maint] [rpm-software-management/rpm] Add separate build configuration (%conf) section to spec (PR #1932)
Panu Matilainen
notifications at github.com
Wed Feb 23 09:04:27 UTC 2022
To elaborate on the background a bit: for many packages the actual compilation and installation steps are just redundant "make, make install" equivalent boilerplate that could be autofilled from macros. It's the configuration where things become project specific real fast.. Yes, some simple packages can make do with just plain "%configure" or equivalent ("cmake" and whatnot) and that could be autofilled too, but this is the step that almost always requires some project specific enable/disable flags and such. As long as the configuration is done as part of %build, there's no way to autofill one but not the other.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1932#issuecomment-1048570189
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/1932/c1048570189 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220223/be3f1a3f/attachment.html>
More information about the Rpm-maint
mailing list