Revert messing with Provides: eclipse

This commit is contained in:
Andrew Overholt 2008-10-27 16:29:54 +00:00
parent dc1834697e
commit bdc1e101bf
1 changed files with 3 additions and 3 deletions

View File

@ -271,7 +271,6 @@ 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}
@ -286,6 +285,7 @@ developing software written in the Java programming language.
%package pde
Summary: Eclipse Plugin Development Environment
Group: Text Editors/Integrated Development Environments (IDE)
Provides: eclipse
Provides: eclipse-sdk
Requires: %{name}-platform = %{epoch}:%{version}-%{release}
Requires: %{name}-jdt = %{epoch}:%{version}-%{release}
@ -1535,8 +1535,8 @@ fi
%changelog
* Mon Oct 27 2008 Andrew Overholt <overholt@redhat.com> 3.4.1-6
- Re-add Provides: eclipse for JDT (what most people want) and remove
from PDE
- Keep Provides: eclipse on -pde (different than Fedora 9 but probably
more correct).
* Thu Oct 23 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-5
- Fix splashscreen (#467259).