[gambas2] switch to ExclusiveArch containing only little endian arches

Dan Horák sharkcz at fedoraproject.org
Fri Apr 29 13:17:29 UTC 2011


commit d235593f78fae4831276f784ae63d459f1fdec7f
Author: Dan Horák <dan at danny.cz>
Date:   Fri Apr 29 15:17:17 2011 +0200

    switch to ExclusiveArch containing only little endian arches

 gambas2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gambas2.spec b/gambas2.spec
index e20cf68..bc279ea 100644
--- a/gambas2.spec
+++ b/gambas2.spec
@@ -1,7 +1,7 @@
 Name:		gambas2
 Summary:	IDE based on a basic interpreter with object extensions
 Version:	2.23.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL+
 Group:		Development/Tools
 URL:		http://gambas.sourceforge.net/
@@ -21,7 +21,7 @@ BuildRequires:	libtool
 # We need this since linux/videodev.h is dead
 BuildRequires:	libv4l-devel
 # Code is not endian clean.
-ExcludeArch:	ppc ppc64
+ExclusiveArch:	%{ix86} x86_64 %{arm}
 Patch1:		%{name}-2.0.0-nolintl.patch
 Patch2:		%{name}-2.0.0-noliconv.patch
 # Patch from Marek Kašík
@@ -1607,6 +1607,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_datadir}/%{name}/info/gb.xml.xslt.*
 
 %changelog
+* Fri Apr 29 2011 Dan Horák <dan at danny.cz> - 2.23.0-2
+- switch to ExclusiveArch containing only little endian arches
+
 * Wed Apr  6 2011 Tom Callaway <spot at fedoraproject.org> - 2.23.0-1
 - update to 2.23.0
 


More information about the scm-commits mailing list