[nant/f13] Added arm macro to ExclusiveArch

Paul Whalen pwhalen at fedoraproject.org
Fri Jun 3 15:02:50 UTC 2011


commit 0541ca3eeb3a8703a045eadd0e94e080309a6712
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Fri Jun 3 10:58:56 2011 -0400

    Added arm macro to ExclusiveArch

 nant.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nant.spec b/nant.spec
index e66747d..ad62327 100644
--- a/nant.spec
+++ b/nant.spec
@@ -6,7 +6,7 @@
 Summary: NAnt is a build tool for Mono and .NET
 Name: nant
 Version: 0.85	
-Release: 34%{?dist}
+Release: 35%{?dist}
 Epoch: 1
 Source0: http://download.sourceforge.net/nant/%{name}-%{version}-src.tar.gz
 Patch0: nant-build.patch
@@ -27,7 +27,7 @@ BuildRequires: mono-ndoc-devel, mono-sharpcvslib-devel
 %endif
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
-ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc sparcv9 alpha s390 s390x
+ExclusiveArch: %ix86 x86_64 ia64 %{arm} sparc sparcv9 alpha s390 s390x
 
 %description
 NAnt is a free .NET build tool. In theory it is kind of like make
@@ -131,6 +131,9 @@ scrollkeeper-update -q || :
 %doc examples/* doc/help/*
 
 %changelog
+* Fri Jun 03 2011 Paul Whalen <paul.whalen at senecac.on.ca> - 1:0.85-35
+- Added arm macro to ExclusiveArch
+
 * Thu Feb 11 2010 Karsten Hopp <karsten at redhat.com> 1:0.85-34
 - enable builds on s390(x)
 


More information about the scm-commits mailing list