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-*
|
eclipse-build-*
|
||||||
*.rpm
|
*.rpm
|
||||||
eclipse-build-db208c33d1a67591d17b02148ae7948fd178a80d.tar.xz
|
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
|
Summary: An open, extensible IDE
|
||||||
Name: eclipse
|
Name: eclipse
|
||||||
Version: %{eclipse_majmin}.%{eclipse_micro}
|
Version: %{eclipse_majmin}.%{eclipse_micro}
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: EPL
|
License: EPL
|
||||||
Group: Text Editors/Integrated Development Environments (IDE)
|
Group: Text Editors/Integrated Development Environments (IDE)
|
||||||
URL: http://www.eclipse.org/
|
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
|
Source1: %{download_url}eclipse-3.7.0-src.tar.bz2
|
||||||
Source2: eclipse-reconciler.sh
|
Source2: eclipse-reconciler.sh
|
||||||
Source3: %{name}-tmpfiles.conf
|
Source3: %{name}-tmpfiles.conf
|
||||||
@ -158,7 +158,7 @@ Eclipse Plugin Development Environment. This package is required for
|
|||||||
developing Eclipse plugins.
|
developing Eclipse plugins.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n eclipse-build-ac26b7b28f77d35c40527bd48b5bb5293369e89c
|
%setup -q -n eclipse-build-eb76edf3fb5bbeb115c59d1b076f4821a6d47d74
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
ant applyPatches
|
ant applyPatches
|
||||||
pushd build/eclipse-3.7.0-src
|
pushd build/eclipse-3.7.0-src
|
||||||
@ -643,6 +643,10 @@ rm -rf %{_bindir}/efj/
|
|||||||
%{_libdir}/%{name}/dropins/sdk
|
%{_libdir}/%{name}/dropins/sdk
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 26 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-8
|
||||||
- Add Requires(post/postun) to _eclipse_pkg macro.
|
- Add Requires(post/postun) to _eclipse_pkg macro.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
f4a007b9785241c25bc2675ed9e025c2 eclipse-3.7.0-src.tar.bz2
|
f4a007b9785241c25bc2675ed9e025c2 eclipse-3.7.0-src.tar.bz2
|
||||||
ebf0b77113f9d6bf4e3f60b9b9ea505a eclipse-build-ac26b7b28f77d35c40527bd48b5bb5293369e89c.tar.xz
|
5a1e07139e87ca8f722dde774b062422 eclipse-build-eb76edf3fb5bbeb115c59d1b076f4821a6d47d74.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user