From c9e9487ffa9f5f9626370cc06049a1e76003737a Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Sep 21 2010 11:07:11 +0000 Subject: - Disable webkit support - it is causing build failures. --- diff --git a/eclipse.spec b/eclipse.spec index d536b63..f501655 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -27,7 +27,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 11%{?dist} +Release: 12%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -63,7 +63,8 @@ BuildRequires: java-devel >= 1.6.0 BuildRequires: java-javadoc BuildRequires: libXt-devel BuildRequires: xulrunner-devel >= 1.9.3 -BuildRequires: webkitgtk-devel +#TODO fix the build failure and enable +#BuildRequires: webkitgtk-devel %if !%{bootstrap} BuildRequires: icu4j-eclipse >= 1:4.2.1-1 @@ -594,6 +595,9 @@ fi %{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Tue Sep 21 2010 Alexander Kurtakov 1:3.6.0-12 +- Disable webkit support - it is causing build failures. + * Tue Sep 21 2010 Alexander Kurtakov 1:3.6.0-11 - Add jsp-api dependency and use the tomcat6 one.