fix ExclusiveArch
This commit is contained in:
parent
ada8dd3fdd
commit
94befe4f84
11
jna.spec
11
jna.spec
@ -1,6 +1,6 @@
|
||||
Name: jna
|
||||
Version: 3.2.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Pure Java access to native libraries
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -28,9 +28,9 @@ BuildRequires: libX11-devel libXt-devel libffi-devel
|
||||
# inside jars.
|
||||
Requires: java >= 1:1.6.0 jpackage-utils libffi
|
||||
# for ExcludeArch see bug: 468831
|
||||
#%if 0%{?rhel} < 6
|
||||
#ExcludeArch: ppc ppc64
|
||||
#%endif
|
||||
%if 0%{?rhel} < 6 && 0%{?fedora} < 10
|
||||
ExcludeArch: ppc ppc64
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
@ -128,6 +128,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 17 2009 Levente Farkas <lfarkas@lfarkas.org> - 3.2.4-3
|
||||
- add proper ExclusiveArch
|
||||
|
||||
* Thu Dec 17 2009 Alexander Kurtakov <akurtako@redhat.com> 3.2.4-2
|
||||
- Comment rhel ExclusiveArchs - not correct applies on Fedora.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user