[jna/el5/master] fix #640005

Levente Farkas lfarkas at fedoraproject.org
Thu Oct 7 15:55:56 UTC 2010


commit 8ad62a6032f1425c19e56a6d7d50f26a59b8b1be
Author: Levente Farkas <lfarkas at lfarkas.org>
Date:   Thu Oct 7 17:54:26 2010 +0200

    fix #640005

 jna.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/jna.spec b/jna.spec
index 3648e76..776d69b 100644
--- a/jna.spec
+++ b/jna.spec
@@ -1,6 +1,6 @@
 Name:           jna
 Version:        3.2.7
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Pure Java access to native libraries
 
 Group:          Development/Libraries
@@ -36,8 +36,10 @@ Requires(postun): jpackage-utils
 BuildRequires:  java-devel >= 1:1.6.0, jpackage-utils, libffi-devel
 BuildRequires:  ant, ant-junit, ant-nodeps, ant-trax, junit
 BuildRequires:  libX11-devel, libXt-devel
-# for ExcludeArch see bug: 468831
-ExcludeArch: ppc ppc64
+# for ExclusiveArch see bug: 468831 640005 548099
+%if 0%{?rhel} < 6
+ExclusiveArch: %{ix86} x86_64
+%endif
 
 
 %description
@@ -178,6 +180,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct  6 2010 Levente Farkas <lfarkas at lfarkas.org> - 3.2.7-6
+- readd excludearch for old release fix #548099
+
 * Sun Aug  1 2010 Levente Farkas <lfarkas at lfarkas.org> - 3.2.7-5
 - reenable test and clean up contrib files
 


More information about the scm-commits mailing list