From 8562bd1bbf750e6f473d62cf1bdbe8b64eabd106 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Oct 26 2009 19:31:01 +0000 Subject: ExcludeArch sparc64 --- diff --git a/boo.spec b/boo.spec index e364e3d..970aeca 100644 --- a/boo.spec +++ b/boo.spec @@ -4,7 +4,7 @@ Summary: An OO statically typed language for CLI Name: boo Version: 0.9.2.3383 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Development/Languages BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -13,8 +13,7 @@ Source0: http://dist.codehaus.org/boo/distributions/%{name}-%{version}-src.zip Patch0: boo-targets.patch Patch1: boo-pkgconfig_path_fix.patch BuildRequires: mono-devel, gtksourceview-devel, shared-mime-info, pkgconfig, nant -ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha - +ExcludeArch: sparc64 %description Boo is a new object oriented statically typed programming language for the @@ -78,6 +77,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{monodir}/boo/Boo.NAnt.Tasks.dll %changelog +* Mon Oct 26 2009 Dennis Gilmore - 0.9.2.3383-3 +- ExcludeArch sparc64 + * Tue Oct 06 2009 Paul Lange - 0.9.2.3383-2 - Move Boo.NAnt.Tasks.dll to boo-devel