fix ExclusiveArch
This commit is contained in:
parent
c1a5da9d98
commit
0ea7e9fc1b
10
jna.spec
10
jna.spec
@ -1,6 +1,6 @@
|
|||||||
Name: jna
|
Name: jna
|
||||||
Version: 3.2.4
|
Version: 3.2.4
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Pure Java access to native libraries
|
Summary: Pure Java access to native libraries
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -28,7 +28,7 @@ BuildRequires: libX11-devel libXt-devel libffi-devel
|
|||||||
# inside jars.
|
# inside jars.
|
||||||
Requires: java >= 1:1.6.0 jpackage-utils libffi
|
Requires: java >= 1:1.6.0 jpackage-utils libffi
|
||||||
# for ExcludeArch see bug: 468831
|
# for ExcludeArch see bug: 468831
|
||||||
%if 0%{?rhel} < 6
|
%if 0%{?rhel} < 6 && 0%{?fedora} < 10
|
||||||
ExcludeArch: ppc ppc64
|
ExcludeArch: ppc ppc64
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -128,6 +128,12 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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.
|
||||||
|
|
||||||
* Sat Nov 14 2009 Levente Farkas <lfarkas@lfarkas.org> - 3.2.4-1
|
* Sat Nov 14 2009 Levente Farkas <lfarkas@lfarkas.org> - 3.2.4-1
|
||||||
- Rebase on upstream 3.2.4
|
- Rebase on upstream 3.2.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user