From 2e49b2766de07bb56624c5141dcdb9debdf7e6a8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Jan 27 2011 09:19:00 +0000 Subject: restore valgrind check for the future --- diff --git a/hunspell.spec b/hunspell.spec index dfb0f07..62adf63 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -68,7 +68,11 @@ make %{?_smp_mflags} %endif %check +%ifarch %{ix86} x86_64 +VALGRIND=memcheck make check +%else make check +%endif %install rm -rf $RPM_BUILD_ROOT