From 0db86b6f9af8d7b6c7663cf2edecee20b90fc32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 16 Feb 2016 11:59:10 +0000 Subject: [PATCH] reenable make check --- icu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu.spec b/icu.spec index 1e1eae3..7c5da92 100644 --- a/icu.spec +++ b/icu.spec @@ -116,7 +116,7 @@ install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/icu-config if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; then exit 1 fi -# make %{?_smp_mflags} -C source check +make %{?_smp_mflags} -C source check %post -n lib%{name} -p /sbin/ldconfig