- Import archived projects (e.o#82988)

This commit is contained in:
aluchko 2005-04-22 15:29:41 +00:00
parent 51bfbb49b7
commit 1aaee68697
1 changed files with 8 additions and 0 deletions

View File

@ -85,6 +85,8 @@ Patch20: %{name}-gnuformatterjdt.patch
Patch21: %{name}-gnuformatterjdtui.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=90630
Patch22: %{name}-updatehomedir.patch
#https://bugs.eclipse.org/bugs/show_bug.cgi?id=82988
Patch23: %{name}-importArchivedProj.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: ant
@ -274,6 +276,9 @@ popd
pushd plugins/org.eclipse.update.ui
%patch22 -p0
popd
pushd plugins/org.eclipse.ui.ide
%patch23 -p0
popd
%if %{gcj_support}
# Fedora splash screen.
@ -1030,6 +1035,9 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
%changelog
* Fri Apr 22 2005 Aaron Luchko <aluchko@redhat.com> 3.1.0_fc-0.M6.10
- Import archived projects (e.o#82988)
* Fri Apr 22 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-0.M6.10
- Add Requires(post,postun): java-1.4.2-gcj-compat for each sub-package and use
full path (Joe Orton).