- Include patch for /etc/gre64.conf (e.o#109253, rh#168040).

- Remove MOZILLA_FIVE_HOME magic from eclipse.script.
This commit is contained in:
Andrew Overholt 2005-09-19 19:57:47 +00:00
parent ee97f8c0c8
commit fd0432dd9a
1 changed files with 11 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
Release: 14
Release: 15
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -98,6 +98,9 @@ Patch34: %{name}-bz162177.patch
Patch35: %{name}-javadoc.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=105430
Patch36: %{name}-ecj-classpath.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=109253
# http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168040
Patch37: %{name}-gre64.conf.patch
%if %{gcj_support}
ExclusiveArch: %{ix86} x86_64 ppc
@ -354,6 +357,9 @@ popd
%patch34 -p1
%patch35 -p0
%patch36 -p1
pushd features/org.eclipse.platform.launchers
%patch37 -p1
popd
%if %{gcj_support}
# Fedora splash screen.
@ -1164,6 +1170,10 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
%changelog
* Mon Sep 19 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-15
- Include patch for /etc/gre64.conf (e.o#109253, rh#168040).
- Remove MOZILLA_FIVE_HOME magic from eclipse.script.
* Wed Aug 24 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-14
- /usr/lib -> %{_libdir} in eclipse.script (rh#159031).