%check: more love
This commit is contained in:
parent
c87a8559aa
commit
1bc57b2c29
@ -6,7 +6,7 @@
|
|||||||
Summary: A C++ port of Lucene
|
Summary: A C++ port of Lucene
|
||||||
Name: clucene
|
Name: clucene
|
||||||
Version: 2.3.3.4
|
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
|
License: LGPLv2+ or ASL 2.0
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://www.sourceforge.net/projects/clucene
|
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
|
# FIXME: make tests non-fatal for ppc and s390 (big endian 32 bit archs) until we have a proper fix
|
||||||
#ifnarch ppc s390
|
#ifnarch ppc s390
|
||||||
export CTEST_OUTPUT_ON_FAILURE=1
|
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 && \
|
make -C %{_target_platform} cl_test && \
|
||||||
time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure" ||:
|
time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure" ||:
|
||||||
#endif
|
#endif
|
||||||
@ -146,6 +148,9 @@ time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure" |
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3.4-16.20130812.e8e3d20git
|
||||||
|
- %%check: more love
|
||||||
|
|
||||||
* Thu Oct 09 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3.4-15.20130812.e8e3d20git
|
* Thu Oct 09 2014 Rex Dieter <rdieter@fedoraproject.org> 2.3.3.4-15.20130812.e8e3d20git
|
||||||
- fix minor cmake macro syntax error
|
- fix minor cmake macro syntax error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user