From 94befe4f842a33b952bac4b19487a18602f2e756 Mon Sep 17 00:00:00 2001 From: Levente Farkas Date: Thu, 17 Dec 2009 08:55:44 +0000 Subject: [PATCH] fix ExclusiveArch --- jna.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/jna.spec b/jna.spec index 56e7f42..e470ec6 100644 --- a/jna.spec +++ b/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 - 3.2.4-3 +- add proper ExclusiveArch + * Thu Dec 17 2009 Alexander Kurtakov 3.2.4-2 - Comment rhel ExclusiveArchs - not correct applies on Fedora.