From c0e9eeb0fe1b612da4d2ffcffd3a1095c60bb5fc Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Nov 05 2010 17:31:33 +0000 Subject: - exclude checks on s390(x) --- diff --git a/jna.spec b/jna.spec index 83d9bf3..0f8fa8c 100644 --- a/jna.spec +++ b/jna.spec @@ -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 - 3.2.7-9 +- exclude checks on s390(x) + * Tue Oct 12 2010 Levente Farkas - 3.2.7-8 - exclude check on ppc