- Update to 3.6.1.
This commit is contained in:
parent
e579c77c11
commit
063112067f
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@ eclipse-3.6.0-src.tar.bz2
|
|||||||
eclipse-build-0.6.1RC0.tar.bz2
|
eclipse-build-0.6.1RC0.tar.bz2
|
||||||
eclipse-build-0_6_1_RC2.tar.bz2
|
eclipse-build-0_6_1_RC2.tar.bz2
|
||||||
eclipse-build-0.6.1.tar.bz2
|
eclipse-build-0.6.1.tar.bz2
|
||||||
|
eclipse-build-0.6.2RC0.tar.bz2
|
||||||
|
eclipse-3.6.1-src.tar.bz2
|
||||||
|
13
eclipse.spec
13
eclipse.spec
@ -6,7 +6,7 @@ Epoch: 1
|
|||||||
%global eclipse_major 3
|
%global eclipse_major 3
|
||||||
%global eclipse_minor 6
|
%global eclipse_minor 6
|
||||||
%global eclipse_majmin %{eclipse_major}.%{eclipse_minor}
|
%global eclipse_majmin %{eclipse_major}.%{eclipse_minor}
|
||||||
%global eclipse_micro 0
|
%global eclipse_micro 1
|
||||||
%global initialize 1
|
%global initialize 1
|
||||||
%global download_url http://download.eclipse.org/technology/linuxtools/eclipse-build/3.6.x_Helios/
|
%global download_url http://download.eclipse.org/technology/linuxtools/eclipse-build/3.6.x_Helios/
|
||||||
%global bootstrap 0
|
%global bootstrap 0
|
||||||
@ -27,12 +27,12 @@ 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: 17%{?dist}
|
Release: 1%{?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-0.6.1.tar.bz2
|
Source0: %{download_url}eclipse-build-0.6.2RC0.tar.bz2
|
||||||
Source1: %{download_url}eclipse-3.6.0-src.tar.bz2
|
Source1: %{download_url}eclipse-%{version}-src.tar.bz2
|
||||||
Source2: eclipse.sh.in
|
Source2: eclipse.sh.in
|
||||||
Source17: efj.sh.in
|
Source17: efj.sh.in
|
||||||
# This script copies the platform sub-set of the SDK for generating metadata
|
# This script copies the platform sub-set of the SDK for generating metadata
|
||||||
@ -187,7 +187,7 @@ Eclipse Plugin Development Environment. This package is required for
|
|||||||
developing Eclipse plugins.
|
developing Eclipse plugins.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n eclipse-build-0.6.1
|
%setup -q -n eclipse-build-0.6.2
|
||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
ant -DbuildArch=%{eclipse_arch} applyPatches
|
ant -DbuildArch=%{eclipse_arch} applyPatches
|
||||||
sed -i -e "s|org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar=/usr/share/java/ant/ant-trax.jar:/usr/share/java/ant-trax.jar||g" nonosgidependencies.properties
|
sed -i -e "s|org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar=/usr/share/java/ant/ant-trax.jar:/usr/share/java/ant-trax.jar||g" nonosgidependencies.properties
|
||||||
@ -608,6 +608,9 @@ fi
|
|||||||
%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
|
%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 5 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.1-1
|
||||||
|
- Update to 3.6.1.
|
||||||
|
|
||||||
* Fri Oct 1 2010 Severin Gehwolf <sgehwolf@redhat.com> 1:3.6.0-17
|
* Fri Oct 1 2010 Severin Gehwolf <sgehwolf@redhat.com> 1:3.6.0-17
|
||||||
- Push release #, since there has been a 3.6.0-16 scratch build.
|
- Push release #, since there has been a 3.6.0-16 scratch build.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user