]> git.pld-linux.org Git - packages/fife.git/commitdiff
Use -j1 for scons
authorJacek Konieczny <jajcus@jajcus.net>
Wed, 3 Oct 2012 19:36:02 +0000 (21:36 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Wed, 3 Oct 2012 19:36:02 +0000 (21:36 +0200)
fife.spec

index f7fc03d15227cf00c5b4926bb30ac4d7cf0d4fe1..cb52acbdfe390b9f556bc6813c72131696f85986 100644 (file)
--- a/fife.spec
+++ b/fife.spec
@@ -89,7 +89,7 @@ Dokumentacja API biblioteki %{name}.
 %patch0 -p1
 
 %build
-%scons fife-shared fife-python \
+%scons -j1 fife-shared fife-python \
        %{?with_static_libs:fife-static} \
        --lib-dir=%{_libdir} \
        --prefix=%{_prefix} \
@@ -98,7 +98,7 @@ Dokumentacja API biblioteki %{name}.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%scons install-shared install-python install-dev \
+%scons -j1 install-shared install-python install-dev \
        %{?with_static_libs:install-static} \
        --lib-dir=%{_libdir} \
        --prefix=%{_prefix} \
This page took 0.068076 seconds and 4 git commands to generate.