rpms/jna/F-12 jna.spec,1.19,1.20

Levente Farkas lfarkas at fedoraproject.org
Thu Dec 17 08:55:45 UTC 2009


Author: lfarkas

Update of /cvs/pkgs/rpms/jna/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32760/F-12

Modified Files:
	jna.spec 
Log Message:
fix ExclusiveArch



Index: jna.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jna/F-12/jna.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- jna.spec	17 Dec 2009 07:44:27 -0000	1.19
+++ jna.spec	17 Dec 2009 08:55:44 -0000	1.20
@@ -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
 # 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 at lfarkas.org> - 3.2.4-3
+- add proper ExclusiveArch
+
 * Thu Dec 17 2009 Alexander Kurtakov <akurtako at redhat.com> 3.2.4-2
 - Comment rhel ExclusiveArchs - not correct applies on Fedora.
 




More information about the fedora-extras-commits mailing list