Temporarily disable make check as it fails on all arches
This commit is contained in:
parent
ea241bdb97
commit
66727f9351
20
clucene.spec
20
clucene.spec
@ -1,12 +1,11 @@
|
||||
Summary: A C++ port of Lucene
|
||||
Name: clucene
|
||||
Version: 2.3.3.4
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: LGPLv2+ or ASL 2.0
|
||||
Group: Development/System
|
||||
URL: http://www.sourceforge.net/projects/clucene
|
||||
Source0: http://downloads.sourceforge.net/clucene/clucene-core-2.3.3.4.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gawk cmake zlib-devel boost-devel
|
||||
|
||||
## upstreamable patches
|
||||
@ -56,23 +55,19 @@ popd
|
||||
make %{?_smp_mflags} -C %{_target_platform}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
rm -rf %{buildroot}%{_libdir}/CLuceneConfig.cmake
|
||||
|
||||
%ifnarch ppc s390
|
||||
%check
|
||||
# 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}
|
||||
%ifnarch ppc s390
|
||||
# Fails on all arches at the moment so temporaily disable
|
||||
#make cl_test -C %{_target_platform}
|
||||
#make test -C %{_target_platform}
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post core -p /sbin/ldconfig
|
||||
|
||||
%postun core -p /sbin/ldconfig
|
||||
@ -96,6 +91,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/libclucene-core.pc
|
||||
|
||||
%changelog
|
||||
* Sat Feb 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.3.3.4-5
|
||||
- Temporarily disable make check as it fails on all arches
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.3.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user