[packages/libcfg+] - disable parallel install

baggins baggins at pld-linux.org
Wed Dec 12 13:49:21 CET 2012


commit ab0a2b9fb0ecc81f7235d4dd94456eacfec03dc4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Dec 12 13:49:08 2012 +0100

    - disable parallel install

 libcfg+.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcfg+.spec b/libcfg+.spec
index 0f05063..64d8250 100644
--- a/libcfg+.spec
+++ b/libcfg+.spec
@@ -9,7 +9,7 @@ Version:	0.6.2
 Release:	3
 License:	GPL
 Group:		Libraries
-#Source0Download: http://platon.sk/projects/release_list_page.php?project_id=3
+#Source0Download: http://opensource.platon.sk/projects/main_page.php?project_id=3
 Source0:	http://platon.sk/upload/_projects/00003/%{name}-%{version}.tar.gz
 # Source0-md5:	e117a2d054c5f5831fdb5ed27c26d767
 Patch0:		%{name}-make.patch
@@ -77,7 +77,7 @@ CFLAGS="%{rpmcflags} -fPIC"
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcfg+.git/commitdiff/ab0a2b9fb0ecc81f7235d4dd94456eacfec03dc4



More information about the pld-cvs-commit mailing list