[Rpm-maint] [rpm-software-management/rpm] Add DYNAMIC SPEC PARTS section to rpm-spec(5) (PR #4299)
Panu Matilainen
notifications at github.com
Tue Aug 4 07:52:38 UTC 2026
@pmatilai commented on this pull request.
> +Summary: Dynamic spec
+
+%description
+A dynamic spec generation example.
+
+%build
+touch FAQ
+{
+ echo "%package docs"
+ echo "Summary: Docs subpackage"
+ echo "BuildArch: noarch"
+ echo "%description docs"
+ echo "Documentation for dynamic spec"
+ echo "%files docs"
+ echo "%doc FAQ"
+} > $RPM_SPECPARTS_DIR/docs.specpart
OTOH okay the previous example link to our own tests wasn't any better :laughing: So feel free to ignore, unless you happen to come up with a more meaningful example in the meanwhile.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4299#discussion_r3710468585
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4299/review/4851897374 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260804/9b4b7258/attachment.htm>
More information about the Rpm-maint
mailing list