[packages/fife] Use -j1 for scons

jajcus jajcus at pld-linux.org
Wed Oct 3 21:36:26 CEST 2012


commit 0f70a062b79791ad6a3f69e9c4ced6e6972fabc4
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Wed Oct 3 21:36:02 2012 +0200

    Use -j1 for scons

 fife.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fife.spec b/fife.spec
index f7fc03d..cb52acb 100644
--- 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} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fife.git/commitdiff/0f70a062b79791ad6a3f69e9c4ced6e6972fabc4



More information about the pld-cvs-commit mailing list