Passing parameters from %prep to %build

Eran Ben Natan eranb at celltick.com
Sun Aug 11 07:37:17 UTC 2013


Hi,

I have the following problem: In the %prep, I run a command that returns a value.
I want to be able to use this value in the %build.
I was not able to do it with macros, because %global gets its value on init, and %declare is executed when called.
I also wasn't able to use bash parameters because they are not shared between %prep and %build.
I have 2 workarounds: Do all in %prep, or save the vale to a file. I'm not comfortable with any of these workarounds.
This seems to be a simple task. Am I missing something?

Thanks, Eran.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-list/attachments/20130811/4a8f5900/attachment.html>


More information about the Rpm-list mailing list