New e-b snapshot.
- Fixed Program.launch for remote uris. - Adds _javadir/icu4j.jar for secondary archs bootstrapping.
This commit is contained in:
parent
edc282711f
commit
8dd055f58e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ eclipse-*-src.tar.bz2
|
||||
eclipse-build-*
|
||||
*.rpm
|
||||
eclipse-build-db208c33d1a67591d17b02148ae7948fd178a80d.tar.xz
|
||||
eclipse-build-eb76edf3fb5bbeb115c59d1b076f4821a6d47d74.tar.xz
|
||||
|
10
eclipse.spec
10
eclipse.spec
@ -16,11 +16,11 @@ Epoch: 1
|
||||
Summary: An open, extensible IDE
|
||||
Name: eclipse
|
||||
Version: %{eclipse_majmin}.%{eclipse_micro}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: EPL
|
||||
Group: Text Editors/Integrated Development Environments (IDE)
|
||||
URL: http://www.eclipse.org/
|
||||
Source0: %{download_url}eclipse-build-ac26b7b28f77d35c40527bd48b5bb5293369e89c.tar.xz
|
||||
Source0: %{download_url}eclipse-build-eb76edf3fb5bbeb115c59d1b076f4821a6d47d74.tar.xz
|
||||
Source1: %{download_url}eclipse-3.7.0-src.tar.bz2
|
||||
Source2: eclipse-reconciler.sh
|
||||
Source3: %{name}-tmpfiles.conf
|
||||
@ -158,7 +158,7 @@ Eclipse Plugin Development Environment. This package is required for
|
||||
developing Eclipse plugins.
|
||||
|
||||
%prep
|
||||
%setup -q -n eclipse-build-ac26b7b28f77d35c40527bd48b5bb5293369e89c
|
||||
%setup -q -n eclipse-build-eb76edf3fb5bbeb115c59d1b076f4821a6d47d74
|
||||
cp %{SOURCE1} .
|
||||
ant applyPatches
|
||||
pushd build/eclipse-3.7.0-src
|
||||
@ -643,6 +643,10 @@ rm -rf %{_bindir}/efj/
|
||||
%{_libdir}/%{name}/dropins/sdk
|
||||
|
||||
%changelog
|
||||
* Sat Oct 29 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.7.0-9
|
||||
- New e-b snapshot - fixed Program.launch for remote uris.
|
||||
- Adds _javadir/icu4j.jar for secondary archs bootstrapping.
|
||||
|
||||
* Wed Oct 26 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-8
|
||||
- Add Requires(post/postun) to _eclipse_pkg macro.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user