On Thu, Aug 29, 2013 at 2:17 AM, Miroslav Suchý <msuchy@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