rpms/jna-posix/F-8 jna-posix.spec,1.2,1.3

Conrad Meyer (konradm) fedora-extras-commits at redhat.com
Fri May 9 19:31:43 UTC 2008


Author: konradm

Update of /cvs/pkgs/rpms/jna-posix/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23024

Modified Files:
	jna-posix.spec 
Log Message:
jna is x86-only on F8. So must be jna-posix.



Index: jna-posix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jna-posix/F-8/jna-posix.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jna-posix.spec	25 Apr 2008 05:43:55 -0000	1.2
+++ jna-posix.spec	9 May 2008 19:30:30 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           jna-posix
 Version:        0.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        POSIX APIs for Java
 
 Group:          Development/Libraries
@@ -19,7 +19,6 @@
 # See: https://bugzilla.redhat.com/show_bug.cgi?id=442641
 Source1:        %{name}-build.xml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 
 BuildRequires:  ant
 BuildRequires:  ant-junit
@@ -32,6 +31,9 @@
 Requires:       jpackage-utils
 Requires:       jna
 
+# Because F8 ppc(64) doesn't have jna
+ExcludeArch:    ppc ppc64
+
 
 %description
 Common cross-project/cross-platform POSIX APIs for Java.




More information about the fedora-extras-commits mailing list