Update to I201202280800

This commit is contained in:
Krzysztof Daniel 2012-02-29 14:45:59 +01:00
parent 431f072363
commit 851d79860c
2 changed files with 9 additions and 6 deletions

View File

@ -6,7 +6,7 @@ Epoch: 1
%global eclipse_micro 0
%global initialize 1
%global download_url http://download.eclipse.org/technology/linuxtools/eclipse-build/3.8.x/
%global eb_sha1 3bfbcec75d417112f4e099614c09e87886f9a99b
%global eb_sha1 d253930a27aece45223d8c84c64894b02b04bf51
# FIXME: update java packaging guidelines for this. See
# fedora-devel-java-list discussion in September 2008.
@ -17,12 +17,12 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 0.15.I201202140800%{?dist}
Release: 0.16.I201202280800%{?dist}
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
Source0: %{download_url}eclipse-build-%{eb_sha1}.tar.xz
Source1: %{download_url}eclipse-3.8.0-I20120214-0800-src.tar.bz2
Source1: %{download_url}eclipse-3.8.0-I20120228-0800-src.tar.bz2
Source2: eclipse-reconciler.sh
Source4: macros.%{name}
Source5: http://repo1.maven.org/maven2/org/eclipse/osgi/org.eclipse.osgi/3.6.0.v20100517/org.eclipse.osgi-3.6.0.v20100517.pom
@ -166,7 +166,7 @@ export JAVA_HOME=%{java_home}
%setup -q -n eclipse-build-%{eb_sha1}
cp %{SOURCE1} .
ant applyPatches
pushd build/eclipse-3.8.0-I20120214-0800-src
pushd build/eclipse-3.8.0-I20120228-0800-src
# Use our system-installed javadocs, reference only what we built, and
# don't like to osgi.org docs (FIXME: maybe we should package them?)
@ -574,6 +574,9 @@ rm -rf %{_bindir}/efj/
%{_libdir}/%{name}/dropins/sdk
%changelog
* Wed Feb 29 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.16.I201202280800
- Eclipse update to I20120228-0800
* Wed Feb 22 2012 Roland Grunberg <rgrunber@redhat.com> 1:3.8.0-0.15.I201202140800
- Add org.eclipse.tycho:org.eclipse.osgi to osgi depmap.
- Install org.eclipse.jdt.core in javadir/eclipse.

View File

@ -1,2 +1,2 @@
b48b40e5b9f3aa8a0871e0badea29e4f eclipse-3.8.0-I20120214-0800-src.tar.bz2
116d0b512e772e659ec010609d5f27c6 eclipse-build-3bfbcec75d417112f4e099614c09e87886f9a99b.tar.xz
c521febbb15ce4fde4726f4109731d59 eclipse-3.8.0-I20120228-0800-src.tar.bz2
47e53d1f2d0abfa12610659f01b34e74 eclipse-build-d253930a27aece45223d8c84c64894b02b04bf51.tar.xz