exclude check for ppc
This commit is contained in:
parent
0d0d86f733
commit
fca7d613ae
7
jna.spec
7
jna.spec
@ -1,6 +1,6 @@
|
|||||||
Name: jna
|
Name: jna
|
||||||
Version: 3.2.7
|
Version: 3.2.7
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Pure Java access to native libraries
|
Summary: Pure Java access to native libraries
|
||||||
|
|
||||||
Group: Development/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%{?rhel} >= 6 || 0%{?fedora} >= 9
|
||||||
%if 0%{?fedora} >= 9
|
%if 0%{?fedora} >= 9
|
||||||
|
%ifnarch ppc
|
||||||
%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
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -180,6 +182,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 12 2010 Levente Farkas <lfarkas@lfarkas.org> - 3.2.7-8
|
||||||
|
- exclude check on ppc
|
||||||
|
|
||||||
* Fri Oct 8 2010 Levente Farkas <lfarkas@lfarkas.org> - 3.2.7-7
|
* Fri Oct 8 2010 Levente Farkas <lfarkas@lfarkas.org> - 3.2.7-7
|
||||||
- fix excludearch condition
|
- fix excludearch condition
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user