- exclude checks on s390(x)
This commit is contained in:
parent
fca7d613ae
commit
c0e9eeb0fe
7
jna.spec
7
jna.spec
@ -1,6 +1,6 @@
|
|||||||
Name: jna
|
Name: jna
|
||||||
Version: 3.2.7
|
Version: 3.2.7
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Pure Java access to native libraries
|
Summary: Pure Java access to native libraries
|
||||||
|
|
||||||
Group: Development/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%{?rhel} >= 6 || 0%{?fedora} >= 9
|
||||||
%if 0%{?fedora} >= 9
|
%if 0%{?fedora} >= 9
|
||||||
%ifnarch ppc
|
%ifnarch ppc s390 s390x
|
||||||
%check
|
%check
|
||||||
ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true test
|
ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true test
|
||||||
%endif
|
%endif
|
||||||
@ -182,6 +182,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 12 2010 Levente Farkas <lfarkas@lfarkas.org> - 3.2.7-8
|
||||||
- exclude check on ppc
|
- exclude check on ppc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user