[webkit-sharp/f13] Added arm macro to ExclusiveArch

Paul Whalen pwhalen at fedoraproject.org
Fri Jun 3 18:08:52 UTC 2011


commit 1de1b2b0f0980b7944e5c344d6316eb29916af43
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Fri Jun 3 14:05:28 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 b8cad78..e6d1b2c 100644
--- a/webkit-sharp.spec
+++ b/webkit-sharp.spec
@@ -2,7 +2,7 @@
 
 Name:		webkit-sharp
 Version:	0.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	.NET bindings for WebKit
 Group:		Development/Languages
 License:	MIT
@@ -17,7 +17,7 @@ BuildRequires:	gtk-sharp2-devel
 BuildRequires:	gtk-sharp2-gapi
 BuildRequires:	monodoc-devel
 
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparcv9 alpha s390 s390x
+ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390 s390x
 
 %description
 WebKit-sharp is .NET bindings for the WebKit rendering engine.
@@ -60,6 +60,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-2
+- Added arm macro to ExclusiveArch
+
 * Thu Dec 17 2009 Paul Lange <palango at gmx.de> - 0.3-1
 - Update to version 0.3
 


More information about the scm-commits mailing list