- bypass 'make check', similar to ppc64
This commit is contained in:
parent
43912774aa
commit
d902535605
@ -3,7 +3,7 @@
|
||||
Summary: A C++ port of Lucene
|
||||
Name: clucene
|
||||
Version: 0.9.21
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+ or ASL 2.0
|
||||
Group: Development/System
|
||||
URL: http://www.sourceforge.net/projects/clucene
|
||||
@ -107,7 +107,7 @@ popd
|
||||
|
||||
# Run the tests
|
||||
## It currently fails 2 tests for ppc64 builds, upstream is looking into it.
|
||||
%ifnarch ppc64
|
||||
%ifnarch ppc64 s390x
|
||||
%check
|
||||
pushd %{name}-core-%{version}
|
||||
make check
|
||||
@ -167,6 +167,9 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2009 Karsten Hopp <karsten@redhat.com> 0.9.21-3
|
||||
- bypass 'make check', similar to ppc64
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.21-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user