Add ecj-options patch.

This commit is contained in:
Ben Konrath 2005-05-20 01:39:41 +00:00
parent 1c4b7805a9
commit 7adf8f355f
1 changed files with 9 additions and 1 deletions

View File

@ -23,7 +23,7 @@ ExclusiveArch: %{ix86} x86_64 ppc
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
Release: 0.M6.19
Release: 0.M6.20
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -90,6 +90,8 @@ Patch23: %{name}-importArchivedProj.patch
#https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=155853
#FIXME: should be removed for 3.1M7
Patch24: %{name}-combo-bug-backport.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=88364
Patch25: %{name}-ecj-options.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: ant
@ -288,6 +290,9 @@ popd
pushd plugins/org.eclipse.swt/Eclipse\ SWT
%patch24 -p0
popd
pushd plugins/org.eclipse.jdt.core
%patch25 -p0
popd
%if %{gcj_support}
# Fedora splash screen.
@ -1042,6 +1047,9 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
%changelog
* Thu May 19 2005 Ben Konrath <bkonrath@redhat.com> 3.1.0_fc-0.M6.20
- Add ecj-options patch.
* Tue May 17 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-0.M6.19
- Add Epoch on eclipse-platform.
- Use %%{_bindir} in post and postun scripts.