[clucene/f16] do not run tests on ppc and s390, temporary fix

Jaroslav Reznik jreznik at fedoraproject.org
Mon Dec 5 15:59:44 UTC 2011


commit 7abd6022517099060a7b2321c142cb9a14113e44
Author: Jaroslav Reznik <jreznik at redhat.com>
Date:   Mon Dec 5 16:49:46 2011 +0100

    do not run tests on ppc and s390, temporary fix

 clucene.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/clucene.spec b/clucene.spec
index 9fc68eb..7591312 100644
--- a/clucene.spec
+++ b/clucene.spec
@@ -62,9 +62,13 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 rm -rf %{buildroot}%{_libdir}/CLuceneConfig.cmake
 
+%ifnarch ppc s390
+# FIXME: do not run tests for ppc and s390 (big endian 32 bit archs) until
+# we have a proper fix
 %check
 make cl_test -C %{_target_platform}
 make test -C %{_target_platform}
+%endif
 
 %clean
 rm -rf %{buildroot}


More information about the scm-commits mailing list