Running a command in spec file?

Dave Johansen davejohansen at gmail.com
Thu Aug 29 10:04:24 UTC 2013


On Thu, Aug 29, 2013 at 2:17 AM, Miroslav Suchý <msuchy at redhat.com> wrote:

> On 08/29/2013 10:19 AM, Stanislav Ochotnicky wrote:
>
>> %{?scl:scl enable %{scl} "}
>> # this is a shell
>> command 1
>> command 2
>> ...
>> %{?scl:"}
>>
>
> Just one command with this syntax. If you need more command, you have to
> use heredoc as Vít said in this thread.
>

So does that mean that this is the correct statement to put in the .spec
file?

%{?scl:scl enable %{scl} "}
source /opt/rh/devtoolset-1.1/enable
%{?scl:"}

What is the %{?scl} macro doing? And am I using it correctly in the above?

Thanks,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/devel/attachments/20130829/dacc68a5/attachment.html>


More information about the devel mailing list