[webkit-sharp] Added arm macro to ExclusiveArch

Paul Whalen pwhalen at fedoraproject.org
Fri Jun 3 18:29:56 UTC 2011


commit c76ff07c5d54620518be56dfa7dab81d58125e3c
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Fri Jun 3 14:15:52 2011 -0400

    Added arm macro to ExclusiveArch

 webkit-sharp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/webkit-sharp.spec b/webkit-sharp.spec
index 3e36906..86329b2 100644
--- a/webkit-sharp.spec
+++ b/webkit-sharp.spec
@@ -2,7 +2,7 @@
 
 Name:		webkit-sharp
 Version:	0.3
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	.NET bindings for WebKit
 Group:		Development/Languages
 License:	MIT
@@ -18,7 +18,7 @@ BuildRequires:	gtk-sharp2-devel
 BuildRequires:	gtk-sharp2-gapi
 BuildRequires:	monodoc-devel
 
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparcv9 alpha s390x
+ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
 
 %description
 WebKit-sharp is .NET bindings for the WebKit rendering engine.
@@ -59,6 +59,9 @@ make DESTDIR=%{buildroot} install
 %{_libdir}/monodoc/sources/webkit-sharp*
 
 %changelog
+* Fri Jun 03 2011 Paul Whalen <paul.whalen at senecac.on.ca> - 0.3-7
+- Added arm macro to ExclusiveArch
+
 * Mon Mar 28 2011 Christian Krause <chkr at fedoraproject.org> - 0.3-6
 - Rebuilt against mono 2.10
 - Minor spec file cleanup


More information about the scm-commits mailing list