[packages/apertium-dict-sv-da] - non-parallel build and install

qboosh qboosh at pld-linux.org
Tue Dec 29 21:54:28 CET 2015


commit c28106f4e8b984755f28d7194d8ab8969102da9c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Dec 29 21:56:11 2015 +0100

    - non-parallel build and install

 apertium-dict-sv-da.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apertium-dict-sv-da.spec b/apertium-dict-sv-da.spec
index 744d40c..6e8eaf5 100644
--- a/apertium-dict-sv-da.spec
+++ b/apertium-dict-sv-da.spec
@@ -42,13 +42,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-sv-da.git/commitdiff/c28106f4e8b984755f28d7194d8ab8969102da9c



More information about the pld-cvs-commit mailing list