[packages/mhash] - tests do not like parallelization - rel 4
baggins
baggins at pld-linux.org
Tue Mar 10 09:07:43 CET 2015
commit 276ce083ea44f36edd421b4cbb2b8f1462a9cf06
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Mar 10 09:07:28 2015 +0100
- tests do not like parallelization
- rel 4
mhash.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mhash.spec b/mhash.spec
index 41f5cd5..3aacadd 100644
--- a/mhash.spec
+++ b/mhash.spec
@@ -7,7 +7,7 @@ Summary(pl.UTF-8): Biblioteka funkcji mieszających (skrótu)
Summary(pt_BR.UTF-8): Interface uniforme para vários algoritmos hash
Name: mhash
Version: 0.9.9.9
-Release: 3
+Release: 4
License: LGPL v2+
Group: Libraries
Source0: http://dl.sourceforge.net/mhash/%{name}-%{version}.tar.bz2
@@ -95,7 +95,7 @@ biblioteca mhash.
%if %{with tests}
LD_LIBRARY_PATH=$(pwd)/lib/.libs; export LD_LIBRARY_PATH
-%{__make} check
+%{__make} -j1 check
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mhash.git/commitdiff/276ce083ea44f36edd421b4cbb2b8f1462a9cf06
More information about the pld-cvs-commit
mailing list