[Rpm-maint] [rpm-software-management/rpm] Merge buildprocess.md contents into rpmbuild man pages (PR #4047)
Panu Matilainen
notifications at github.com
Fri Nov 21 12:16:45 UTC 2025
@pmatilai commented on this pull request.
> + . Export build environment to *%builddir*/_rpmbuild.env_ file
+. Build sources and populate *%buildroot*
+ . Unpack sources and apply any patches (*p*, *%prep*)
+ . Generate dynamic build dependencies (*d*, *%generate_buildrequires*)
+ . Check dynamic build dependencies
+ . Configure sources (*f*, *%conf*)
+ . Compile sources (*c*, *%build*)
+ . Install binaries into *%buildroot* (*i*, *%install*)
+ . Read dynamic spec parts
+ . Execute tests (*k*, *%check*)
+. Process files to be packaged
+ . Collect source files
+ . Collect binary files in *%buildroot* based on *%files*
+ . Add regular entries
+ . Add documentation entries (*%doc*)
+ . Add license entries (*%license*)
I'd merge the last two into "Copy any special %doc and %license entry files to buildroot" (or such) because this is markedly different from collecting regular files, and these aren't really two different entities from a users perspective.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4047#pullrequestreview-3492512126
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4047/review/3492512126 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20251121/c72d3c62/attachment.htm>
More information about the Rpm-maint
mailing list