From 0ece2eda32e86f9c099ccce60d43c0924de1d83b Mon Sep 17 00:00:00 2001 From: Xavier LAMIEN Date: Mon, 25 May 2009 21:32:51 +0000 Subject: [PATCH] build arch ppc64 --- webkit-sharp.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/webkit-sharp.spec b/webkit-sharp.spec index 465fa12..bf2c9f9 100644 --- a/webkit-sharp.spec +++ b/webkit-sharp.spec @@ -2,7 +2,7 @@ Name: webkit-sharp Version: 0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: .NET bindings for WebKit Group: Development/Languages License: MIT @@ -16,8 +16,6 @@ BuildRequires: gtk-sharp2-devel BuildRequires: gtk-sharp2-gapi BuildRequires: monodoc-devel -# Bug 241850 - no Mono on pp64 -ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha ppc %description WebKit-sharp is .NET bindings for the WebKit rendering engine. @@ -60,5 +58,8 @@ make DESTDIR=%{buildroot} install %{_libdir}/monodoc/sources/webkit-sharp* %changelog +* Mon May 25 2009 Xavier Lamien - 0.2-2 +- Build arch ppc64. + * Sat Feb 21 2009 David Nielsen - 0.2-1 - Initial package