[packages/apertium-dict-en-ca] - no parallel make

qboosh qboosh at pld-linux.org
Tue Jul 2 18:21:44 CEST 2013


commit 6258662f1adf3120da1f679ee34c44469f12d034
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jul 2 18:21:12 2013 +0200

    - no parallel make

 apertium-dict-en-ca.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apertium-dict-en-ca.spec b/apertium-dict-en-ca.spec
index 520fac2..dd34d0b 100644
--- a/apertium-dict-en-ca.spec
+++ b/apertium-dict-en-ca.spec
@@ -38,13 +38,13 @@ oznaczania części mowy w obu językach.
 %{__automake}
 %configure
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/apertium/modes
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # not needed here (see modes subdir) and contain wrong (builddir) paths
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apertium-dict-en-ca.git/commitdiff/6258662f1adf3120da1f679ee34c44469f12d034



More information about the pld-cvs-commit mailing list