]> git.pld-linux.org Git - packages/mono.git/commitdiff
- rel 2; avoid parallel install auto/th/mono-2_10_1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Mar 2011 20:49:48 +0000 (20:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono.spec -> 1.282

mono.spec

index 8d2166d97b5a8baa3f979b9b434ef0a337f48d5e..d916194cf18b06b5accdacc217e192015118d89e 100644 (file)
--- a/mono.spec
+++ b/mono.spec
@@ -18,7 +18,7 @@ Summary:      Common Language Infrastructure implementation
 Summary(pl.UTF-8):     Implementacja Common Language Infrastructure
 Name:          mono
 Version:       2.10.1
-Release:       1
+Release:       2
 License:       LGPL v2 (VM), MIT X11/GPL v2 (C# compilers), MIT X11 (classes, tools), GPL v2 (tools)
 Group:         Development/Languages
 # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/
@@ -281,12 +281,12 @@ CPPFLAGS="-DUSE_LIBC_PRIVATE_SYMBOLS -DUSE_COMPILER_TLS"
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_rpmlibdir}
 
-%{__make} install \
+%{__make} -j 1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 strip --strip-debug $RPM_BUILD_ROOT%{_bindir}/mono
 
-%{__make} -C mcs/jay install \
+%{__make} -C mcs/jay -j 1 install \
        DESTDIR=$RPM_BUILD_ROOT
 # leave only skeleton
 %{__rm} $RPM_BUILD_ROOT%{_datadir}/jay/[ANR]*
This page took 0.045209 seconds and 4 git commands to generate.