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 - 0.3-7 +- Added arm macro to ExclusiveArch + * Mon Mar 28 2011 Christian Krause - 0.3-6 - Rebuilt against mono 2.10 - Minor spec file cleanup