On Thu, Aug 29, 2013 at 2:17 AM, Miroslav Suchý <msu...@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
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to