Add webkitgtk-devel BR and webkit R.

This commit is contained in:
Alexander Kurtakov 2010-09-07 12:27:29 +03:00
parent f825f2de15
commit 37dcc010f2

View File

@ -27,7 +27,7 @@ Epoch: 1
Summary: An open, extensible IDE Summary: An open, extensible IDE
Name: eclipse Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro} Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 8%{?dist} Release: 9%{?dist}
License: EPL License: EPL
Group: Text Editors/Integrated Development Environments (IDE) Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/ URL: http://www.eclipse.org/
@ -59,6 +59,7 @@ BuildRequires: java-devel >= 1.6.0
BuildRequires: java-javadoc BuildRequires: java-javadoc
BuildRequires: libXt-devel BuildRequires: libXt-devel
BuildRequires: xulrunner-devel BuildRequires: xulrunner-devel
BuildRequires: webkitgtk-devel
%if !%{bootstrap} %if !%{bootstrap}
BuildRequires: icu4j-eclipse >= 1:4.2.1-1 BuildRequires: icu4j-eclipse >= 1:4.2.1-1
@ -93,6 +94,7 @@ Group: Text Editors/Integrated Development Environments (IDE)
Requires: jpackage-utils Requires: jpackage-utils
Requires: gtk2 Requires: gtk2
Requires: xulrunner >= 1.9 Requires: xulrunner >= 1.9
Requires: webkitgtk
Conflicts: mozilla Conflicts: mozilla
Provides: libswt3-gtk2 = 1:%{version}-%{release} Provides: libswt3-gtk2 = 1:%{version}-%{release}
# The 20 is more than the currently (2008-06-25) latest 3.3.2 package # The 20 is more than the currently (2008-06-25) latest 3.3.2 package
@ -582,6 +584,9 @@ fi
%{_libdir}/%{name}/configuration/org.eclipse.equinox.source %{_libdir}/%{name}/configuration/org.eclipse.equinox.source
%changelog %changelog
* Tue Sep 7 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-9
- Add webkitgtk-devel BR and webkit R.
* Wed Sep 1 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-8 * Wed Sep 1 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-8
- Add patch to remove ant-trax from ant bundle's classpath. - Add patch to remove ant-trax from ant bundle's classpath.
- Use new package names in BR/R. - Use new package names in BR/R.