[hunspell] restore valgrind check for the future

Caolan McNamara caolanm at fedoraproject.org
Thu Jan 27 09:19:10 UTC 2011


commit 2e49b2766de07bb56624c5141dcdb9debdf7e6a8
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jan 27 09:19:00 2011 +0000

    restore valgrind check for the future

 hunspell.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
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


More information about the scm-commits mailing list