[eclipse] - Disable webkit support - it is causing build failures.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Sep 21 11:13:01 UTC 2010


commit c9e9487ffa9f5f9626370cc06049a1e76003737a
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Sep 21 07:07:11 2010 -0400

    - Disable webkit support - it is causing build failures.

 eclipse.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
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 <akurtako at redhat.com> 1:3.6.0-12
+- Disable webkit support - it is causing build failures.
+
 * Tue Sep 21 2010 Alexander Kurtakov <akurtako at redhat.com> 1:3.6.0-11
 - Add jsp-api dependency and use the tomcat6 one.
 


More information about the scm-commits mailing list