[mono-basic/f14] Added arm macro to ExclusiveArch

Paul Whalen pwhalen at fedoraproject.org
Thu Jun 2 18:58:40 UTC 2011


commit b171a9cfe072c2d0634c29601da650859e9f08c9
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Thu Jun 2 14:55:41 2011 -0400

    Added arm macro to ExclusiveArch

 mono-basic.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mono-basic.spec b/mono-basic.spec
index 136cd66..d075373 100644
--- a/mono-basic.spec
+++ b/mono-basic.spec
@@ -2,7 +2,7 @@
 
 Name:		mono-basic
 Version:	2.6.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	VisualBasic.NET support for mono
 Group:		Development/Languages
 License:	LGPLv2+
@@ -19,7 +19,7 @@ BuildRequires:	pkgconfig
 %endif
 BuildRequires:	mono-devel >= 2.6
 
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparc alpha
+ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparc alpha
 
 %description
 This package contains the Visual Basic .NET compiler and language
@@ -79,6 +79,9 @@ EOF
 %{_libdir}/pkgconfig/mono-basic.pc
 
 %changelog
+* Thu Jun 02 2011 Paul Whalen <paul.whalen at senecac.on.ca> - 2.6.2-2
+- Added arm macro to ExclusiveArch
+
 * Sun Jun 20 2010 Christian Krause <chkr at fedoraproject.org> - 2.6.2-1
 - Bump to 2.6.2 release
 - Cleanup spec file


More information about the scm-commits mailing list