Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
adfe9c2ec3 |
1 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Name: webkit-sharp
|
Name: webkit-sharp
|
||||||
Version: 0.3
|
Version: 0.3
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: .NET bindings for WebKit
|
Summary: .NET bindings for WebKit
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
@ -18,7 +18,7 @@ BuildRequires: gtk-sharp2-devel
|
||||||
BuildRequires: gtk-sharp2-gapi
|
BuildRequires: gtk-sharp2-gapi
|
||||||
BuildRequires: monodoc-devel
|
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
|
%description
|
||||||
WebKit-sharp is .NET bindings for the WebKit rendering engine.
|
WebKit-sharp is .NET bindings for the WebKit rendering engine.
|
||||||
|
|
@ -59,6 +59,9 @@ make DESTDIR=%{buildroot} install
|
||||||
%{_libdir}/monodoc/sources/webkit-sharp*
|
%{_libdir}/monodoc/sources/webkit-sharp*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 28 2011 Christian Krause <chkr@fedoraproject.org> - 0.3-6
|
||||||
- Rebuilt against mono 2.10
|
- Rebuilt against mono 2.10
|
||||||
- Minor spec file cleanup
|
- Minor spec file cleanup
|
||||||
|
|
|
||||||
Reference in a new issue