parent
0665d48e45
commit
d2ef4a33b4
@ -25,7 +25,7 @@ ExclusiveArch: i386 x86_64
|
|||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
Name: eclipse
|
Name: eclipse
|
||||||
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
|
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
|
||||||
Release: 0.M5.6
|
Release: 0.M5.7
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: Text Editors/Integrated Development Environments (IDE)
|
Group: Text Editors/Integrated Development Environments (IDE)
|
||||||
URL: http://www.eclipse.org/
|
URL: http://www.eclipse.org/
|
||||||
@ -62,6 +62,8 @@ Patch6: %{name}-bootstrapbuild.patch
|
|||||||
Patch7: %{name}-nobootstrapbuild.patch
|
Patch7: %{name}-nobootstrapbuild.patch
|
||||||
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=85915
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=85915
|
||||||
Patch8: %{name}-antsecuritymanager.patch
|
Patch8: %{name}-antsecuritymanager.patch
|
||||||
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=86571
|
||||||
|
Patch9: %{name}-pdebuildtarargs.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
@ -191,6 +193,7 @@ popd
|
|||||||
%patch6 -p0
|
%patch6 -p0
|
||||||
%patch7 -p0
|
%patch7 -p0
|
||||||
%patch8 -p0
|
%patch8 -p0
|
||||||
|
%patch9 -p0
|
||||||
|
|
||||||
# Red Hat splash screen.
|
# Red Hat splash screen.
|
||||||
pushd plugins/org.eclipse.platform
|
pushd plugins/org.eclipse.platform
|
||||||
@ -912,6 +915,10 @@ fi
|
|||||||
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
|
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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.
|
- Re-work how we do the gcj-dbtool magic.
|
||||||
- Don't remove ant-netrexx (need to find an RPM if we can).
|
- Don't remove ant-netrexx (need to find an RPM if we can).
|
||||||
|
Loading…
Reference in New Issue
Block a user