[packages/opencc] - non-parallel make, release 2

qboosh qboosh at pld-linux.org
Sun Apr 26 15:44:27 CEST 2020


commit a41f3dd3eb1feb3445cb4419d4b899fcfbf79a64
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Apr 26 15:44:42 2020 +0200

    - non-parallel make, release 2

 opencc.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/opencc.spec b/opencc.spec
index 68ad5e3..2a02b31 100644
--- a/opencc.spec
+++ b/opencc.spec
@@ -6,7 +6,7 @@ Summary:	Open Chinese Convert library
 Summary(pl.UTF-8):	Biblioteka Open Chinese Convert do konwersji między wariantami języka chińskiego
 Name:		opencc
 Version:	1.0.6
-Release:	1
+Release:	2
 License:	Apache v2.0
 Group:		Libraries
 #Source0Download: https://github.com/BYVoid/OpenCC/releases
@@ -65,7 +65,7 @@ cd build-static
 %cmake .. \
 	-DBUILD_SHARED_LIBS=OFF
 
-%{__make}
+%{__make} -j1
 cd ..
 %endif
 
@@ -73,7 +73,7 @@ install -d build
 cd build
 %cmake ..
 
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opencc.git/commitdiff/a41f3dd3eb1feb3445cb4419d4b899fcfbf79a64



More information about the pld-cvs-commit mailing list