[boo] Remove %%arm from ExclusiveArch for lack of nant (#1106011)

Yaakov Selkowitz yselkowitz at fedoraproject.org
Tue Jul 8 06:30:19 UTC 2014


commit 94d071486f844fd050b0eb136a14334205f3b2f1
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Jul 8 01:30:30 2014 -0500

    Remove %%arm from ExclusiveArch for lack of nant (#1106011)

 boo.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/boo.spec b/boo.spec
index ce7ed5b..bfbe598 100644
--- a/boo.spec
+++ b/boo.spec
@@ -4,7 +4,7 @@
 Summary: An OO statically typed language for CLI
 Name: boo
 Version: 0.9.4.9
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: MIT
 Group: Development/Languages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -14,7 +14,8 @@ Patch0: boo-pkgconfig_path_fix.patch
 Patch1: boo-gtksourceview.patch
 BuildRequires: mono-devel, gtksourceview2-devel, shared-mime-info, pkgconfig, nant
 # Mono only available on these:
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
+ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 sparcv9 alpha s390x
+# Nant needs to be built for %%{arm}
 
 %description
 Boo is a new object oriented statically typed programming language for the 
@@ -75,6 +76,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{monodir}/boo/Boo.NAnt.Tasks.dll
 
 %changelog
+* Tue Jul 08 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 0.9.4.9-9
+- Remove %%arm from ExclusiveArch for lack of nant (#1106011)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.4.9-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list