- Re-add Provides: eclipse for JDT (what most people want)

This commit is contained in:
Andrew Overholt 2008-10-27 15:57:53 +00:00
parent 55afd25769
commit 2bca09a6f5
1 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 5%{?dist}
Release: 6%{?dist}
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -271,6 +271,7 @@ Java Development Tools or the Plugin Development Environment.
%package jdt
Summary: Eclipse Java Development Tools
Group: Text Editors/Integrated Development Environments (IDE)
Provides: %{name}
Requires: %{name}-platform = %{epoch}:%{version}-%{release}
Requires: %{name}-cvs-client = %{epoch}:%{version}-%{release}
Requires: %{name}-ecj = %{epoch}:%{version}-%{release}
@ -1534,6 +1535,9 @@ fi
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
%changelog
* Mon Oct 27 2008 Andrew Overholt <overholt@redhat.com> 3.4.1-6
- Re-add Provides: eclipse for JDT (what most people want)
* Thu Oct 23 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-5
- Fix splashscreen (#467259).