- Add tar args patch (e.o #86571).

- New build bootstrapping patches.
This commit is contained in:
Andrew Overholt 2005-02-25 20:36:04 +00:00
parent 0665d48e45
commit d2ef4a33b4

View File

@ -25,7 +25,7 @@ ExclusiveArch: i386 x86_64
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
Release: 0.M5.6
Release: 0.M5.7
License: CPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -62,6 +62,8 @@ Patch6: %{name}-bootstrapbuild.patch
Patch7: %{name}-nobootstrapbuild.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=85915
Patch8: %{name}-antsecuritymanager.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=86571
Patch9: %{name}-pdebuildtarargs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: ant
@ -191,6 +193,7 @@ popd
%patch6 -p0
%patch7 -p0
%patch8 -p0
%patch9 -p0
# Red Hat splash screen.
pushd plugins/org.eclipse.platform
@ -912,6 +915,10 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
%changelog
* Fri Feb 25 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-0.M5.7
- Add tar args patch (e.o #86571).
- New build bootstrapping patches.
* Fri Feb 25 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-0.M5.6
- Re-work how we do the gcj-dbtool magic.
- Don't remove ant-netrexx (need to find an RPM if we can).