[packages/crossmingw32-runtime] - non-parallel make; release 3

qboosh qboosh at pld-linux.org
Tue Mar 25 19:50:32 CET 2014


commit f83317c4c362c1728b03b86d51ab7246f27e6c92
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Mar 25 19:53:59 2014 +0100

    - non-parallel make; release 3

 crossmingw32-runtime.spec | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/crossmingw32-runtime.spec b/crossmingw32-runtime.spec
index 3821aca..0ec7838 100644
--- a/crossmingw32-runtime.spec
+++ b/crossmingw32-runtime.spec
@@ -2,7 +2,7 @@ Summary:	MinGW32 Binary Utility Development Utilities - runtime libraries
 Summary(pl.UTF-8):	Zestaw narzędzi MinGW32 - biblioteki uruchomieniowe
 Name:		crossmingw32-runtime
 Version:	4.0.3
-Release:	2
+Release:	3
 Epoch:		1
 License:	BSD-like
 Group:		Development/Libraries
@@ -129,15 +129,14 @@ cp /usr/share/automake/config.sub .
 	--libdir=%{_libdir} \
 	--host=%{target} \
 	--build=%{_target_platform}
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 # makefile expects dir before creating it
 install -d $RPM_BUILD_ROOT%{_includedir}/GL
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_dlldir}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-runtime.git/commitdiff/f83317c4c362c1728b03b86d51ab7246f27e6c92



More information about the pld-cvs-commit mailing list