- Disable webkit support - it is causing build failures.

This commit is contained in:
Alexander Kurtakov 2010-09-21 07:07:11 -04:00
parent 5e366bf9c6
commit c9e9487ffa
1 changed files with 6 additions and 2 deletions

View File

@ -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@redhat.com> 1:3.6.0-12
- Disable webkit support - it is causing build failures.
* Tue Sep 21 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-11
- Add jsp-api dependency and use the tomcat6 one.