]> git.pld-linux.org Git - packages/crossmingw32-runtime.git/commitdiff
- non-parallel make; release 3 auto/th/crossmingw32-runtime-4.0.3-3
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Mar 2014 18:53:59 +0000 (19:53 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Mar 2014 18:53:59 +0000 (19:53 +0100)
crossmingw32-runtime.spec

index 3821acab55f00d2727bb525fe0bd82fceed078da..0ec7838f3e8bd154ef27e4f0ff161366b6fbdc01 100644 (file)
@@ -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}
This page took 0.265453 seconds and 4 git commands to generate.