From 1bc57b2c29cd92d3d22b4f7f9cad84208d98e25d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Oct 2014 11:56:11 -0500 Subject: [PATCH] %check: more love --- clucene.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/clucene.spec b/clucene.spec index 3420265..3abb8a8 100644 --- a/clucene.spec +++ b/clucene.spec @@ -6,7 +6,7 @@ Summary: A C++ port of Lucene Name: clucene Version: 2.3.3.4 -Release: 15.%{snap}.%{git_short}git%{?dist} +Release: 16.%{snap}.%{git_short}git%{?dist} License: LGPLv2+ or ASL 2.0 Group: Development/System URL: http://www.sourceforge.net/projects/clucene @@ -110,6 +110,8 @@ test "$(pkg-config --modversion libclucene-core)" = "%{version}" # FIXME: make tests non-fatal for ppc and s390 (big endian 32 bit archs) until we have a proper fix #ifnarch ppc s390 export CTEST_OUTPUT_ON_FAILURE=1 +# needing the 'touch' here seems an odd workaroudn for missing dependency, race condition or cache requirement +touch src/test/CMakeLists.txt && \ make -C %{_target_platform} cl_test && \ time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure" ||: #endif @@ -146,6 +148,9 @@ time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure" | %changelog +* Thu Oct 09 2014 Rex Dieter 2.3.3.4-16.20130812.e8e3d20git +- %%check: more love + * Thu Oct 09 2014 Rex Dieter 2.3.3.4-15.20130812.e8e3d20git - fix minor cmake macro syntax error