- exclude checks on s390(x)

This commit is contained in:
Dan Horák 2010-11-05 18:31:33 +01:00
parent fca7d613ae
commit c0e9eeb0fe

View File

@ -1,6 +1,6 @@
Name: jna
Version: 3.2.7
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Pure Java access to native libraries
Group: Development/Libraries
@ -138,7 +138,7 @@ cp -a doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
#if 0%{?rhel} >= 6 || 0%{?fedora} >= 9
%if 0%{?fedora} >= 9
%ifnarch ppc
%ifnarch ppc s390 s390x
%check
ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true test
%endif
@ -182,6 +182,9 @@ rm -rf %{buildroot}
%changelog
* Fri Nov 5 2010 Dan Horák <dan[at]danny.cz> - 3.2.7-9
- exclude checks on s390(x)
* Tue Oct 12 2010 Levente Farkas <lfarkas@lfarkas.org> - 3.2.7-8
- exclude check on ppc