@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

Hmm. I wonder if we could come up with a more meaningful example that would 
demonstrate a scenario where you'd want/need to use this feature. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4299#pullrequestreview-4851879817
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/4299/review/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to