[jna/f12/master] exclude check for ppc

Levente Farkas lfarkas at fedoraproject.org
Tue Oct 12 07:24:49 UTC 2010


commit fca7d613ae6de038f514fec214da8714755875fe
Author: Levente Farkas <lfarkas at lfarkas.org>
Date:   Tue Oct 12 09:24:48 2010 +0200

    exclude check for ppc

 jna.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/jna.spec b/jna.spec
index 23d8fdc..83d9bf3 100644
--- a/jna.spec
+++ b/jna.spec
@@ -1,6 +1,6 @@
 Name:           jna
 Version:        3.2.7
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Pure Java access to native libraries
 
 Group:          Development/Libraries
@@ -138,9 +138,11 @@ cp -a doc/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 #if 0%{?rhel} >= 6 || 0%{?fedora} >= 9
 %if 0%{?fedora} >= 9
+%ifnarch ppc
 %check
 ant -Dcflags_extra.native="%{optflags}" -Ddynlink.native=true -Dnomixedjar.native=true test
 %endif
+%endif
 
 
 %clean
@@ -180,6 +182,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Oct 12 2010 Levente Farkas <lfarkas at lfarkas.org> - 3.2.7-8
+- exclude check on ppc
+
 * Fri Oct  8 2010 Levente Farkas <lfarkas at lfarkas.org> - 3.2.7-7
 - fix excludearch condition
 


More information about the scm-commits mailing list