Added arm macro to ExclusiveArch

This commit is contained in:
Paul Whalen 2011-06-03 14:08:39 -04:00
commit adfe9c2ec3

View file

@ -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@senecac.on.ca> - 0.3-7
- Added arm macro to ExclusiveArch
* Mon Mar 28 2011 Christian Krause <chkr@fedoraproject.org> - 0.3-6
- Rebuilt against mono 2.10
- Minor spec file cleanup