Replies: 2 comments 3 replies
-
Well, sub package definitions are normal preambles that can contain everything the main preamble can. But that doesn't mean those (e.g. The build scripts also are global. Attaching them to sub packages does not really make sense. While sub packages already exist as an internal structure right after the spec file is parsed they are not looked at until after the build scripts are run. |
Beta Was this translation helpful? Give feedback.
-
Just FTR, this is related to the #2847. What I am possibly about to do is to package Ruby with a few gems into single binary RPM. So my high level idea is to essentially "join" Ruby .spec file with the .spec files of the gems. |
Beta Was this translation helpful? Give feedback.
-
AFACIT, the sub-package may include
Source
directive. But is there a chance to have also named prep/build/... sections?BTW wonder what happens with the string appended behind e.g.
prep
. Can I really put there any garbage I like, such as%prep asl;dkfjsld;fkj
? But I assume this is likely going to change with #2728Beta Was this translation helpful? Give feedback.
All reactions