2008-07-14 21:40:30 +00:00
|
|
|
# TODO:
|
2008-07-22 17:28:14 +00:00
|
|
|
# - update ecj-rpmdebuginfo patch
|
2008-07-14 21:40:30 +00:00
|
|
|
# - look at startup script and launcher patches
|
2008-10-03 20:33:02 +00:00
|
|
|
# - get Ganymede update site pre-configured (https://bugs.eclipse.org/249133)
|
2008-07-16 15:33:03 +00:00
|
|
|
# - investigate bi-arch requirements
|
2008-07-31 00:38:20 +00:00
|
|
|
# - see why about.html isn't being copied on ppc
|
2008-10-03 14:03:03 +00:00
|
|
|
# - fix ant libs
|
2007-01-10 18:58:44 +00:00
|
|
|
Epoch: 1
|
2004-09-09 04:27:27 +00:00
|
|
|
|
|
|
|
%define eclipse_major 3
|
2008-07-14 21:40:30 +00:00
|
|
|
%define eclipse_minor 4
|
2004-09-09 04:27:27 +00:00
|
|
|
%define eclipse_majmin %{eclipse_major}.%{eclipse_minor}
|
2008-10-03 14:03:03 +00:00
|
|
|
%define eclipse_micro 1
|
|
|
|
%define swtver 3.4.1.v3449c
|
2008-10-15 21:22:00 +00:00
|
|
|
%define initialize 1
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
# All arches line up between Eclipse and Linux kernel names except i386 -> x86
|
2005-03-09 16:04:59 +00:00
|
|
|
%ifarch %{ix86}
|
|
|
|
%define eclipse_arch x86
|
|
|
|
%else
|
|
|
|
%define eclipse_arch %{_arch}
|
|
|
|
%endif
|
|
|
|
|
2008-10-03 20:33:02 +00:00
|
|
|
# FIXME: update java packaging guidelines for this. See
|
|
|
|
# fedora-devel-java-list discussion in September 2008.
|
2008-11-20 19:45:36 +00:00
|
|
|
#
|
2008-10-03 20:33:02 +00:00
|
|
|
# Prevent brp-java-repack-jars from being run.
|
|
|
|
%define __jar_repack 0
|
|
|
|
|
2006-08-31 18:26:31 +00:00
|
|
|
Summary: An open, extensible IDE
|
2004-09-09 04:27:27 +00:00
|
|
|
Name: eclipse
|
2005-10-11 21:21:27 +00:00
|
|
|
Version: %{eclipse_majmin}.%{eclipse_micro}
|
2009-01-19 15:27:54 +00:00
|
|
|
Release: 13%{?dist}
|
2008-07-17 15:00:36 +00:00
|
|
|
License: EPL
|
2004-09-09 04:27:27 +00:00
|
|
|
Group: Text Editors/Integrated Development Environments (IDE)
|
|
|
|
URL: http://www.eclipse.org/
|
2008-10-03 14:03:03 +00:00
|
|
|
Source0: http://download.eclipse.org/eclipse/downloads/drops/R-3.4.1-200809111700/eclipse-sourceBuild-srcIncluded-3.4.1.zip
|
2004-09-09 04:27:27 +00:00
|
|
|
Source2: %{name}.desktop
|
2008-07-14 21:40:30 +00:00
|
|
|
#Source3: eclipse.in
|
2007-10-03 19:51:18 +00:00
|
|
|
# cvs -d :pserver:anonymous@sources.redhat.com:/cvs/eclipse export \
|
2008-10-03 14:09:39 +00:00
|
|
|
# -r fedoraeclipse-3_4_1 branding/org.fedoraproject.ide.platform
|
2007-10-03 19:51:18 +00:00
|
|
|
# cd branding
|
2008-10-03 14:09:39 +00:00
|
|
|
# zip -r org.fedoraproject.ide.platform-3.4.1.zip \
|
2007-10-03 19:51:18 +00:00
|
|
|
# org.fedoraproject.ide.platform
|
2008-10-03 14:09:39 +00:00
|
|
|
Source4: org.fedoraproject.ide.platform-%{version}.zip
|
2007-10-05 15:49:05 +00:00
|
|
|
# cvs -d :pserver:anonymous@sources.redhat.com:/cvs/eclipse export \
|
|
|
|
# -r fedoraeclipsefeature-1_0_0 branding/org.fedoraproject.ide-feature
|
|
|
|
# cd branding
|
|
|
|
# zip -r org.fedoraproject.ide.feature-1.0.0.zip \
|
|
|
|
# org.fedoraproject.ide-feature
|
|
|
|
Source5: org.fedoraproject.ide.feature-1.0.0.zip
|
2006-06-07 04:15:28 +00:00
|
|
|
Source16: %{name}-copy-platform.sh
|
2006-06-09 22:26:43 +00:00
|
|
|
Source17: efj.sh.in
|
2006-12-06 18:20:01 +00:00
|
|
|
Source18: ecj.sh.in
|
|
|
|
# This file contains the types of files we'd like to extract from the jars
|
|
|
|
# when using the FileInitializer
|
2005-06-20 21:14:00 +00:00
|
|
|
Source19: %{name}-filenamepatterns.txt
|
2006-11-02 00:55:15 +00:00
|
|
|
# cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse co equinox-incubator/org.eclipse.equinox.initializer
|
2008-11-20 19:45:36 +00:00
|
|
|
# tar cjf eclipse-fileinitializerapp.tar.bz2 equinox-incubator/
|
2006-11-02 00:55:15 +00:00
|
|
|
# (generated 2006-11-01 18:48 UTC)
|
|
|
|
Source20: %{name}-fileinitializerapp.tar.bz2
|
2008-03-31 18:45:06 +00:00
|
|
|
# Script to wrap PDE Build calls for bundle builds
|
|
|
|
Source21: %{name}-pdebuild.sh
|
2008-07-14 21:40:30 +00:00
|
|
|
# config.ini to run the director for provisioning the installation
|
|
|
|
Source22: %{name}-config.ini.director
|
|
|
|
Source24: fetch-ecf.sh
|
|
|
|
# This was fetched using the above script.
|
|
|
|
# We will eventually have an eclipse-ecf package but since the ECF
|
|
|
|
# filetransfer bits that are part of the SDK actually require the SDK >=
|
|
|
|
# 3.4 to build, I'm going to build them here and have them be owned by
|
|
|
|
# the SDK packages for now. -- overholt, 2008-07-07
|
|
|
|
Source25: ecf-filetransfer-v20080611-1715.tar.bz2
|
|
|
|
# Create a simple feature for building ECF's filetransfer plugins
|
|
|
|
Source26: ecf-filetransfer-feature.xml
|
|
|
|
Source27: ecf-filetransfer-build.properties
|
2008-07-18 15:14:32 +00:00
|
|
|
# This script copies the platform sub-set of the SDK for generating metadata
|
|
|
|
Source28: %{name}-mv-Platform.sh
|
2008-07-21 17:13:43 +00:00
|
|
|
# Use ECJ for GCJ
|
|
|
|
# cvs -d:pserver:anonymous@sourceware.org:/cvs/rhug \
|
2008-08-13 20:14:30 +00:00
|
|
|
# export -r eclipse_r34_1 eclipse-gcj
|
2008-07-21 17:13:43 +00:00
|
|
|
# tar cjf eclipse-ecj-gcj.tar.bz2 eclipse-gcj
|
|
|
|
Source29: %{name}-ecj-gcj.tar.bz2
|
2008-08-27 20:12:35 +00:00
|
|
|
# Test feature and plugins
|
|
|
|
# cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse co equinox-incubator/org.eclipse.equinox.initializer
|
|
|
|
# mkdir %{name}-%{version}-testframework; cd %{name}-%{version}-testframework
|
|
|
|
# cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse export -r R3_4 \
|
|
|
|
# org.eclipse.test \
|
|
|
|
# org.eclipse.test.performance \
|
|
|
|
# org.eclipse.test-feature \
|
|
|
|
# org.eclipse.ant.optional.junit
|
|
|
|
# tar cjf %{name}-%{version}-testframework.tar.bz2 \
|
|
|
|
# %{name}-%{version}-testframework
|
2008-10-03 14:03:03 +00:00
|
|
|
# (generated 2008-10-03)
|
2008-08-27 20:12:35 +00:00
|
|
|
Source30: %{name}-%{version}-testframework.tar.bz2
|
2006-09-18 22:20:30 +00:00
|
|
|
|
2008-07-25 13:21:25 +00:00
|
|
|
# Build swttools.jar before generation on 64-bit platforms.
|
|
|
|
# Build SWT native libraries
|
2005-04-06 21:47:54 +00:00
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=90364
|
2008-07-25 13:21:25 +00:00
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=221908
|
|
|
|
# https://bugs.eclipse.org/bugs/attachment.cgi?id=105593
|
|
|
|
Patch4: %{name}-buildswtnatives.patch
|
|
|
|
Patch32: %{name}-compilelibs.patch
|
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
# This does two things:
|
|
|
|
# 1. allows the launcher to be in /usr/bin and
|
|
|
|
# 2. ensures that the OSGi configuration directory
|
|
|
|
# (which contains the JNI .sos) is in %{_libdir}
|
|
|
|
# We should investigate whether or not this can go upstream
|
2008-07-14 21:40:30 +00:00
|
|
|
#Patch12: %{name}-launcher-set-install-dir-and-shared-config.patch
|
2006-02-07 23:04:50 +00:00
|
|
|
# Always generate debug info when building RPMs (Andrew Haley)
|
2006-12-06 18:20:01 +00:00
|
|
|
# This needs to be investigated for getEnv changes
|
2008-11-20 19:45:36 +00:00
|
|
|
Patch14: %{name}-ecj-rpmdebuginfo.patch
|
2006-06-02 21:46:07 +00:00
|
|
|
# generic releng plugins that can be used to build plugins
|
2008-11-20 19:45:36 +00:00
|
|
|
# see this thread for details:
|
2006-06-02 21:46:07 +00:00
|
|
|
# https://www.redhat.com/archives/fedora-devel-java-list/2006-April/msg00048.html
|
2007-01-10 18:58:44 +00:00
|
|
|
Patch15: %{name}-pde.build-add-package-build.patch
|
2008-07-22 13:04:00 +00:00
|
|
|
Patch24: %{name}-add-ppc64-sparc64-s390-s390x.patch
|
|
|
|
Patch28: %{name}-add-ppc64-sparc64-s390-s390x-2.patch
|
|
|
|
Patch30: %{name}-addfragmentsforotherplatforms.patch
|
2008-07-29 13:40:46 +00:00
|
|
|
Patch38: %{name}-addrootfiles.patch
|
2007-08-30 23:52:17 +00:00
|
|
|
#FIXME: file a bug upstream
|
|
|
|
Patch26: %{name}-launcher-fix-java-home.patch
|
2008-07-14 21:40:30 +00:00
|
|
|
# Default max heap size too low for lots of people. Bump to 512 MB.
|
2008-04-25 16:55:36 +00:00
|
|
|
# Max perm size:
|
2007-10-31 15:00:22 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=352361
|
2008-04-25 16:55:36 +00:00
|
|
|
# JVM crash:
|
|
|
|
# http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6614100
|
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=214092
|
2008-09-25 13:10:51 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=461860 (mnowak)
|
2008-04-25 16:55:36 +00:00
|
|
|
Patch29: %{name}-memorypermsizeandjvmcrash.patch
|
2006-12-06 18:20:01 +00:00
|
|
|
|
2008-07-22 13:04:00 +00:00
|
|
|
Patch31: %{name}-ia64-packaging.patch
|
2008-07-14 21:40:30 +00:00
|
|
|
|
|
|
|
# Make ECF bundles have the same qualifier as they do upstream
|
|
|
|
Patch35: %{name}-ecf-qualifier.patch
|
|
|
|
|
|
|
|
# Don't pack the icu4j source bundle. Can go away when we re-build
|
|
|
|
# icu4j against a 3.4 SDK.
|
|
|
|
Patch36: %{name}-dontpackicu4jsource.patch
|
|
|
|
|
|
|
|
# Our dependent JARs have different signatures than the ones included
|
|
|
|
# upstream so remove the signatures in the manifests
|
|
|
|
Patch37: %{name}-nojarsignatures.patch
|
2008-05-14 18:23:16 +00:00
|
|
|
|
2008-08-11 19:31:22 +00:00
|
|
|
## Back-port patches from 3.4.x stream. These will be in 3.4.1.
|
|
|
|
## https://bugs.eclipse.org/bugs/show_bug.cgi?id=242632
|
|
|
|
#Patch39: %{name}-profilesync-e.o242632.patch
|
|
|
|
#Patch40: %{name}-profilesync-e.o242632-2.patch
|
|
|
|
|
2008-08-27 20:12:35 +00:00
|
|
|
# Remove win32 fragment from test feature
|
|
|
|
Patch41: %{name}-nowin32testfragment.patch
|
|
|
|
|
|
|
|
# Some fixes for library.xml
|
|
|
|
# FIXME: submit upstream
|
|
|
|
Patch42: %{name}-tests-libraryXml.patch
|
|
|
|
|
2008-10-03 14:03:03 +00:00
|
|
|
Patch43: %{name}-osgi-classpath.patch
|
2008-10-15 15:27:02 +00:00
|
|
|
Patch44: %{name}-fix-javahome64.patch
|
2008-10-03 14:03:03 +00:00
|
|
|
|
2008-12-15 20:14:10 +00:00
|
|
|
# Default to 1.5 source and bytecode
|
|
|
|
# https://bugzilla.redhat.com/354721
|
|
|
|
Patch45: %{name}-ecj-defaultto1.5.patch
|
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2004-09-09 04:27:27 +00:00
|
|
|
BuildRequires: ant
|
|
|
|
BuildRequires: jpackage-utils >= 0:1.5, make, gcc
|
2005-01-17 19:09:19 +00:00
|
|
|
BuildRequires: gnome-vfs2-devel
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: glib2-devel
|
2005-10-27 20:20:35 +00:00
|
|
|
BuildRequires: libgnome-devel
|
|
|
|
BuildRequires: libgnomeui-devel
|
2005-04-25 22:39:24 +00:00
|
|
|
BuildRequires: gcc-c++
|
2007-12-05 09:22:49 +00:00
|
|
|
BuildRequires: gecko-devel >= 1.9
|
2005-10-31 19:48:52 +00:00
|
|
|
BuildRequires: nspr-devel
|
2006-01-04 22:32:40 +00:00
|
|
|
BuildRequires: libXtst-devel
|
2006-06-02 21:46:07 +00:00
|
|
|
BuildRequires: mesa-libGL-devel
|
|
|
|
BuildRequires: mesa-libGLU-devel
|
2005-11-06 15:32:26 +00:00
|
|
|
BuildRequires: cairo >= 1.0
|
2006-01-31 11:48:09 +00:00
|
|
|
BuildRequires: unzip
|
2008-09-03 17:23:34 +00:00
|
|
|
BuildRequires: icu4j-eclipse >= 3.8.1-3
|
2008-07-18 16:28:23 +00:00
|
|
|
BuildRequires: tomcat5-jasper-eclipse >= 5.5.26-1.5
|
2006-12-20 04:19:37 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2007-08-30 19:54:32 +00:00
|
|
|
BuildRequires: java-devel >= 1.6.0
|
2008-04-10 00:16:11 +00:00
|
|
|
BuildRequires: java-javadoc
|
2007-08-30 20:37:01 +00:00
|
|
|
BuildRequires: libXt-devel
|
2008-12-16 17:17:18 +00:00
|
|
|
# For ecj's AOT bits
|
|
|
|
BuildRequires: gcc-java
|
|
|
|
BuildRequires: java-1.5.0-gcj-javadoc
|
|
|
|
BuildRequires: java-gcj-compat-devel
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2008-10-03 14:09:39 +00:00
|
|
|
BuildRequires: ant-antlr ant-apache-bcel ant-apache-log4j ant-apache-oro ant-apache-regexp ant-apache-resolver ant-commons-logging ant-apache-bsf ant-commons-net
|
2005-07-19 19:47:18 +00:00
|
|
|
BuildRequires: ant-javamail ant-jdepend ant-junit ant-nodeps ant-swing ant-trax ant-jsch
|
2008-08-11 19:31:22 +00:00
|
|
|
BuildRequires: jsch >= 0:0.1.39
|
2007-09-05 20:28:17 +00:00
|
|
|
BuildRequires: jakarta-commons-beanutils jakarta-commons-collections jakarta-commons-digester jakarta-commons-dbcp jakarta-commons-fileupload jakarta-commons-launcher jakarta-commons-modeler jakarta-commons-pool
|
2008-08-12 20:14:25 +00:00
|
|
|
BuildRequires: jakarta-commons-el >= 1.0-9
|
2007-09-05 20:28:17 +00:00
|
|
|
BuildRequires: jakarta-commons-logging >= 1.0.4-6jpp.3
|
2005-06-16 16:02:07 +00:00
|
|
|
BuildRequires: mx4j >= 2.1
|
2008-08-12 15:26:24 +00:00
|
|
|
BuildRequires: jetty >= 5.1.14-1.6
|
2008-08-11 19:31:22 +00:00
|
|
|
BuildRequires: lucene >= 2.3.1-3.4
|
|
|
|
BuildRequires: lucene-contrib >= 2.3.1-3.4
|
2008-11-20 19:45:36 +00:00
|
|
|
BuildRequires: regexp
|
2005-05-13 15:45:44 +00:00
|
|
|
BuildRequires: junit >= 3.8.1-3jpp
|
2007-08-14 18:51:17 +00:00
|
|
|
BuildRequires: junit4
|
2008-07-14 21:40:30 +00:00
|
|
|
BuildRequires: sat4j
|
|
|
|
BuildRequires: objectweb-asm
|
auto-import changelog data from eclipse-2.1.0-22.src.rpm
Mon Sep 29 2003 Tom Tromey <tromey@redhat.com> 2.1.0-22
- Updated upstream sources; oprofile plugin works
Wed Sep 24 2003 Tom Tromey <tromey@redhat.com> 2.1.0-21
- Updated upstream sources; fixes oprofile buglets, also doc updates
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-20
- Backed out xalan-j requirement; it causes problems
- Updated upstream sources; pulls in new documentation
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-19
- Fix for PR 104274. Set LANG in startup script.
Wed Sep 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-18
- xalan-j required at build time and runtime; bugzilla 104513
Mon Sep 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-17
- Bug fixes in sources
Fri Sep 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-16
- Updated upstream sources
Fri Aug 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-15
- Don't build eclipse with -O2 for now
Thu Aug 14 2003 Tom Tromey <tromey@redhat.com> 2.1.0-14
- Updated eclipse sources
Thu Aug 07 2003 Tom Tromey <tromey@redhat.com> 2.1.0-13
- g++ is build requirement
Mon Jul 21 2003 Tom Tromey <tromey@redhat.com> 2.1.0-12
- Enable gcj build again
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-11
- Updated sources to fix -vm bug
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-10
- Updated sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-9
- Updated upstream sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-8
- Updated upstream sources
- Require gnome-vfs2-devel at build time
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-7
- Use LD_ASSUME_KERNEL hack
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-6
- Updated sources
Wed Jul 09 2003 Tom Tromey <tromey@redhat.com> 2.1.0-5
- Updated upstream sources
- Removed j2sdk dependency
- Added rpm-build and gnome-utils dependencies
Tue Jul 08 2003 Tom Tromey <tromey@redhat.com> 2.1.0-4
- Updated upstream sources
Sun Jul 06 2003 Tom Tromey <tromey@redhat.com> 2.1.0-3
- Fixed more build buglets
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-2
- Don't build .so files at all
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com>
- Require Sun JVM
Wed Jul 02 2003 Tom Tromey <tromey@redhat.com> 2.1.0-1
- Updated to eclipse 2.1
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- From Tom Tromey <tromey@redhat.com>
- Use i386, not x86, in ExclusiveArch
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- Set executable bit for opxml since zip won't preserve it.
Wed May 14 2003 Keith Seitz <keiths@redhat.com>
- Add oprofile plugin installation requirements.
Mon May 05 2003 Tom Tromey <tromey@redhat.com> 2.0.1-25
- Use ExclusiveArch, not ExcludeArch
Fri May 02 2003 Tom Tromey <tromey@redhat.com> 2.0.1-24
- Exclude ppc64
Wed Apr 23 2003 Tom Tromey <tromey@redhat.com> 2.0.1-23
- Require gdb and make
Tue Apr 08 2003 Tom Tromey <tromey@redhat.com> 2.0.1-22
- Bumped release for new build
- Fixed bug in JDT build
Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 2.0.1-21
- Bumped release for rebuild
Tue Apr 01 2003 Tom Tromey <tromey@redhat.com> 2.0.1-20
- Allow builds on ppc
Fri Mar 28 2003 Tom Tromey <tromey@redhat.com> 2.0.1-19
- Changes to use gcc-ssa compiler
- Default to gcj build; install files required for gcj
- Define and use java_bin
- Only build on x86
Wed Mar 05 2003 Tom Tromey <tromey@redhat.com>
- Use build script to create ecj, compute architecture, choose targets
- Release 18
Tue Feb 18 2003 Tom Tromey <tromey@redhat.com>
- Replaced jikes with ecj
- Release 17
Wed Feb 05 2003 Tom Tromey <tromey@redhat.com>
- Added -arch to build, code to build with gcj, code to build with jikes,
code to use Sun JDK
- Removed java_jrelib
- Now release 16
Tue Dec 10 2002 Tom Tromey <tromey@redhat.com>
- Invoke buildNative
- Now release 15
Wed Nov 27 2002 Tom Tromey <tromey@redhat.com>
- Removed "-linux" from name
- Now release 14
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Changed name to eclipse
- Removed Conflicts
- Updated Provides
- Now release 13
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Install eclipse.desktop in /usr/share/applications, for 8.x
- Now release 12
Tue Nov 05 2002 Jeff Johnson <jbj@redhat.com>
- Define java_home, java_jre, java_jrelib
- Use %setup
- Minor cleanups in %build LANG=C export LANG unset DISPLAY
- Use _bindir
Thu Oct 24 2002 Andrew Haley <aph@redhat.com>
- eclipse-2.0-linux-gtk.spec (Source): Now use gzip.
- (install): Now use Ant zip.distribution to do this installation.
- Added Requires for ctags.
Fri Oct 18 2002 Tom Tromey <tromey@redhat.com>
- Require JDK 1.3.1
- Added BuildReq for ant
- Use MANIFEST file to decide what to copy into install tree
Tue Oct 15 2002 Tom Tromey <tromey@redhat.com>
- Eclipse source now bzipped
Mon Oct 14 2002 Tom Tromey <tromey@redhat.com>
- No patch required
Fri Oct 11 2002 Tom Tromey <tromey@redhat.com>
- Added .desktop file
- Added BuildReq for desktop-file-utils
2004-09-09 04:24:47 +00:00
|
|
|
|
|
|
|
%description
|
2008-07-22 13:04:00 +00:00
|
|
|
The Eclipse platform is designed for building integrated development
|
|
|
|
environments (IDEs), server-side applications, desktop applications, and
|
|
|
|
everything in between.
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2004-12-21 16:37:24 +00:00
|
|
|
%package ecj
|
|
|
|
Summary: Eclipse Compiler for Java
|
|
|
|
Group: Development/Languages
|
2008-04-03 15:48:11 +00:00
|
|
|
Obsoletes: ecj < %{version}-%{release}
|
2008-04-03 17:45:43 +00:00
|
|
|
Provides: ecj = %{version}-%{release}
|
2007-08-30 19:54:32 +00:00
|
|
|
Requires: java >= 1.6.0
|
2008-12-16 17:17:18 +00:00
|
|
|
# For AOT bits
|
|
|
|
Requires: libgcj >= 4.0.2
|
|
|
|
Requires(post): java-gcj-compat >= 1.0.64
|
|
|
|
Requires(postun): java-gcj-compat >= 1.0.64
|
2004-12-21 16:37:24 +00:00
|
|
|
|
|
|
|
%description ecj
|
|
|
|
Eclipse compiler for Java.
|
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
%package swt
|
2006-12-06 18:20:01 +00:00
|
|
|
Summary: SWT Library for GTK+-2.0
|
2006-09-18 22:20:30 +00:00
|
|
|
Group: Text Editors/Integrated Development Environments (IDE)
|
2007-11-22 18:11:14 +00:00
|
|
|
# %{_libdir}/java directory owned by jpackage-utils
|
|
|
|
Requires: jpackage-utils
|
2006-12-06 18:20:01 +00:00
|
|
|
Requires: gtk2
|
2007-12-05 09:22:49 +00:00
|
|
|
Requires: gecko-libs >= 1.9
|
2007-01-10 18:58:44 +00:00
|
|
|
Conflicts: mozilla
|
2008-07-14 21:40:30 +00:00
|
|
|
Provides: libswt3-gtk2 = 1:%{version}-%{release}
|
|
|
|
# The 20 is more than the currently (2008-06-25) latest 3.3.2 package
|
|
|
|
# but I want to leave some room in case we need to do an F9 update.
|
|
|
|
Obsoletes: libswt3-gtk2 < 1:3.3.2-20
|
2006-09-18 22:20:30 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
%description swt
|
2006-12-06 18:20:01 +00:00
|
|
|
SWT Library for GTK+-2.0.
|
2006-09-18 22:20:30 +00:00
|
|
|
|
|
|
|
%package rcp
|
|
|
|
Summary: Eclipse Rich Client Platform
|
|
|
|
Group: Development/Languages
|
2008-07-14 21:40:30 +00:00
|
|
|
Requires: %{name}-swt = %{epoch}:%{version}-%{release}
|
|
|
|
# FIXME: investigate. Can we just add a %{arch} to the above?
|
|
|
|
## This file-level requirement is for the bi-arch multilib case
|
|
|
|
#Requires: %{_libdir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_%{swtver}.jar
|
2008-09-03 17:23:34 +00:00
|
|
|
Requires: icu4j-eclipse >= 3.8.1-3
|
2007-08-30 19:54:32 +00:00
|
|
|
Requires: java >= 1.6.0
|
2006-09-18 22:20:30 +00:00
|
|
|
|
|
|
|
%description rcp
|
|
|
|
Eclipse Rich Client Platform
|
|
|
|
|
2004-09-09 04:27:27 +00:00
|
|
|
%package platform
|
|
|
|
Summary: Eclipse platform common files
|
|
|
|
Group: Text Editors/Integrated Development Environments (IDE)
|
2006-12-06 18:20:01 +00:00
|
|
|
Requires: %{name}-rcp = %{epoch}:%{version}-%{release}
|
2008-07-14 21:40:30 +00:00
|
|
|
# FIXME: investigate. Can we just add a %{arch} to the above?
|
|
|
|
## This file-level requirement is for the bi-arch multilib case
|
|
|
|
#Requires: %{_libdir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_%{swtver}.jar
|
2008-10-03 14:09:39 +00:00
|
|
|
Requires: ant-antlr ant-apache-bcel ant-apache-log4j ant-apache-oro ant-apache-regexp ant-apache-resolver ant-commons-logging ant-apache-bsf ant-commons-net
|
2005-07-19 19:47:18 +00:00
|
|
|
Requires: ant-javamail ant-jdepend ant-junit ant-nodeps ant-swing ant-trax ant-jsch
|
2007-09-05 20:28:17 +00:00
|
|
|
Requires: jakarta-commons-beanutils jakarta-commons-collections jakarta-commons-digester jakarta-commons-dbcp jakarta-commons-fileupload jakarta-commons-launcher jakarta-commons-modeler jakarta-commons-pool
|
2008-08-12 20:14:25 +00:00
|
|
|
Requires: jakarta-commons-el >= 1.0-9
|
2007-09-05 20:28:17 +00:00
|
|
|
Requires: jakarta-commons-logging >= 1.0.4-6jpp.3
|
2005-06-16 16:02:07 +00:00
|
|
|
Requires: mx4j >= 2.1
|
2008-07-18 16:28:23 +00:00
|
|
|
Requires: tomcat5-jasper-eclipse >= 5.5.26-1.5
|
2008-08-12 15:26:24 +00:00
|
|
|
Requires: jetty >= 5.1.14-1.6
|
2008-08-11 19:31:22 +00:00
|
|
|
Requires: jsch >= 0.1.39
|
|
|
|
Requires: lucene >= 2.3.1-3.4
|
|
|
|
Requires: lucene-contrib >= 2.3.1-3.4
|
2005-05-09 22:24:09 +00:00
|
|
|
Requires: regexp
|
2008-07-14 21:40:30 +00:00
|
|
|
Requires: sat4j
|
|
|
|
Provides: eclipse-cvs-client = 1:%{version}-%{release}
|
|
|
|
Obsoletes: eclipse-cvs-client < 1:3.3.2-20
|
2004-09-09 04:27:27 +00:00
|
|
|
|
|
|
|
%description platform
|
2007-09-04 21:14:28 +00:00
|
|
|
The Fedora Eclipse Platform is the base of all IDE plugins. This does not include the
|
2006-12-06 18:20:01 +00:00
|
|
|
Java Development Tools or the Plugin Development Environment.
|
2004-09-09 04:27:27 +00:00
|
|
|
|
|
|
|
%package jdt
|
2006-12-06 18:20:01 +00:00
|
|
|
Summary: Eclipse Java Development Tools
|
2004-09-09 04:27:27 +00:00
|
|
|
Group: Text Editors/Integrated Development Environments (IDE)
|
2005-02-21 00:31:38 +00:00
|
|
|
Requires: %{name}-platform = %{epoch}:%{version}-%{release}
|
2007-08-23 18:19:17 +00:00
|
|
|
Requires: %{name}-cvs-client = %{epoch}:%{version}-%{release}
|
2005-01-24 15:23:02 +00:00
|
|
|
Requires: %{name}-ecj = %{epoch}:%{version}-%{release}
|
2005-05-23 17:01:40 +00:00
|
|
|
Requires: junit >= 3.8.1-3jpp
|
2007-08-14 18:51:17 +00:00
|
|
|
Requires: junit4
|
2006-12-06 18:20:01 +00:00
|
|
|
Requires: java-javadoc
|
2004-09-09 04:27:27 +00:00
|
|
|
|
|
|
|
%description jdt
|
2006-12-06 18:20:01 +00:00
|
|
|
Eclipse Java Development Tools. This package is required to use Eclipse for
|
|
|
|
developing software written in the Java programming language.
|
2004-09-09 04:27:27 +00:00
|
|
|
|
|
|
|
%package pde
|
2006-12-06 18:20:01 +00:00
|
|
|
Summary: Eclipse Plugin Development Environment
|
2004-09-09 04:27:27 +00:00
|
|
|
Group: Text Editors/Integrated Development Environments (IDE)
|
2008-10-27 16:29:54 +00:00
|
|
|
Provides: eclipse
|
2007-08-29 14:28:27 +00:00
|
|
|
Provides: eclipse-sdk
|
2007-08-28 22:43:52 +00:00
|
|
|
Requires: %{name}-platform = %{epoch}:%{version}-%{release}
|
2005-01-24 15:23:02 +00:00
|
|
|
Requires: %{name}-jdt = %{epoch}:%{version}-%{release}
|
2008-07-14 21:40:30 +00:00
|
|
|
Requires: objectweb-asm
|
2008-03-31 18:45:06 +00:00
|
|
|
# For PDE Build wrapper script
|
|
|
|
Requires: bash
|
2008-07-29 13:40:46 +00:00
|
|
|
Provides: %{name}-pde-runtime = 1:%{version}-%{release}
|
|
|
|
# The 20 is more than the currently (2008-06-25) latest 3.3.2 package
|
|
|
|
# but I want to leave some room in case we need to do an F9 update.
|
|
|
|
Obsoletes: %{name}-pde-runtime < 1:3.3.2-20
|
2005-02-21 00:31:38 +00:00
|
|
|
|
2005-12-06 20:35:06 +00:00
|
|
|
%description pde
|
2006-12-06 18:20:01 +00:00
|
|
|
Eclipse Plugin Development Environment. This package is required for
|
|
|
|
developing Eclipse plugins.
|
2006-06-02 21:46:07 +00:00
|
|
|
|
auto-import changelog data from eclipse-2.1.0-22.src.rpm
Mon Sep 29 2003 Tom Tromey <tromey@redhat.com> 2.1.0-22
- Updated upstream sources; oprofile plugin works
Wed Sep 24 2003 Tom Tromey <tromey@redhat.com> 2.1.0-21
- Updated upstream sources; fixes oprofile buglets, also doc updates
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-20
- Backed out xalan-j requirement; it causes problems
- Updated upstream sources; pulls in new documentation
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-19
- Fix for PR 104274. Set LANG in startup script.
Wed Sep 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-18
- xalan-j required at build time and runtime; bugzilla 104513
Mon Sep 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-17
- Bug fixes in sources
Fri Sep 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-16
- Updated upstream sources
Fri Aug 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-15
- Don't build eclipse with -O2 for now
Thu Aug 14 2003 Tom Tromey <tromey@redhat.com> 2.1.0-14
- Updated eclipse sources
Thu Aug 07 2003 Tom Tromey <tromey@redhat.com> 2.1.0-13
- g++ is build requirement
Mon Jul 21 2003 Tom Tromey <tromey@redhat.com> 2.1.0-12
- Enable gcj build again
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-11
- Updated sources to fix -vm bug
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-10
- Updated sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-9
- Updated upstream sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-8
- Updated upstream sources
- Require gnome-vfs2-devel at build time
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-7
- Use LD_ASSUME_KERNEL hack
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-6
- Updated sources
Wed Jul 09 2003 Tom Tromey <tromey@redhat.com> 2.1.0-5
- Updated upstream sources
- Removed j2sdk dependency
- Added rpm-build and gnome-utils dependencies
Tue Jul 08 2003 Tom Tromey <tromey@redhat.com> 2.1.0-4
- Updated upstream sources
Sun Jul 06 2003 Tom Tromey <tromey@redhat.com> 2.1.0-3
- Fixed more build buglets
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-2
- Don't build .so files at all
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com>
- Require Sun JVM
Wed Jul 02 2003 Tom Tromey <tromey@redhat.com> 2.1.0-1
- Updated to eclipse 2.1
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- From Tom Tromey <tromey@redhat.com>
- Use i386, not x86, in ExclusiveArch
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- Set executable bit for opxml since zip won't preserve it.
Wed May 14 2003 Keith Seitz <keiths@redhat.com>
- Add oprofile plugin installation requirements.
Mon May 05 2003 Tom Tromey <tromey@redhat.com> 2.0.1-25
- Use ExclusiveArch, not ExcludeArch
Fri May 02 2003 Tom Tromey <tromey@redhat.com> 2.0.1-24
- Exclude ppc64
Wed Apr 23 2003 Tom Tromey <tromey@redhat.com> 2.0.1-23
- Require gdb and make
Tue Apr 08 2003 Tom Tromey <tromey@redhat.com> 2.0.1-22
- Bumped release for new build
- Fixed bug in JDT build
Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 2.0.1-21
- Bumped release for rebuild
Tue Apr 01 2003 Tom Tromey <tromey@redhat.com> 2.0.1-20
- Allow builds on ppc
Fri Mar 28 2003 Tom Tromey <tromey@redhat.com> 2.0.1-19
- Changes to use gcc-ssa compiler
- Default to gcj build; install files required for gcj
- Define and use java_bin
- Only build on x86
Wed Mar 05 2003 Tom Tromey <tromey@redhat.com>
- Use build script to create ecj, compute architecture, choose targets
- Release 18
Tue Feb 18 2003 Tom Tromey <tromey@redhat.com>
- Replaced jikes with ecj
- Release 17
Wed Feb 05 2003 Tom Tromey <tromey@redhat.com>
- Added -arch to build, code to build with gcj, code to build with jikes,
code to use Sun JDK
- Removed java_jrelib
- Now release 16
Tue Dec 10 2002 Tom Tromey <tromey@redhat.com>
- Invoke buildNative
- Now release 15
Wed Nov 27 2002 Tom Tromey <tromey@redhat.com>
- Removed "-linux" from name
- Now release 14
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Changed name to eclipse
- Removed Conflicts
- Updated Provides
- Now release 13
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Install eclipse.desktop in /usr/share/applications, for 8.x
- Now release 12
Tue Nov 05 2002 Jeff Johnson <jbj@redhat.com>
- Define java_home, java_jre, java_jrelib
- Use %setup
- Minor cleanups in %build LANG=C export LANG unset DISPLAY
- Use _bindir
Thu Oct 24 2002 Andrew Haley <aph@redhat.com>
- eclipse-2.0-linux-gtk.spec (Source): Now use gzip.
- (install): Now use Ant zip.distribution to do this installation.
- Added Requires for ctags.
Fri Oct 18 2002 Tom Tromey <tromey@redhat.com>
- Require JDK 1.3.1
- Added BuildReq for ant
- Use MANIFEST file to decide what to copy into install tree
Tue Oct 15 2002 Tom Tromey <tromey@redhat.com>
- Eclipse source now bzipped
Mon Oct 14 2002 Tom Tromey <tromey@redhat.com>
- No patch required
Fri Oct 11 2002 Tom Tromey <tromey@redhat.com>
- Added .desktop file
- Added BuildReq for desktop-file-utils
2004-09-09 04:24:47 +00:00
|
|
|
%prep
|
2004-09-09 04:26:01 +00:00
|
|
|
%setup -q -c
|
2005-02-21 00:31:38 +00:00
|
|
|
|
2007-02-21 18:52:39 +00:00
|
|
|
sed --in-place "s/java5.home/java.home/" build.xml
|
2008-10-03 14:03:03 +00:00
|
|
|
sed --in-place "s|JavaSE-1.6=|JavaSE-1.6=%{java_home}|" build.xml
|
2008-07-25 13:21:25 +00:00
|
|
|
# Build swttools.jar and native libraries
|
2006-12-06 18:20:01 +00:00
|
|
|
%patch4 -p0
|
2008-07-25 13:21:25 +00:00
|
|
|
%patch32 -p0
|
2006-06-09 22:26:43 +00:00
|
|
|
|
2008-07-21 17:13:43 +00:00
|
|
|
# Use ECJ for GCJ's bytecode compiler
|
2008-08-13 20:34:33 +00:00
|
|
|
tar jxf %{SOURCE29}
|
2008-07-21 17:13:43 +00:00
|
|
|
mv eclipse-gcj/org/eclipse/jdt/internal/compiler/batch/GCCMain.java \
|
|
|
|
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/
|
2008-08-13 20:14:30 +00:00
|
|
|
cat eclipse-gcj/gcc.properties >> \
|
|
|
|
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
|
2008-07-21 17:13:43 +00:00
|
|
|
rm -rf eclipse-gcj
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2007-08-31 16:43:09 +00:00
|
|
|
# liblocalfile fixes
|
|
|
|
sed --in-place "s/JAVA_HOME =/#JAVA_HOME =/" plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile
|
|
|
|
sed --in-place "s/OPT_FLAGS=-O/OPT_FLAGS=-O2 -g/" plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile
|
|
|
|
|
2007-06-27 15:56:57 +00:00
|
|
|
# launcher patches
|
|
|
|
rm plugins/org.eclipse.platform/launchersrc.zip
|
|
|
|
pushd features/org.eclipse.equinox.executable
|
2008-07-14 21:40:30 +00:00
|
|
|
#%patch12 -p0
|
2007-08-30 23:52:17 +00:00
|
|
|
%patch26 -p0
|
2008-07-14 21:40:30 +00:00
|
|
|
# FIXME: deal with this
|
|
|
|
## put the configuration directory in an arch-specific location
|
|
|
|
#sed --in-place "s:/usr/lib/eclipse/configuration:%{_libdir}/%{name}/configuration:" library/eclipse.c
|
2008-11-20 19:45:36 +00:00
|
|
|
## make the eclipse binary relocatable
|
2008-07-14 21:40:30 +00:00
|
|
|
#sed --in-place "s:/usr/share/eclipse:%{_datadir}/%{name}:" library/eclipse.c
|
2007-06-27 15:56:57 +00:00
|
|
|
zip -q -9 -r ../../plugins/org.eclipse.platform/launchersrc.zip library
|
2005-10-27 20:17:59 +00:00
|
|
|
popd
|
2006-12-06 18:20:01 +00:00
|
|
|
|
2008-07-24 20:07:17 +00:00
|
|
|
# Use our system-installed javadocs, reference only what we built, and
|
|
|
|
# don't like to osgi.org docs (FIXME: maybe we should package them?)
|
|
|
|
sed -i -e "s|http://java.sun.com/j2se/1.4.2/docs/api|%{_datadir}/javadoc/java|" \
|
|
|
|
-e "/osgi\.org/d" \
|
2007-05-24 06:11:03 +00:00
|
|
|
plugins/org.eclipse.platform.doc.isv/platformOptions.txt
|
2008-07-24 20:07:17 +00:00
|
|
|
sed -i -e "s|http://java.sun.com/j2se/1.5/docs/api|%{_datadir}/javadoc/java|" \
|
|
|
|
-e "s/win32.win32.x86/gtk.linux.%{eclipse_arch}/" \
|
|
|
|
plugins/org.eclipse.jdt.doc.isv/jdtaptOptions.txt \
|
2007-05-24 06:11:03 +00:00
|
|
|
plugins/org.eclipse.jdt.doc.isv/jdtOptions.txt
|
2008-07-24 20:07:17 +00:00
|
|
|
sed -i -e "s|http://java.sun.com/j2se/1.4/docs/api|%{_datadir}/javadoc/java|" \
|
|
|
|
-e "s/motif.linux.x86/gtk.linux.%{eclipse_arch}/" \
|
|
|
|
plugins/org.eclipse.pde.doc.user/pdeOptions.txt \
|
2007-05-24 06:11:03 +00:00
|
|
|
plugins/org.eclipse.pde.doc.user/pdeOptions
|
2007-06-27 15:56:57 +00:00
|
|
|
|
2008-11-20 19:45:36 +00:00
|
|
|
pushd plugins/org.eclipse.jdt.core
|
|
|
|
%patch14 -p0
|
2008-12-15 20:14:10 +00:00
|
|
|
%patch45 -p0
|
2008-11-20 19:45:36 +00:00
|
|
|
popd
|
2005-10-27 20:17:59 +00:00
|
|
|
|
2006-06-02 21:46:07 +00:00
|
|
|
pushd plugins/org.eclipse.pde.build
|
2006-12-06 18:20:01 +00:00
|
|
|
%patch15
|
2008-07-14 21:40:30 +00:00
|
|
|
sed --in-place "s:/usr/share/eclipse:%{_libdir}/%{name}:" templates/package-build/build.properties
|
2006-06-02 21:46:07 +00:00
|
|
|
popd
|
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
pushd features/org.eclipse.platform
|
2008-09-03 17:23:34 +00:00
|
|
|
# FIXME: fixed in 3.4.1
|
2008-07-14 21:40:30 +00:00
|
|
|
# Move this file around due a bug in the metadata generator/parser that
|
|
|
|
# can't work with the compiler exclude
|
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=238240
|
|
|
|
cp -p gtk/eclipse.ini{,.orig}
|
|
|
|
%patch29
|
|
|
|
mv gtk/eclipse.ini{,.patched}
|
|
|
|
mv gtk/eclipse.ini{.orig,}
|
|
|
|
popd
|
|
|
|
|
|
|
|
%patch36
|
|
|
|
%patch37
|
|
|
|
|
2008-08-11 19:31:22 +00:00
|
|
|
#pushd plugins/org.eclipse.equinox.p2.reconciler.dropins
|
|
|
|
#%patch39
|
|
|
|
#popd
|
|
|
|
#
|
|
|
|
#pushd plugins/org.eclipse.equinox.p2.touchpoint.eclipse
|
|
|
|
#%patch40
|
|
|
|
#popd
|
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# Remove signatures for JARs
|
|
|
|
find -iname \*.sf | xargs rm
|
|
|
|
find -iname \*.rsa | xargs rm
|
|
|
|
|
2006-06-09 22:26:43 +00:00
|
|
|
# all output should be directed to stdout
|
2006-12-06 18:20:01 +00:00
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=144942
|
2006-06-09 22:26:43 +00:00
|
|
|
find -type f -name \*.xml -exec sed --in-place -r "s/output=\".*(txt|log).*\"//g" "{}" \;
|
|
|
|
|
2007-08-14 18:51:17 +00:00
|
|
|
# Remove existing .sos and binary launcher
|
2006-06-02 21:46:07 +00:00
|
|
|
find -name \*.so | xargs rm
|
2007-08-14 18:51:17 +00:00
|
|
|
find features/org.eclipse.equinox.executable -type f -name eclipse | xargs rm
|
2005-02-21 00:31:38 +00:00
|
|
|
|
2008-07-23 23:47:14 +00:00
|
|
|
# FIXME: do this as part of Linux distros project
|
2008-07-14 21:40:30 +00:00
|
|
|
#
|
2008-07-23 23:47:14 +00:00
|
|
|
# the swt version is set to HEAD on s390x but shouldn't be
|
2008-07-22 13:04:00 +00:00
|
|
|
# get swt version
|
|
|
|
SWT_MAJ_VER=$(grep maj_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
|
|
|
|
SWT_MIN_VER=$(grep min_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
|
|
|
|
SWT_VERSION=$SWT_MAJ_VER$SWT_MIN_VER
|
|
|
|
swt_frag_ver=$(grep v$SWT_VERSION plugins/org.eclipse.swt.gtk.linux.x86/build.xml | sed "s:.*<.*\"\(.*\)\"/>:\1:")
|
2008-07-23 23:47:14 +00:00
|
|
|
swt_frag_ver_s390x=$(grep "version\.suffix\" value=" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml | sed "s:.*<.*\"\(.*\)\"/>:\1:")
|
|
|
|
sed --in-place "s/$swt_frag_ver_s390x/$swt_frag_ver/g" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml \
|
|
|
|
plugins/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF \
|
|
|
|
plugins/org.eclipse.swt.gtk.linux.s390x.source/META-INF/MANIFEST.MF \
|
|
|
|
plugins/org.eclipse.swt.gtk.linux.s390x.source/build.xml \
|
|
|
|
assemble.org.eclipse.sdk.linux.gtk.s390x.xml \
|
2008-07-22 13:04:00 +00:00
|
|
|
features/org.eclipse.rcp/build.xml
|
|
|
|
|
|
|
|
# Nasty hack to get suppport for ppc64, sparc{,64} and alpha
|
|
|
|
%patch24 -p1
|
|
|
|
%patch28
|
|
|
|
%patch30
|
|
|
|
%patch31 -p1
|
2008-07-29 13:40:46 +00:00
|
|
|
%patch38
|
2008-07-22 13:04:00 +00:00
|
|
|
|
|
|
|
# replace ppc64 with a fake arch (ppc128) so we don't have duplicate ant targets
|
|
|
|
sed -i "s/\(rootFileslinux_gtk_\)ppc64/\1ppc128/g" \
|
|
|
|
features/org.eclipse.equinox.executable/target.build.xml
|
2008-07-23 23:47:14 +00:00
|
|
|
|
2008-11-20 19:45:36 +00:00
|
|
|
# Copy all of the s390x directories and files to ppc64 or sparc{,64} or alpha dirs and replace
|
2008-07-23 23:47:14 +00:00
|
|
|
# the s390x strings with ppc64, etc.
|
2008-07-25 13:21:25 +00:00
|
|
|
%ifnarch %{ix86} x86_64
|
2008-07-24 20:07:17 +00:00
|
|
|
cp -rp features/org.eclipse.platform/about_files/linux.gtk.{x86,%{_arch}}
|
2008-07-25 13:21:25 +00:00
|
|
|
%endif
|
|
|
|
%ifarch ppc64 sparc sparcv9 sparc64 alpha
|
2008-07-23 23:47:14 +00:00
|
|
|
for f in $(find -name \*s390x\*); do
|
|
|
|
tofile=$(echo $f | sed "s/s390x/%{_arch}/")
|
2008-07-24 20:35:04 +00:00
|
|
|
cp -rp $f $tofile
|
|
|
|
for g in $(find $tofile -type f); do
|
|
|
|
sed -i "s/s390x/%{_arch}/g" $g
|
2008-07-23 23:47:14 +00:00
|
|
|
done
|
2008-07-22 13:04:00 +00:00
|
|
|
done
|
|
|
|
OLDIFS=$IFS
|
|
|
|
IFS='
|
|
|
|
'
|
|
|
|
for f in $(find -type f ! -name \*.java -a ! -name feature.xml -a ! -name \*.gif \
|
|
|
|
-a ! -name \*.png -a ! -name \*.htm* -a ! -name \*.jar -a ! -name \
|
2008-07-23 23:47:14 +00:00
|
|
|
\*.exe -a ! -name \*.pm -a ! -name \*.jpg -a ! -name \*win32\* | grep -v win32); do
|
|
|
|
sed -i -e "s/s390x/%{_arch}/g" $f
|
2008-07-22 13:04:00 +00:00
|
|
|
done
|
|
|
|
IFS=$OLDIFS
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%ifarch ppc64 sparc sparcv9 sparc64 alpha ia64
|
|
|
|
IFS='
|
|
|
|
'
|
2008-07-29 21:05:08 +00:00
|
|
|
# Fragments for these arches
|
|
|
|
rm -rf plugins/org.eclipse.equinox.launcher.gtk.linux.%{_arch}
|
|
|
|
mv plugins/org.eclipse.equinox.launcher.gtk.linux.{ppc,%{_arch}}
|
2008-07-22 13:04:00 +00:00
|
|
|
pushd plugins/org.eclipse.equinox.launcher.gtk.linux.%{_arch}
|
|
|
|
for f in $(find -type f); do
|
|
|
|
sed -i -e "s/ppc/%{_arch}/g" $f
|
2008-07-29 21:05:08 +00:00
|
|
|
tofile=$(echo $f | sed "s/ppc/%{_arch}/")
|
|
|
|
if [ $tofile != $f ]; then
|
|
|
|
cp -rp $f $tofile
|
|
|
|
fi
|
2008-07-22 13:04:00 +00:00
|
|
|
done
|
|
|
|
popd
|
2008-07-29 21:05:08 +00:00
|
|
|
rm -rf plugins/org.eclipse.core.filesystem.linux.%{_arch}
|
|
|
|
mv plugins/org.eclipse.core.filesystem.linux.{ppc,%{_arch}}
|
2008-07-22 13:04:00 +00:00
|
|
|
pushd plugins/org.eclipse.core.filesystem.linux.%{_arch}
|
|
|
|
for f in $(find -type f); do
|
|
|
|
sed -i -e "s/ppc/%{_arch}/g" $f
|
2008-07-29 21:05:08 +00:00
|
|
|
tofile=$(echo $f | sed "s/ppc/%{_arch}/")
|
|
|
|
if [ $tofile != $f ]; then
|
|
|
|
cp -rp $f $tofile
|
|
|
|
fi
|
2008-07-22 13:04:00 +00:00
|
|
|
done
|
|
|
|
popd
|
|
|
|
IFS=$OLDIFS
|
2008-07-14 21:40:30 +00:00
|
|
|
|
2008-11-20 19:45:36 +00:00
|
|
|
%endif
|
2008-07-24 00:54:57 +00:00
|
|
|
|
|
|
|
# Don't build for non-linux,gtk,%%{_arch} targets
|
|
|
|
pushd features
|
|
|
|
for f in */build.xml; do
|
2008-07-24 20:07:17 +00:00
|
|
|
for platform in win32 macosx carbon hpux solaris aix qnx motif; do
|
2008-07-24 00:54:57 +00:00
|
|
|
sed -i "/<ant antfile=\"build.xml\" dir=.*$platform.*target=\"/,/<\/ant>/ d" $f
|
2008-07-24 20:07:17 +00:00
|
|
|
sed -i "/idReplacer/ s/org.eclipse\.\([a-z0-9A-Z_]\+\.\)\+$platform\(\.[a-z0-9A-Z_]\+\)*:0.0.0,[0-9\.Ivf\-]\+,//g" $f
|
2008-07-24 00:54:57 +00:00
|
|
|
done
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
|
|
|
arches=$(grep "antfile=\"build.xml\" dir=\".*gtk\.linux\.*" \
|
|
|
|
features/org.eclipse.rcp/build.xml | awk '{ print $3 }' | awk -F . \
|
|
|
|
'{ print $NF }' | sort -u | tr -d '"' | tr "\n" " ")
|
|
|
|
|
2008-07-24 20:07:17 +00:00
|
|
|
arches=$(echo $arches | sed s/%{eclipse_arch}//)
|
2008-07-24 00:54:57 +00:00
|
|
|
|
|
|
|
# Don't build for arches other than the one on which we're building
|
|
|
|
pushd features
|
|
|
|
for f in */build.xml; do
|
|
|
|
for arch in $arches; do
|
2008-07-24 20:07:17 +00:00
|
|
|
sed -i "/<ant antfile=\"build.xml\" dir=.*$arch\" target=\"/,/<\/ant>/ d" $f
|
|
|
|
sed -i "/idReplacer/ s/org.eclipse\.\([a-z0-9A-Z_]\+\.\)\+$arch:0.0.0,[0-9I\.vf\-]\+,//g" $f
|
2008-07-24 00:54:57 +00:00
|
|
|
done
|
|
|
|
done
|
|
|
|
popd
|
2008-07-23 23:47:14 +00:00
|
|
|
|
2005-02-21 00:31:38 +00:00
|
|
|
# Symlinks
|
2008-07-14 21:40:30 +00:00
|
|
|
rm plugins/org.sat4j*
|
|
|
|
ln -s %{_javadir}/org.sat4j.core_* plugins/
|
|
|
|
ln -s %{_javadir}/org.sat4j.pb_* plugins/
|
|
|
|
|
|
|
|
ASMPLUGINVERSION=$(ls plugins | grep org.objectweb.asm_ | \
|
|
|
|
sed 's/org.objectweb.asm_//')
|
|
|
|
rm plugins/org.objectweb.asm_$ASMPLUGINVERSION
|
|
|
|
ln -s %{_javadir}/objectweb-asm/asm-all.jar \
|
|
|
|
plugins/org.objectweb.asm_$ASMPLUGINVERSION
|
2005-02-21 00:31:38 +00:00
|
|
|
|
|
|
|
## BEGIN ANT ##
|
2008-07-14 21:40:30 +00:00
|
|
|
ANTDIR=plugins/$(ls plugins | grep org.apache.ant_)
|
|
|
|
rm $ANTDIR/lib/*
|
|
|
|
ANTDIR=$ANTDIR/lib
|
|
|
|
ln -s %{_javadir}/ant/ant-antlr.jar $ANTDIR/ant-antlr.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-apache-bcel.jar $ANTDIR/ant-apache-bcel.jar
|
2008-10-03 14:09:39 +00:00
|
|
|
ln -s %{_javadir}/ant/ant-apache-bsf.jar $ANTDIR/ant-apache-bsf.jar
|
2008-07-14 21:40:30 +00:00
|
|
|
ln -s %{_javadir}/ant/ant-apache-log4j.jar $ANTDIR/ant-apache-log4j.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-apache-oro.jar $ANTDIR/ant-apache-oro.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-apache-regexp.jar $ANTDIR/ant-apache-regexp.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-apache-resolver.jar $ANTDIR/ant-apache-resolver.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-commons-logging.jar $ANTDIR/ant-commons-logging.jar
|
2008-10-03 14:09:39 +00:00
|
|
|
ln -s %{_javadir}/ant/ant-commons-net.jar $ANTDIR/ant-commons-net.jar
|
2008-07-14 21:40:30 +00:00
|
|
|
#ln -s %{_javadir}/ant/ant-jai.jar $ANTDIR/ant-jai.jar
|
|
|
|
ln -s %{_javadir}/ant.jar $ANTDIR/ant.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-javamail.jar $ANTDIR/ant-javamail.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-jdepend.jar $ANTDIR/ant-jdepend.jar
|
|
|
|
#ln -s %{_javadir}/ant/ant-jmf.jar $ANTDIR/ant-jmf.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-jsch.jar $ANTDIR/ant-jsch.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-junit.jar $ANTDIR/ant-junit.jar
|
|
|
|
ln -s %{_javadir}/ant-launcher.jar $ANTDIR/ant-launcher.jar
|
|
|
|
#ln -s %{_javadir}/ant/ant-netrexx.jar $ANTDIR/ant-netrexx.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-nodeps.jar $ANTDIR/ant-nodeps.jar
|
|
|
|
#ln -s %{_javadir}/ant/ant-starteam.jar $ANTDIR/ant-starteam.jar
|
|
|
|
#ln -s %{_javadir}/ant/ant-stylebook.jar $ANTDIR/ant-stylebook.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-swing.jar $ANTDIR/ant-swing.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-trax.jar $ANTDIR/ant-trax.jar
|
|
|
|
#ln -s %{_javadir}/ant/ant-weblogic.jar $ANTDIR/ant-weblogic.jar
|
2005-02-21 00:31:38 +00:00
|
|
|
## END ANT ##
|
2006-12-06 18:20:01 +00:00
|
|
|
|
2007-08-29 13:46:48 +00:00
|
|
|
JETTYPLUGINVERSION=$(ls plugins | grep org.mortbay.jetty_5 | sed 's/org.mortbay.jetty_//')
|
|
|
|
rm plugins/org.mortbay.jetty_$JETTYPLUGINVERSION
|
|
|
|
ln -s %{_javadir}/jetty/jetty.jar plugins/org.mortbay.jetty_$JETTYPLUGINVERSION
|
|
|
|
|
2007-06-27 15:56:57 +00:00
|
|
|
JUNITVERSION=$(ls plugins | grep org.junit_3 | sed 's/org.junit_//')
|
|
|
|
build-jar-repository -s -p plugins/org.junit_$JUNITVERSION junit
|
2005-05-23 17:01:40 +00:00
|
|
|
|
2007-08-14 18:51:17 +00:00
|
|
|
rm plugins/org.junit4/junit.jar
|
|
|
|
ln -s %{_javadir}/junit4.jar plugins/org.junit4/junit.jar
|
|
|
|
|
2007-06-27 15:56:57 +00:00
|
|
|
# link to the jsch jar
|
2008-07-14 21:40:30 +00:00
|
|
|
JSCHVERSION=$(ls plugins | grep com.jcraft.jsch_ | \
|
|
|
|
sed 's/com.jcraft.jsch_//')
|
|
|
|
rm plugins/com.jcraft.jsch_*.jar
|
|
|
|
ln -s %{_javadir}/jsch.jar plugins/com.jcraft.jsch_$JSCHVERSION
|
2007-06-26 16:01:53 +00:00
|
|
|
|
2007-06-27 15:56:57 +00:00
|
|
|
# link to the icu4j stuff
|
2008-07-14 21:40:30 +00:00
|
|
|
ICUVERSION=$(ls plugins | grep com.ibm.icu_ | sed 's/com.ibm.icu_//')
|
|
|
|
rm plugins/com.ibm.icu_*.jar
|
2008-09-03 17:23:34 +00:00
|
|
|
ln -s %{_libdir}/eclipse/plugins/com.ibm.icu_*.jar plugins/com.ibm.icu_$ICUVERSION
|
2006-09-26 04:45:35 +00:00
|
|
|
|
2007-07-16 15:59:37 +00:00
|
|
|
# link to lucene
|
2008-07-14 21:40:30 +00:00
|
|
|
LUCENEVERSION=$(ls plugins | grep org.apache.lucene_ | \
|
|
|
|
sed 's/org.apache.lucene_//')
|
|
|
|
rm plugins/org.apache.lucene_*
|
|
|
|
ln -s %{_javadir}/lucene.jar plugins/org.apache.lucene_$LUCENEVERSION
|
|
|
|
rm plugins/org.apache.lucene.analysis_*
|
|
|
|
ln -s %{_javadir}/lucene-contrib/lucene-analyzers.jar \
|
|
|
|
plugins/org.apache.lucene.analysis_$LUCENEVERSION
|
2007-07-16 21:35:28 +00:00
|
|
|
|
|
|
|
# link to commons-logging
|
2008-07-14 21:40:30 +00:00
|
|
|
COMMONSLOGGINGVERSION=$(ls plugins | grep commons.logging_ | \
|
|
|
|
sed 's/org.apache.commons.logging_//')
|
|
|
|
rm plugins/org.apache.commons.logging_$COMMONSLOGGINGVERSION
|
|
|
|
ln -s %{_javadir}/commons-logging.jar \
|
|
|
|
plugins/org.apache.commons.logging_$COMMONSLOGGINGVERSION
|
2007-07-16 15:59:37 +00:00
|
|
|
|
2007-07-31 23:02:58 +00:00
|
|
|
# link to commons-el
|
2008-07-14 21:40:30 +00:00
|
|
|
COMMONSELVERSION=$(ls plugins | grep commons.el_ | \
|
|
|
|
sed 's/org.apache.commons.el_//')
|
|
|
|
rm plugins/org.apache.commons.el_$COMMONSELVERSION
|
|
|
|
ln -s %{_javadir}/commons-el.jar \
|
|
|
|
plugins/org.apache.commons.el_$COMMONSELVERSION
|
2007-07-31 23:02:58 +00:00
|
|
|
|
2007-08-10 16:50:53 +00:00
|
|
|
# link to jasper
|
2008-07-14 21:40:30 +00:00
|
|
|
JASPERVERSION=$(ls plugins | grep org.apache.jasper_ | \
|
|
|
|
sed 's/org.apache.jasper_//')
|
|
|
|
rm plugins/org.apache.jasper_*.jar
|
|
|
|
ln -s %{_datadir}/eclipse/plugins/org.apache.jasper_* \
|
|
|
|
plugins/org.apache.jasper_$JASPERVERSION
|
2007-08-10 16:50:53 +00:00
|
|
|
|
2007-09-05 20:28:17 +00:00
|
|
|
# link to servlet-api
|
2008-07-14 21:40:30 +00:00
|
|
|
SERVLETAPIVERSION=$(ls plugins | grep javax.servlet_ | \
|
|
|
|
sed 's/javax.servlet_//')
|
|
|
|
rm plugins/javax.servlet_*
|
|
|
|
ln -s %{_javadir}/tomcat5-servlet-2.4-api.jar \
|
|
|
|
plugins/javax.servlet_$SERVLETAPIVERSION
|
2007-08-10 16:50:53 +00:00
|
|
|
|
|
|
|
# link to jsp-api
|
2008-07-14 21:40:30 +00:00
|
|
|
JSPAPIVERSION=$(ls plugins | grep javax.servlet.jsp_ | \
|
|
|
|
sed 's/javax.servlet.jsp_//')
|
|
|
|
rm plugins/javax.servlet.jsp_*
|
|
|
|
ln -s %{_javadir}/tomcat5-jsp-2.0-api.jar \
|
|
|
|
plugins/javax.servlet.jsp_$JSPAPIVERSION
|
2007-08-10 16:50:53 +00:00
|
|
|
|
2006-09-26 04:45:35 +00:00
|
|
|
# delete included jars
|
2007-01-16 17:13:37 +00:00
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=170662
|
2006-09-26 04:45:35 +00:00
|
|
|
rm plugins/org.eclipse.swt.win32.win32.x86/swt.jar \
|
|
|
|
plugins/org.eclipse.swt/extra_jars/exceptions.jar \
|
|
|
|
plugins/org.eclipse.swt.tools/swttools.jar \
|
2007-06-27 15:56:57 +00:00
|
|
|
plugins/org.eclipse.osgi/osgi/osgi.cmpn.jar \
|
|
|
|
plugins/org.eclipse.osgi/osgi/osgi.core.jar \
|
|
|
|
plugins/org.eclipse.osgi/supplement/osgi/osgi.jar
|
2006-09-26 04:45:35 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# FIXME: figure out a way to symlink to something. Alternatively,
|
|
|
|
# patch out of package.org.eclipse.sdk*.xml.
|
|
|
|
# Delete unnecessary-for-build source JARs
|
|
|
|
#rm plugins/*.source_*.jar
|
|
|
|
|
2006-06-02 21:46:07 +00:00
|
|
|
# make sure there are no jars left
|
2006-06-08 18:47:33 +00:00
|
|
|
JARS=""
|
|
|
|
for j in $(find -name \*.jar); do
|
|
|
|
if [ ! -L $j ]; then
|
2008-07-14 21:40:30 +00:00
|
|
|
JARS="$JARS `echo $j`"
|
2006-06-08 18:47:33 +00:00
|
|
|
fi
|
|
|
|
done
|
|
|
|
if [ ! -z "$JARS" ]; then
|
2006-12-06 18:20:01 +00:00
|
|
|
echo "These jars should be deleted and symlinked to system jars: $JARS"
|
2006-06-09 22:26:43 +00:00
|
|
|
#FIXME: enable exit 1
|
2006-06-08 18:47:33 +00:00
|
|
|
fi
|
2006-06-02 21:46:07 +00:00
|
|
|
|
2006-11-02 00:55:15 +00:00
|
|
|
tar jxf %{SOURCE20}
|
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# ECF filetransfer plugins
|
|
|
|
tar jxf %{SOURCE25}
|
|
|
|
pushd org.eclipse.ecf
|
|
|
|
%patch35
|
|
|
|
mkdir -p features/org.eclipse.ecf.filetransfer-feature
|
|
|
|
pushd features/org.eclipse.ecf.filetransfer-feature
|
|
|
|
cp -p %{SOURCE26} feature.xml
|
|
|
|
cp -p %{SOURCE27} build.properties
|
|
|
|
popd
|
2008-08-27 20:12:35 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
# Test framework
|
|
|
|
tar jxf %{SOURCE30}
|
|
|
|
pushd %{name}-%{version}-testframework
|
|
|
|
%patch41
|
2008-12-05 01:45:06 +00:00
|
|
|
pushd org.eclipse.test
|
2008-08-27 20:12:35 +00:00
|
|
|
%patch42
|
2008-12-05 01:45:06 +00:00
|
|
|
popd
|
2008-08-27 20:12:35 +00:00
|
|
|
sed -i "s:/usr/lib/eclipse:%{_libdir}/%{name}:" org.eclipse.test/library.xml
|
|
|
|
popd
|
2008-07-14 21:40:30 +00:00
|
|
|
|
2008-10-03 14:03:03 +00:00
|
|
|
%patch43
|
2008-10-15 15:27:02 +00:00
|
|
|
%patch44
|
2008-10-03 14:03:03 +00:00
|
|
|
|
2005-03-22 23:17:45 +00:00
|
|
|
%build
|
|
|
|
ORIGCLASSPATH=$CLASSPATH
|
|
|
|
|
2007-06-27 15:56:57 +00:00
|
|
|
# Bootstrapping:
|
2008-07-14 21:40:30 +00:00
|
|
|
# 1. Build ecj with javac
|
2007-06-27 15:56:57 +00:00
|
|
|
ant -DcompilerArg="-encoding ISO-8859-1 -nowarn" -buildfile jdtcoresrc/compilejdtcorewithjavac.xml
|
2005-03-22 23:17:45 +00:00
|
|
|
|
2007-06-27 15:56:57 +00:00
|
|
|
# 2. Use this ecj to rebuild itself
|
2005-05-23 17:01:40 +00:00
|
|
|
export CLASSPATH=`pwd`/jdtcoresrc/ecj.jar:$ORIGCLASSPATH
|
2007-06-27 15:56:57 +00:00
|
|
|
ant -DcompilerArg="-encoding ISO-8859-1 -nowarn" -buildfile jdtcoresrc/compilejdtcore.xml
|
2005-03-22 23:17:45 +00:00
|
|
|
|
|
|
|
# Build the rest of Eclipse
|
2005-05-23 17:01:40 +00:00
|
|
|
export CLASSPATH=`pwd`/ecj.jar:$ORIGCLASSPATH
|
2006-06-02 21:46:07 +00:00
|
|
|
export JAVA_HOME=%{java_home}
|
2005-02-21 00:31:38 +00:00
|
|
|
ant \
|
|
|
|
-Dnobootstrap=true \
|
2005-03-09 16:04:59 +00:00
|
|
|
-DinstallOs=linux -DinstallWs=gtk -DinstallArch=%{eclipse_arch} \
|
2008-07-14 21:40:30 +00:00
|
|
|
-Dlibsconfig=true \
|
|
|
|
-DJavaSE-1.6=%{_jvmdir}/java/jre/lib/rt.jar \
|
|
|
|
-DcompilerArg="-encoding ISO-8859-1 -nowarn"
|
2008-11-20 19:45:36 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# Build the FileInitializer application
|
2007-06-06 03:22:53 +00:00
|
|
|
SDK=$(cd eclipse && pwd)
|
2007-09-07 18:51:16 +00:00
|
|
|
mkdir -p home
|
|
|
|
homedir=$(cd home && pwd)
|
|
|
|
LAUNCHERVERSION=$(ls $SDK/plugins | grep equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//')
|
2008-07-14 21:40:30 +00:00
|
|
|
PDEPLUGINVERSION=$(ls $SDK/plugins | grep pde.build_ | sed 's/org.eclipse.pde.build_//')
|
2007-06-06 03:22:53 +00:00
|
|
|
pushd equinox-incubator
|
2007-09-07 18:51:16 +00:00
|
|
|
mkdir -p build
|
2007-06-06 03:22:53 +00:00
|
|
|
|
|
|
|
# This can go away when package build handles plugins (not just features)
|
|
|
|
echo "<project default=\"main\"><target name=\"main\"></target></project>" > build/assemble.org.eclipse.equinox.initializer.all.xml
|
|
|
|
echo "<project default=\"main\"><target name=\"main\"></target></project>" > build/package.org.eclipse.equinox.initializer.all.xml
|
|
|
|
|
2007-06-27 15:56:57 +00:00
|
|
|
java -cp $SDK/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
|
2007-06-26 16:01:53 +00:00
|
|
|
-Duser.home=$homedir \
|
2007-06-27 15:56:57 +00:00
|
|
|
org.eclipse.core.launcher.Main \
|
2007-06-06 03:22:53 +00:00
|
|
|
-application org.eclipse.ant.core.antRunner \
|
|
|
|
-Dtype=plugin \
|
|
|
|
-Did=org.eclipse.equinox.initializer \
|
|
|
|
-DsourceDirectory=$(pwd) \
|
|
|
|
-DbaseLocation=$SDK \
|
|
|
|
-Dbuilder=$SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/templates/package-build \
|
|
|
|
-f $SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/scripts/build.xml
|
|
|
|
|
|
|
|
pushd build/plugins/org.eclipse.equinox.initializer
|
2007-06-27 15:56:57 +00:00
|
|
|
java -cp $SDK/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
|
2007-06-26 16:01:53 +00:00
|
|
|
-Duser.home=$homedir \
|
2007-06-27 15:56:57 +00:00
|
|
|
org.eclipse.core.launcher.Main \
|
2007-07-09 19:21:44 +00:00
|
|
|
-application org.eclipse.ant.core.antRunner \
|
2007-06-06 03:22:53 +00:00
|
|
|
-f build.xml build.update.jar
|
|
|
|
popd
|
|
|
|
popd
|
2006-06-09 22:26:43 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# Build the ECF filetransfer plugins
|
|
|
|
pushd org.eclipse.ecf
|
|
|
|
mkdir -p build
|
|
|
|
|
|
|
|
java -cp $SDK/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
|
|
|
|
-Duser.home=$homedir \
|
|
|
|
org.eclipse.core.launcher.Main \
|
|
|
|
-application org.eclipse.ant.core.antRunner \
|
|
|
|
-Dtype=feature \
|
|
|
|
-Did=org.eclipse.ecf.filetransfer_feature \
|
|
|
|
-DsourceDirectory=$(pwd) \
|
|
|
|
-DbaseLocation=$SDK \
|
|
|
|
-Dbuilder=$SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/templates/package-build \
|
|
|
|
-f $SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/scripts/build.xml
|
|
|
|
|
|
|
|
popd
|
|
|
|
|
2008-08-27 20:12:35 +00:00
|
|
|
# Build the test framework
|
|
|
|
pushd %{name}-%{version}-testframework
|
|
|
|
mkdir -p build
|
|
|
|
|
|
|
|
# The qualifier is what is in upstream's release:
|
|
|
|
# http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/eclipse-test-framework-3.4.zip
|
|
|
|
java -cp $SDK/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
|
|
|
|
-Duser.home=$homedir \
|
|
|
|
org.eclipse.core.launcher.Main \
|
|
|
|
-application org.eclipse.ant.core.antRunner \
|
|
|
|
-Dtype=feature \
|
|
|
|
-Did=org.eclipse.test \
|
|
|
|
-DsourceDirectory=$(pwd) \
|
|
|
|
-DbaseLocation=$SDK \
|
|
|
|
-DforceContextQualifier=v20080507 \
|
|
|
|
-Dbuilder=$SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/templates/package-build \
|
|
|
|
-f $SDK/plugins/org.eclipse.pde.build_$PDEPLUGINVERSION/scripts/build.xml
|
|
|
|
|
|
|
|
unzip build/rpmBuild/org.eclipse.test.zip
|
|
|
|
# These are already in the SDK
|
|
|
|
rm eclipse/epl-v10.html eclipse/notice.html
|
2008-08-27 22:42:32 +00:00
|
|
|
rm -rf eclipse/plugins/org.junit*
|
2008-08-27 20:12:35 +00:00
|
|
|
rm build/rpmBuild/org.eclipse.test.zip
|
|
|
|
zip -r build/rpmBuild/org.eclipse.test.zip eclipse
|
|
|
|
popd
|
|
|
|
|
2004-09-09 04:27:27 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
auto-import changelog data from eclipse-2.1.0-22.src.rpm
Mon Sep 29 2003 Tom Tromey <tromey@redhat.com> 2.1.0-22
- Updated upstream sources; oprofile plugin works
Wed Sep 24 2003 Tom Tromey <tromey@redhat.com> 2.1.0-21
- Updated upstream sources; fixes oprofile buglets, also doc updates
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-20
- Backed out xalan-j requirement; it causes problems
- Updated upstream sources; pulls in new documentation
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-19
- Fix for PR 104274. Set LANG in startup script.
Wed Sep 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-18
- xalan-j required at build time and runtime; bugzilla 104513
Mon Sep 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-17
- Bug fixes in sources
Fri Sep 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-16
- Updated upstream sources
Fri Aug 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-15
- Don't build eclipse with -O2 for now
Thu Aug 14 2003 Tom Tromey <tromey@redhat.com> 2.1.0-14
- Updated eclipse sources
Thu Aug 07 2003 Tom Tromey <tromey@redhat.com> 2.1.0-13
- g++ is build requirement
Mon Jul 21 2003 Tom Tromey <tromey@redhat.com> 2.1.0-12
- Enable gcj build again
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-11
- Updated sources to fix -vm bug
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-10
- Updated sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-9
- Updated upstream sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-8
- Updated upstream sources
- Require gnome-vfs2-devel at build time
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-7
- Use LD_ASSUME_KERNEL hack
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-6
- Updated sources
Wed Jul 09 2003 Tom Tromey <tromey@redhat.com> 2.1.0-5
- Updated upstream sources
- Removed j2sdk dependency
- Added rpm-build and gnome-utils dependencies
Tue Jul 08 2003 Tom Tromey <tromey@redhat.com> 2.1.0-4
- Updated upstream sources
Sun Jul 06 2003 Tom Tromey <tromey@redhat.com> 2.1.0-3
- Fixed more build buglets
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-2
- Don't build .so files at all
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com>
- Require Sun JVM
Wed Jul 02 2003 Tom Tromey <tromey@redhat.com> 2.1.0-1
- Updated to eclipse 2.1
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- From Tom Tromey <tromey@redhat.com>
- Use i386, not x86, in ExclusiveArch
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- Set executable bit for opxml since zip won't preserve it.
Wed May 14 2003 Keith Seitz <keiths@redhat.com>
- Add oprofile plugin installation requirements.
Mon May 05 2003 Tom Tromey <tromey@redhat.com> 2.0.1-25
- Use ExclusiveArch, not ExcludeArch
Fri May 02 2003 Tom Tromey <tromey@redhat.com> 2.0.1-24
- Exclude ppc64
Wed Apr 23 2003 Tom Tromey <tromey@redhat.com> 2.0.1-23
- Require gdb and make
Tue Apr 08 2003 Tom Tromey <tromey@redhat.com> 2.0.1-22
- Bumped release for new build
- Fixed bug in JDT build
Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 2.0.1-21
- Bumped release for rebuild
Tue Apr 01 2003 Tom Tromey <tromey@redhat.com> 2.0.1-20
- Allow builds on ppc
Fri Mar 28 2003 Tom Tromey <tromey@redhat.com> 2.0.1-19
- Changes to use gcc-ssa compiler
- Default to gcj build; install files required for gcj
- Define and use java_bin
- Only build on x86
Wed Mar 05 2003 Tom Tromey <tromey@redhat.com>
- Use build script to create ecj, compute architecture, choose targets
- Release 18
Tue Feb 18 2003 Tom Tromey <tromey@redhat.com>
- Replaced jikes with ecj
- Release 17
Wed Feb 05 2003 Tom Tromey <tromey@redhat.com>
- Added -arch to build, code to build with gcj, code to build with jikes,
code to use Sun JDK
- Removed java_jrelib
- Now release 16
Tue Dec 10 2002 Tom Tromey <tromey@redhat.com>
- Invoke buildNative
- Now release 15
Wed Nov 27 2002 Tom Tromey <tromey@redhat.com>
- Removed "-linux" from name
- Now release 14
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Changed name to eclipse
- Removed Conflicts
- Updated Provides
- Now release 13
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Install eclipse.desktop in /usr/share/applications, for 8.x
- Now release 12
Tue Nov 05 2002 Jeff Johnson <jbj@redhat.com>
- Define java_home, java_jre, java_jrelib
- Use %setup
- Minor cleanups in %build LANG=C export LANG unset DISPLAY
- Use _bindir
Thu Oct 24 2002 Andrew Haley <aph@redhat.com>
- eclipse-2.0-linux-gtk.spec (Source): Now use gzip.
- (install): Now use Ant zip.distribution to do this installation.
- Added Requires for ctags.
Fri Oct 18 2002 Tom Tromey <tromey@redhat.com>
- Require JDK 1.3.1
- Added BuildReq for ant
- Use MANIFEST file to decide what to copy into install tree
Tue Oct 15 2002 Tom Tromey <tromey@redhat.com>
- Eclipse source now bzipped
Mon Oct 14 2002 Tom Tromey <tromey@redhat.com>
- No patch required
Fri Oct 11 2002 Tom Tromey <tromey@redhat.com>
- Added .desktop file
- Added BuildReq for desktop-file-utils
2004-09-09 04:24:47 +00:00
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
# Get swt version
|
2006-06-05 03:47:07 +00:00
|
|
|
SWT_MAJ_VER=$(grep maj_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
|
|
|
|
SWT_MIN_VER=$(grep min_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
|
|
|
|
SWT_VERSION=$SWT_MAJ_VER$SWT_MIN_VER
|
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
# Some directories we need
|
2008-07-18 15:14:32 +00:00
|
|
|
sdkDir=$RPM_BUILD_ROOT%{_libdir}/%{name}
|
|
|
|
install -d -m 755 $sdkDir
|
|
|
|
install -d -m 755 $sdkDir/plugins
|
|
|
|
install -d -m 755 $sdkDir/features
|
2008-08-05 22:21:54 +00:00
|
|
|
# FIXME: We can probably get rid of the links directory (for the
|
|
|
|
# datadir.link file) when we ensure all plugins are installing into
|
|
|
|
# dropins (either in libdir or datadir).
|
2007-10-11 14:36:55 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}/java
|
2008-08-01 20:11:03 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}
|
2008-08-05 22:21:54 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/dropins
|
|
|
|
|
|
|
|
# FIXME: Please don't install stuff to these directories. They're only
|
|
|
|
# still here for legacy plugins (which probably won't function in 3.4).
|
|
|
|
# We'll remove these later.
|
2008-08-01 20:11:03 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/features
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins
|
2006-12-06 18:20:01 +00:00
|
|
|
|
|
|
|
# Explode the resulting SDK tarball
|
2008-07-14 21:40:30 +00:00
|
|
|
tar -C $RPM_BUILD_ROOT%{_libdir} -zxf result/linux-gtk-%{eclipse_arch}-sdk.tar.gz
|
auto-import changelog data from eclipse-2.1.0-22.src.rpm
Mon Sep 29 2003 Tom Tromey <tromey@redhat.com> 2.1.0-22
- Updated upstream sources; oprofile plugin works
Wed Sep 24 2003 Tom Tromey <tromey@redhat.com> 2.1.0-21
- Updated upstream sources; fixes oprofile buglets, also doc updates
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-20
- Backed out xalan-j requirement; it causes problems
- Updated upstream sources; pulls in new documentation
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-19
- Fix for PR 104274. Set LANG in startup script.
Wed Sep 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-18
- xalan-j required at build time and runtime; bugzilla 104513
Mon Sep 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-17
- Bug fixes in sources
Fri Sep 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-16
- Updated upstream sources
Fri Aug 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-15
- Don't build eclipse with -O2 for now
Thu Aug 14 2003 Tom Tromey <tromey@redhat.com> 2.1.0-14
- Updated eclipse sources
Thu Aug 07 2003 Tom Tromey <tromey@redhat.com> 2.1.0-13
- g++ is build requirement
Mon Jul 21 2003 Tom Tromey <tromey@redhat.com> 2.1.0-12
- Enable gcj build again
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-11
- Updated sources to fix -vm bug
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-10
- Updated sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-9
- Updated upstream sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-8
- Updated upstream sources
- Require gnome-vfs2-devel at build time
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-7
- Use LD_ASSUME_KERNEL hack
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-6
- Updated sources
Wed Jul 09 2003 Tom Tromey <tromey@redhat.com> 2.1.0-5
- Updated upstream sources
- Removed j2sdk dependency
- Added rpm-build and gnome-utils dependencies
Tue Jul 08 2003 Tom Tromey <tromey@redhat.com> 2.1.0-4
- Updated upstream sources
Sun Jul 06 2003 Tom Tromey <tromey@redhat.com> 2.1.0-3
- Fixed more build buglets
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-2
- Don't build .so files at all
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com>
- Require Sun JVM
Wed Jul 02 2003 Tom Tromey <tromey@redhat.com> 2.1.0-1
- Updated to eclipse 2.1
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- From Tom Tromey <tromey@redhat.com>
- Use i386, not x86, in ExclusiveArch
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- Set executable bit for opxml since zip won't preserve it.
Wed May 14 2003 Keith Seitz <keiths@redhat.com>
- Add oprofile plugin installation requirements.
Mon May 05 2003 Tom Tromey <tromey@redhat.com> 2.0.1-25
- Use ExclusiveArch, not ExcludeArch
Fri May 02 2003 Tom Tromey <tromey@redhat.com> 2.0.1-24
- Exclude ppc64
Wed Apr 23 2003 Tom Tromey <tromey@redhat.com> 2.0.1-23
- Require gdb and make
Tue Apr 08 2003 Tom Tromey <tromey@redhat.com> 2.0.1-22
- Bumped release for new build
- Fixed bug in JDT build
Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 2.0.1-21
- Bumped release for rebuild
Tue Apr 01 2003 Tom Tromey <tromey@redhat.com> 2.0.1-20
- Allow builds on ppc
Fri Mar 28 2003 Tom Tromey <tromey@redhat.com> 2.0.1-19
- Changes to use gcc-ssa compiler
- Default to gcj build; install files required for gcj
- Define and use java_bin
- Only build on x86
Wed Mar 05 2003 Tom Tromey <tromey@redhat.com>
- Use build script to create ecj, compute architecture, choose targets
- Release 18
Tue Feb 18 2003 Tom Tromey <tromey@redhat.com>
- Replaced jikes with ecj
- Release 17
Wed Feb 05 2003 Tom Tromey <tromey@redhat.com>
- Added -arch to build, code to build with gcj, code to build with jikes,
code to use Sun JDK
- Removed java_jrelib
- Now release 16
Tue Dec 10 2002 Tom Tromey <tromey@redhat.com>
- Invoke buildNative
- Now release 15
Wed Nov 27 2002 Tom Tromey <tromey@redhat.com>
- Removed "-linux" from name
- Now release 14
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Changed name to eclipse
- Removed Conflicts
- Updated Provides
- Now release 13
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Install eclipse.desktop in /usr/share/applications, for 8.x
- Now release 12
Tue Nov 05 2002 Jeff Johnson <jbj@redhat.com>
- Define java_home, java_jre, java_jrelib
- Use %setup
- Minor cleanups in %build LANG=C export LANG unset DISPLAY
- Use _bindir
Thu Oct 24 2002 Andrew Haley <aph@redhat.com>
- eclipse-2.0-linux-gtk.spec (Source): Now use gzip.
- (install): Now use Ant zip.distribution to do this installation.
- Added Requires for ctags.
Fri Oct 18 2002 Tom Tromey <tromey@redhat.com>
- Require JDK 1.3.1
- Added BuildReq for ant
- Use MANIFEST file to decide what to copy into install tree
Tue Oct 15 2002 Tom Tromey <tromey@redhat.com>
- Eclipse source now bzipped
Mon Oct 14 2002 Tom Tromey <tromey@redhat.com>
- No patch required
Fri Oct 11 2002 Tom Tromey <tromey@redhat.com>
- Added .desktop file
- Added BuildReq for desktop-file-utils
2004-09-09 04:24:47 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# ECF filetransfer plugins we built
|
2008-07-18 15:14:32 +00:00
|
|
|
rm $sdkDir/plugins/org.eclipse.ecf*.jar
|
2008-07-14 21:40:30 +00:00
|
|
|
unzip -d $RPM_BUILD_ROOT%{_libdir} \
|
2008-11-20 19:45:36 +00:00
|
|
|
org.eclipse.ecf/build/rpmBuild/org.eclipse.ecf.filetransfer_feature.zip
|
2008-07-14 21:40:30 +00:00
|
|
|
# Remove the feature we used for building
|
|
|
|
rm -rf \
|
2008-07-18 15:14:32 +00:00
|
|
|
$sdkDir/features/org.eclipse.ecf.filetransfer_feature_*
|
2007-09-07 18:51:16 +00:00
|
|
|
|
2008-08-27 20:12:35 +00:00
|
|
|
# Test framework
|
|
|
|
unzip -d $RPM_BUILD_ROOT%{_libdir} \
|
|
|
|
%{name}-%{version}-testframework/build/rpmBuild/org.eclipse.test.zip
|
|
|
|
mv $RPM_BUILD_ROOT%{_libdir}/eclipse/plugins/org.eclipse.test{_3.2.0,}
|
|
|
|
|
2008-07-18 15:14:32 +00:00
|
|
|
LAUNCHERVERSION=$(ls $sdkDir/plugins | grep equinox.launcher_ | sed 's/org.eclipse.equinox.launcher_//')
|
2007-06-27 15:56:57 +00:00
|
|
|
|
2007-09-04 21:14:28 +00:00
|
|
|
# Install the file initializer app
|
2008-07-14 21:40:30 +00:00
|
|
|
cp -p equinox-incubator/org.eclipse.equinox.initializer/org.eclipse.equinox.initializer_*.jar \
|
2008-07-18 15:14:32 +00:00
|
|
|
$sdkDir/plugins
|
2006-11-02 00:55:15 +00:00
|
|
|
|
2007-09-04 21:14:28 +00:00
|
|
|
# Install the Fedora Eclipse product plugin
|
2008-07-18 15:14:32 +00:00
|
|
|
unzip -qq -d $sdkDir/plugins %{SOURCE4}
|
2007-10-05 15:49:05 +00:00
|
|
|
# Install the Fedora Eclipse product feature
|
2008-07-18 15:14:32 +00:00
|
|
|
unzip -qq -d $sdkDir/features %{SOURCE5}
|
2008-07-14 21:40:30 +00:00
|
|
|
|
2008-07-18 15:14:32 +00:00
|
|
|
installDir=$sdkDir-Platform
|
|
|
|
metadataDir=$installDir/metadata-Platform
|
|
|
|
provisionDir=$installDir-provisioned
|
|
|
|
profileId=PlatformProfile
|
2008-07-17 22:13:01 +00:00
|
|
|
|
2008-07-18 15:14:32 +00:00
|
|
|
# Copy just the platform
|
|
|
|
mkdir $installDir
|
|
|
|
pushd $installDir
|
|
|
|
sh %{SOURCE28} $sdkDir
|
2008-07-29 13:40:46 +00:00
|
|
|
mv plugins/*.source* $sdkDir/plugins
|
2008-07-17 22:13:01 +00:00
|
|
|
popd
|
|
|
|
|
2008-07-18 15:14:32 +00:00
|
|
|
# Generate metadata for the platform
|
2008-07-14 21:40:30 +00:00
|
|
|
java \
|
|
|
|
-cp $installDir/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
|
|
|
|
org.eclipse.core.launcher.Main \
|
|
|
|
-application \
|
|
|
|
org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
|
|
|
|
-metadataRepository file:$metadataDir \
|
|
|
|
-artifactRepository file:$metadataDir \
|
|
|
|
-source $installDir \
|
2008-07-18 15:14:32 +00:00
|
|
|
-root "Fedora Eclipse Platform" \
|
2008-07-17 22:13:01 +00:00
|
|
|
-rootVersion %{version} \
|
2008-07-14 21:40:30 +00:00
|
|
|
-flavor tooling \
|
|
|
|
-publishArtifacts \
|
|
|
|
-append \
|
|
|
|
-artifactRepositoryName "Fedora Eclipse" \
|
|
|
|
-metadataRepositoryName "Fedora Eclipse"
|
|
|
|
|
2008-07-29 13:40:46 +00:00
|
|
|
# JDT
|
|
|
|
jdtDir=$sdkDir-JDT
|
|
|
|
jdtMetadata=$jdtDir/metadata-JDT
|
|
|
|
|
|
|
|
mkdir $jdtDir
|
|
|
|
pushd $jdtDir
|
|
|
|
mkdir features plugins
|
|
|
|
mv $sdkDir/features/org.eclipse.jdt_* features
|
|
|
|
for plugin in org.eclipse.jdt \
|
|
|
|
org.eclipse.ant.ui \
|
|
|
|
org.eclipse.jdt.apt.core \
|
|
|
|
org.eclipse.jdt.apt.ui \
|
|
|
|
org.eclipse.jdt.apt.pluggable.core \
|
|
|
|
org.eclipse.jdt.compiler.apt \
|
|
|
|
org.eclipse.jdt.compiler.tool \
|
|
|
|
org.eclipse.jdt.core \
|
|
|
|
org.eclipse.jdt.core.manipulation \
|
|
|
|
org.eclipse.jdt.debug.ui \
|
|
|
|
org.eclipse.jdt.debug \
|
|
|
|
org.eclipse.jdt.junit \
|
|
|
|
org.eclipse.jdt.junit.runtime \
|
|
|
|
org.eclipse.jdt.junit4.runtime \
|
|
|
|
org.eclipse.jdt.launching \
|
|
|
|
org.eclipse.jdt.ui \
|
|
|
|
org.junit \
|
|
|
|
org.junit4 \
|
|
|
|
org.eclipse.jdt.doc.user; do
|
|
|
|
mv $sdkDir/plugins/${plugin}_* plugins
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
|
|
|
|
# Generate metadata for JDT
|
|
|
|
java \
|
|
|
|
-cp $installDir/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
|
|
|
|
org.eclipse.core.launcher.Main \
|
|
|
|
-application \
|
|
|
|
org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
|
|
|
|
-metadataRepository file:$jdtMetadata \
|
|
|
|
-artifactRepository file:$jdtMetadata \
|
|
|
|
-source $jdtDir \
|
|
|
|
-root "Fedora Eclipse JDT" \
|
|
|
|
-rootVersion %{version} \
|
|
|
|
-flavor tooling \
|
|
|
|
-append \
|
2008-10-10 13:15:09 +00:00
|
|
|
-artifactRepositoryName "Fedora Eclipse JDT" \
|
|
|
|
-metadataRepositoryName "Fedora Eclipse JDT"
|
2008-07-29 13:40:46 +00:00
|
|
|
|
|
|
|
# SDK
|
|
|
|
sdkMetadata=$sdkDir/metadata-SDK
|
|
|
|
|
|
|
|
# Generate metadata for SDK
|
|
|
|
java \
|
|
|
|
-cp $installDir/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
|
|
|
|
org.eclipse.core.launcher.Main \
|
|
|
|
-application \
|
|
|
|
org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
|
|
|
|
-metadataRepository file:$sdkMetadata \
|
|
|
|
-artifactRepository file:$sdkMetadata \
|
|
|
|
-source $sdkDir \
|
|
|
|
-root "Fedora Eclipse SDK" \
|
|
|
|
-rootVersion %{version} \
|
|
|
|
-flavor tooling \
|
|
|
|
-publishArtifacts \
|
|
|
|
-append \
|
2008-10-10 13:15:09 +00:00
|
|
|
-artifactRepositoryName "Fedora Eclipse SDK" \
|
|
|
|
-metadataRepositoryName "Fedora Eclipse SDK"
|
2008-07-29 13:40:46 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# Director config.ini
|
2008-07-17 22:13:01 +00:00
|
|
|
mv $installDir/configuration/config.ini{,.bak}
|
2008-07-14 21:40:30 +00:00
|
|
|
cp -p %{SOURCE22} $installDir/configuration/config.ini
|
|
|
|
|
2008-07-17 22:13:01 +00:00
|
|
|
# Debugging? Add -debug and -consolelog
|
|
|
|
# Provision with director
|
2008-07-20 18:49:54 +00:00
|
|
|
java \
|
2008-07-21 13:44:50 +00:00
|
|
|
-Declipse.p2.data.area=file://$provisionDir/p2 \
|
2008-07-20 18:49:54 +00:00
|
|
|
-cp $installDir/plugins/org.eclipse.equinox.launcher_$LAUNCHERVERSION \
|
|
|
|
org.eclipse.core.launcher.Main \
|
2008-07-14 21:40:30 +00:00
|
|
|
-application \
|
|
|
|
org.eclipse.equinox.p2.director.app.application \
|
|
|
|
-flavor tooling \
|
2008-07-18 15:14:32 +00:00
|
|
|
-installIU "Fedora Eclipse Platform" \
|
2008-07-14 21:40:30 +00:00
|
|
|
-version %{version} \
|
|
|
|
-p2.os linux \
|
|
|
|
-p2.ws gtk \
|
|
|
|
-p2.arch %{eclipse_arch} \
|
|
|
|
-roaming \
|
2008-07-16 14:02:00 +00:00
|
|
|
-profile $profileId \
|
2008-07-14 21:40:30 +00:00
|
|
|
-profileProperties org.eclipse.update.install.features=true \
|
|
|
|
-metadataRepository file:$metadataDir \
|
|
|
|
-artifactRepository file:$metadataDir \
|
2008-07-18 15:14:32 +00:00
|
|
|
-destination $provisionDir \
|
2008-07-21 13:44:50 +00:00
|
|
|
-bundlepool $provisionDir
|
2008-07-17 22:13:01 +00:00
|
|
|
|
2008-07-18 15:14:32 +00:00
|
|
|
# Stuff in JDT, PDE, SDK
|
2008-07-29 13:40:46 +00:00
|
|
|
for f in about.html about_files \.eclipseproduct epl-v10.html notice.html readme; do
|
|
|
|
if [ -e $installDir/$f ]; then
|
|
|
|
mv $installDir/$f $provisionDir
|
|
|
|
fi
|
2008-07-17 22:13:01 +00:00
|
|
|
done
|
2008-08-11 19:31:22 +00:00
|
|
|
# FIXME: should add artifacts.xml here
|
2008-07-29 13:40:46 +00:00
|
|
|
dropins=$provisionDir/dropins
|
2008-08-11 19:31:22 +00:00
|
|
|
mkdir -p $dropins/jdt $dropins/sdk
|
|
|
|
mv $jdtDir/features $dropins/jdt
|
|
|
|
mv $jdtDir/plugins $dropins/jdt
|
2008-07-29 13:40:46 +00:00
|
|
|
mv $jdtMetadata/content.xml $dropins/jdt
|
|
|
|
|
2008-08-11 19:31:22 +00:00
|
|
|
mv $sdkDir/features $dropins/sdk
|
|
|
|
mv $sdkDir/plugins $dropins/sdk
|
2008-07-29 13:40:46 +00:00
|
|
|
mv $sdkMetadata/content.xml $dropins/sdk
|
|
|
|
rm -rf $metadataDir $jdtDir $sdkDir $installDir
|
2008-07-18 15:14:32 +00:00
|
|
|
mv $provisionDir $sdkDir
|
2008-07-17 22:13:01 +00:00
|
|
|
|
2008-07-18 15:14:32 +00:00
|
|
|
# Fix paths in p2 data
|
|
|
|
rm -rf $sdkDir/p2/org.eclipse.equinox.p2.core/cache
|
|
|
|
rm -rf $sdkDir/p2/org.eclipse.equinox.p2.director/rollback/content.xml
|
|
|
|
sed -i "s|file\:$provisionDir/\ -\ bundle\ pool|Fedora Eclipse|g" \
|
|
|
|
$sdkDir/artifacts.xml
|
|
|
|
profileDir=$sdkDir/p2/org.eclipse.equinox.p2.engine/profileRegistry
|
|
|
|
pushd $profileDir
|
|
|
|
sed -i "s|$provisionDir|%{_libdir}/%{name}|g" \
|
|
|
|
PlatformProfile.profile/*
|
|
|
|
sed -i "s|$RPM_BUILD_ROOT||g" PlatformProfile.profile/*
|
2008-07-17 22:13:01 +00:00
|
|
|
popd
|
2006-11-02 01:59:53 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
%ifarch ppc64 sparc sparcv9 sparc64 alpha ia64
|
2008-07-18 15:14:32 +00:00
|
|
|
cp -p features/org.eclipse.platform/gtk/eclipse.ini $sdkDir
|
2008-07-14 21:40:30 +00:00
|
|
|
%endif
|
2006-12-06 18:20:01 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
cp -p features/org.eclipse.platform/gtk/eclipse.ini.patched \
|
2008-07-18 15:14:32 +00:00
|
|
|
$sdkDir/eclipse.ini
|
2008-08-05 22:21:54 +00:00
|
|
|
# We have /usr/share/eclipse/dropins in eclipse.ini
|
|
|
|
sed -i "s|/usr/share|%{_datadir}|" $sdkDir/eclipse.ini
|
2008-10-23 16:35:39 +00:00
|
|
|
# Use our own splash
|
|
|
|
sed -i "s|org.eclipse.platform|org.fedoraproject.ide.platform|" $sdkDir/eclipse.ini
|
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# Add a compatibility symlink to startup.jar
|
2008-07-18 15:14:32 +00:00
|
|
|
pushd $sdkDir
|
2008-07-14 21:40:30 +00:00
|
|
|
LAUNCHERNAME=$(ls plugins | grep equinox.launcher_)
|
|
|
|
ln -s plugins/$LAUNCHERNAME startup.jar
|
|
|
|
popd
|
2007-02-07 20:27:41 +00:00
|
|
|
|
2008-10-15 21:22:00 +00:00
|
|
|
# Remove the unnecessary configuration data
|
|
|
|
rm -r $sdkDir/configuration/org.eclipse.update
|
|
|
|
|
|
|
|
%if %{initialize}
|
2006-10-29 01:58:05 +00:00
|
|
|
# FIXME: investigate why it doesn't work to set this -- configuration data is
|
2006-12-06 18:20:01 +00:00
|
|
|
# always written to /usr/share/eclipse/configuration, even with
|
|
|
|
# -Dosgi.sharedConfiguration.area=$RPM_BUILD_ROOT%{_libdir}/%{name}/configuration
|
|
|
|
# Note (2006-12-05): upon looking at this again, we (bkonrath, overholt) don't
|
|
|
|
# know what we're doing with $libdir_path :) It requires some investigation.
|
2008-11-20 19:45:36 +00:00
|
|
|
#
|
2005-06-20 21:14:00 +00:00
|
|
|
# Extract .so files
|
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=90535
|
2006-11-02 00:55:15 +00:00
|
|
|
pushd $RPM_BUILD_ROOT
|
2008-10-15 21:22:00 +00:00
|
|
|
mv $RPM_BUILD_ROOT%{_libdir}/eclipse/dropins $RPM_BUILD_ROOT/dropins
|
|
|
|
mkdir $RPM_BUILD_ROOT%{_libdir}/eclipse/dropins
|
2006-11-02 00:55:15 +00:00
|
|
|
libdir_path=$(echo %{_libdir}/%{name} | sed -e 's/^\///')
|
|
|
|
java -Dosgi.sharedConfiguration.area=$libdir_path/configuration \
|
2008-07-14 21:40:30 +00:00
|
|
|
-cp $libdir_path/startup.jar \
|
2006-10-29 01:58:05 +00:00
|
|
|
org.eclipse.core.launcher.Main \
|
|
|
|
-consolelog \
|
2006-11-02 00:55:15 +00:00
|
|
|
-application org.eclipse.equinox.initializer.configInitializer \
|
2006-10-29 01:58:05 +00:00
|
|
|
-fileInitializer %{SOURCE19}
|
2005-05-23 17:01:40 +00:00
|
|
|
popd
|
2008-10-15 21:22:00 +00:00
|
|
|
rm -fr $RPM_BUILD_ROOT%{_libdir}/eclipse/dropins
|
|
|
|
mv $RPM_BUILD_ROOT/dropins $RPM_BUILD_ROOT%{_libdir}/eclipse/dropins
|
|
|
|
|
|
|
|
# Do this again after we've run the file initializer
|
|
|
|
rm -rf $sdkDir/p2/org.eclipse.equinox.p2.core/cache
|
|
|
|
rm -rf $sdkDir/p2/org.eclipse.equinox.p2.director/rollback/content.xml
|
|
|
|
pushd $profileDir
|
|
|
|
sed -i "s|$RPM_BUILD_ROOT||g" *.profile/*
|
|
|
|
popd
|
2005-05-23 17:01:40 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# Remove the unnecessary configuration data
|
2008-07-18 15:14:32 +00:00
|
|
|
rm -r $sdkDir/configuration/org.eclipse.core.runtime
|
|
|
|
rm -r $sdkDir/configuration/org.eclipse.equinox.app
|
|
|
|
rm -r $sdkDir/configuration/.settings
|
2008-07-29 13:40:46 +00:00
|
|
|
rm -rf $sdkDir/configuration/*.log
|
2008-07-18 15:14:32 +00:00
|
|
|
dataDirs=$(find $sdkDir/configuration \
|
2008-07-16 14:02:00 +00:00
|
|
|
-type d -name data)
|
|
|
|
for dataDir in $dataDirs; do
|
|
|
|
rm -rf `dirname $dataDir`
|
|
|
|
done
|
|
|
|
|
2008-10-16 00:41:55 +00:00
|
|
|
pushd $sdkDir
|
2008-10-15 21:22:00 +00:00
|
|
|
# Create file listings for the extracted shared libraries
|
|
|
|
echo -n "" > %{_builddir}/%{buildsubdir}/%{name}-platform.install;
|
|
|
|
for id in `ls configuration/org.eclipse.osgi/bundles`; do
|
|
|
|
if [ "Xconfiguration" = $(echo X`find configuration/org.eclipse.osgi/bundles/$id -name libswt\*.so` | sed "s:/.*::") ]; then
|
|
|
|
echo "%{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles/$id" > %{_builddir}/%{buildsubdir}/%{name}-swt.install;
|
|
|
|
else
|
|
|
|
echo "%{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles/$id" >> %{_builddir}/%{buildsubdir}/%{name}-platform.install;
|
|
|
|
fi
|
2008-11-20 19:45:36 +00:00
|
|
|
done
|
2008-10-15 21:22:00 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
# Install symlinks to the SWT JNI shared libraries in %%{_libdir}/eclipse
|
|
|
|
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
|
2008-11-20 19:45:36 +00:00
|
|
|
for lib in $(find configuration -name libswt\*.so); do
|
2008-10-15 21:22:00 +00:00
|
|
|
ln -s $lib `basename $lib`
|
|
|
|
done
|
2008-10-17 10:16:51 +00:00
|
|
|
popd
|
2008-10-15 21:22:00 +00:00
|
|
|
|
|
|
|
# Ensure the shared libraries have the correct permissions
|
2008-11-20 19:45:36 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
|
2008-10-15 21:22:00 +00:00
|
|
|
for lib in `find configuration -name \*.so`; do
|
|
|
|
chmod 755 $lib
|
|
|
|
done
|
2008-07-16 14:02:00 +00:00
|
|
|
popd
|
2008-10-15 21:22:00 +00:00
|
|
|
%endif
|
auto-import changelog data from eclipse-2.1.0-22.src.rpm
Mon Sep 29 2003 Tom Tromey <tromey@redhat.com> 2.1.0-22
- Updated upstream sources; oprofile plugin works
Wed Sep 24 2003 Tom Tromey <tromey@redhat.com> 2.1.0-21
- Updated upstream sources; fixes oprofile buglets, also doc updates
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-20
- Backed out xalan-j requirement; it causes problems
- Updated upstream sources; pulls in new documentation
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-19
- Fix for PR 104274. Set LANG in startup script.
Wed Sep 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-18
- xalan-j required at build time and runtime; bugzilla 104513
Mon Sep 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-17
- Bug fixes in sources
Fri Sep 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-16
- Updated upstream sources
Fri Aug 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-15
- Don't build eclipse with -O2 for now
Thu Aug 14 2003 Tom Tromey <tromey@redhat.com> 2.1.0-14
- Updated eclipse sources
Thu Aug 07 2003 Tom Tromey <tromey@redhat.com> 2.1.0-13
- g++ is build requirement
Mon Jul 21 2003 Tom Tromey <tromey@redhat.com> 2.1.0-12
- Enable gcj build again
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-11
- Updated sources to fix -vm bug
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-10
- Updated sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-9
- Updated upstream sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-8
- Updated upstream sources
- Require gnome-vfs2-devel at build time
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-7
- Use LD_ASSUME_KERNEL hack
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-6
- Updated sources
Wed Jul 09 2003 Tom Tromey <tromey@redhat.com> 2.1.0-5
- Updated upstream sources
- Removed j2sdk dependency
- Added rpm-build and gnome-utils dependencies
Tue Jul 08 2003 Tom Tromey <tromey@redhat.com> 2.1.0-4
- Updated upstream sources
Sun Jul 06 2003 Tom Tromey <tromey@redhat.com> 2.1.0-3
- Fixed more build buglets
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-2
- Don't build .so files at all
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com>
- Require Sun JVM
Wed Jul 02 2003 Tom Tromey <tromey@redhat.com> 2.1.0-1
- Updated to eclipse 2.1
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- From Tom Tromey <tromey@redhat.com>
- Use i386, not x86, in ExclusiveArch
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- Set executable bit for opxml since zip won't preserve it.
Wed May 14 2003 Keith Seitz <keiths@redhat.com>
- Add oprofile plugin installation requirements.
Mon May 05 2003 Tom Tromey <tromey@redhat.com> 2.0.1-25
- Use ExclusiveArch, not ExcludeArch
Fri May 02 2003 Tom Tromey <tromey@redhat.com> 2.0.1-24
- Exclude ppc64
Wed Apr 23 2003 Tom Tromey <tromey@redhat.com> 2.0.1-23
- Require gdb and make
Tue Apr 08 2003 Tom Tromey <tromey@redhat.com> 2.0.1-22
- Bumped release for new build
- Fixed bug in JDT build
Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 2.0.1-21
- Bumped release for rebuild
Tue Apr 01 2003 Tom Tromey <tromey@redhat.com> 2.0.1-20
- Allow builds on ppc
Fri Mar 28 2003 Tom Tromey <tromey@redhat.com> 2.0.1-19
- Changes to use gcc-ssa compiler
- Default to gcj build; install files required for gcj
- Define and use java_bin
- Only build on x86
Wed Mar 05 2003 Tom Tromey <tromey@redhat.com>
- Use build script to create ecj, compute architecture, choose targets
- Release 18
Tue Feb 18 2003 Tom Tromey <tromey@redhat.com>
- Replaced jikes with ecj
- Release 17
Wed Feb 05 2003 Tom Tromey <tromey@redhat.com>
- Added -arch to build, code to build with gcj, code to build with jikes,
code to use Sun JDK
- Removed java_jrelib
- Now release 16
Tue Dec 10 2002 Tom Tromey <tromey@redhat.com>
- Invoke buildNative
- Now release 15
Wed Nov 27 2002 Tom Tromey <tromey@redhat.com>
- Removed "-linux" from name
- Now release 14
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Changed name to eclipse
- Removed Conflicts
- Updated Provides
- Now release 13
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Install eclipse.desktop in /usr/share/applications, for 8.x
- Now release 12
Tue Nov 05 2002 Jeff Johnson <jbj@redhat.com>
- Define java_home, java_jre, java_jrelib
- Use %setup
- Minor cleanups in %build LANG=C export LANG unset DISPLAY
- Use _bindir
Thu Oct 24 2002 Andrew Haley <aph@redhat.com>
- eclipse-2.0-linux-gtk.spec (Source): Now use gzip.
- (install): Now use Ant zip.distribution to do this installation.
- Added Requires for ctags.
Fri Oct 18 2002 Tom Tromey <tromey@redhat.com>
- Require JDK 1.3.1
- Added BuildReq for ant
- Use MANIFEST file to decide what to copy into install tree
Tue Oct 15 2002 Tom Tromey <tromey@redhat.com>
- Eclipse source now bzipped
Mon Oct 14 2002 Tom Tromey <tromey@redhat.com>
- No patch required
Fri Oct 11 2002 Tom Tromey <tromey@redhat.com>
- Added .desktop file
- Added BuildReq for desktop-file-utils
2004-09-09 04:24:47 +00:00
|
|
|
|
2008-11-20 19:45:36 +00:00
|
|
|
# Set eclipse.product to org.fedoraproject.ide.platform
|
2008-07-31 17:55:05 +00:00
|
|
|
sed --in-place "s/plugins\/org.eclipse.platform/plugins\/org.fedoraproject.ide.platform/" \
|
|
|
|
$RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/config.ini
|
|
|
|
sed --in-place "s/eclipse.product=org.eclipse.platform.ide/eclipse.product=org.fedoraproject.ide.platform.product/" \
|
|
|
|
$RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/config.ini
|
|
|
|
|
2007-06-27 15:56:57 +00:00
|
|
|
# Install the Eclipse binary wrapper
|
2005-02-21 00:31:38 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
|
2008-07-14 21:40:30 +00:00
|
|
|
ln -s %{_libdir}/%{name}/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
|
|
|
|
#install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
#cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/eclipse
|
|
|
|
#sed --in-place "s|@LIBDIR@|%{_libdir}|g" $RPM_BUILD_ROOT%{_bindir}/eclipse
|
|
|
|
#ECLIPSELIBSUFFIX=$(ls $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/org.eclipse.equinox.launcher.gtk.linux*/*.so | sed "s/.*.launcher.gtk.linux.//")
|
|
|
|
#sed --in-place "s|@ECLIPSELIBSUFFIX@|$ECLIPSELIBSUFFIX|" $RPM_BUILD_ROOT%{_bindir}/eclipse
|
2005-02-21 00:31:38 +00:00
|
|
|
|
2008-08-04 02:36:15 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/links
|
2008-08-05 22:21:54 +00:00
|
|
|
# FIXME: We can probably get rid of the links file when we ensure all
|
|
|
|
# plugins are installing into dropins (either in libdir or datadir).
|
2008-08-01 20:11:03 +00:00
|
|
|
# Set up an extension location and a link file for the arch-independent dir
|
2008-08-04 06:17:59 +00:00
|
|
|
echo "path:%{_datadir}" > \
|
2008-08-05 22:21:54 +00:00
|
|
|
$sdkDir/links/datadir.link
|
2008-08-01 20:11:03 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# Ensure the launcher binary has the correct permissions
|
2007-11-14 14:53:26 +00:00
|
|
|
chmod 755 $RPM_BUILD_ROOT/%{_libdir}/%{name}/%{name}
|
2007-11-01 14:01:07 +00:00
|
|
|
|
2007-01-31 07:26:23 +00:00
|
|
|
# Install the SWT jar symlinks in libdir
|
2006-12-06 18:20:01 +00:00
|
|
|
SWTJARVERSION=$(grep v$SWT_VERSION plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}/build.xml | sed "s:.*<.*\"\(.*\)\"/>:\1:")
|
2006-11-02 01:59:53 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
|
2008-07-29 13:40:46 +00:00
|
|
|
ln -s plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_$SWTJARVERSION.jar swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar
|
2006-06-09 22:26:43 +00:00
|
|
|
ln -s swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar swt-gtk-%{eclipse_majmin}.jar
|
2007-10-11 14:36:55 +00:00
|
|
|
ln -s swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar swt.jar
|
|
|
|
ln -s ../%{name}/swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar ../java/swt.jar
|
2004-09-09 04:27:27 +00:00
|
|
|
popd
|
|
|
|
|
2006-10-29 01:58:05 +00:00
|
|
|
# Install the eclipse-ecj.jar symlink for java-1.4.2-gcj-compat's "javac"
|
2008-08-11 19:31:22 +00:00
|
|
|
JDTCORESUFFIX=$(ls $RPM_BUILD_ROOT%{_libdir}/%{name}/dropins/jdt/plugins \
|
2008-08-05 22:21:54 +00:00
|
|
|
| grep jdt.core_ | sed "s/org.eclipse.jdt.core_//")
|
2006-11-02 01:59:53 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
|
2008-08-11 19:31:22 +00:00
|
|
|
ln -s %{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.core_$JDTCORESUFFIX \
|
2008-04-03 15:48:11 +00:00
|
|
|
$RPM_BUILD_ROOT%{_javadir}/eclipse-ecj-%{version}.jar
|
|
|
|
ln -s %{_javadir}/eclipse-ecj-%{version}.jar \
|
|
|
|
$RPM_BUILD_ROOT%{_javadir}/eclipse-ecj.jar
|
2008-04-03 20:39:45 +00:00
|
|
|
ln -s %{_javadir}/eclipse-ecj-%{version}.jar \
|
2008-04-03 15:48:11 +00:00
|
|
|
$RPM_BUILD_ROOT%{_javadir}/jdtcore-%{version}.jar
|
|
|
|
ln -s %{_javadir}/jdtcore-%{version}.jar \
|
|
|
|
$RPM_BUILD_ROOT%{_javadir}/jdtcore.jar
|
|
|
|
ln -s %{_javadir}/eclipse-ecj-%{version}.jar \
|
|
|
|
$RPM_BUILD_ROOT%{_javadir}/ecj-%{version}.jar
|
|
|
|
ln -s %{_javadir}/ecj-%{version}.jar \
|
|
|
|
$RPM_BUILD_ROOT%{_javadir}/ecj.jar
|
2006-10-29 01:58:05 +00:00
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
# Icons
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
|
2008-10-03 14:09:39 +00:00
|
|
|
ln -s %{_libdir}/%{name}/plugins/org.fedoraproject.ide.platform_%{version}/eclipse48.png \
|
2004-09-09 04:27:27 +00:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
|
2006-12-06 18:20:01 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
|
2008-10-03 14:09:39 +00:00
|
|
|
ln -s %{_libdir}/%{name}/plugins/org.fedoraproject.ide.platform_%{version}/eclipse32.png \
|
2005-04-22 02:45:43 +00:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
|
2006-12-06 18:20:01 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps
|
2008-10-03 14:09:39 +00:00
|
|
|
ln -s %{_libdir}/%{name}/plugins/org.fedoraproject.ide.platform_%{version}/eclipse.png \
|
2005-04-22 02:45:43 +00:00
|
|
|
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
|
2006-12-06 18:20:01 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
2007-09-04 21:14:28 +00:00
|
|
|
ln -s %{_datadir}/icons/hicolor/48x48/apps/%{name}.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
auto-import changelog data from eclipse-2.1.0-22.src.rpm
Mon Sep 29 2003 Tom Tromey <tromey@redhat.com> 2.1.0-22
- Updated upstream sources; oprofile plugin works
Wed Sep 24 2003 Tom Tromey <tromey@redhat.com> 2.1.0-21
- Updated upstream sources; fixes oprofile buglets, also doc updates
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-20
- Backed out xalan-j requirement; it causes problems
- Updated upstream sources; pulls in new documentation
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-19
- Fix for PR 104274. Set LANG in startup script.
Wed Sep 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-18
- xalan-j required at build time and runtime; bugzilla 104513
Mon Sep 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-17
- Bug fixes in sources
Fri Sep 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-16
- Updated upstream sources
Fri Aug 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-15
- Don't build eclipse with -O2 for now
Thu Aug 14 2003 Tom Tromey <tromey@redhat.com> 2.1.0-14
- Updated eclipse sources
Thu Aug 07 2003 Tom Tromey <tromey@redhat.com> 2.1.0-13
- g++ is build requirement
Mon Jul 21 2003 Tom Tromey <tromey@redhat.com> 2.1.0-12
- Enable gcj build again
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-11
- Updated sources to fix -vm bug
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-10
- Updated sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-9
- Updated upstream sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-8
- Updated upstream sources
- Require gnome-vfs2-devel at build time
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-7
- Use LD_ASSUME_KERNEL hack
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-6
- Updated sources
Wed Jul 09 2003 Tom Tromey <tromey@redhat.com> 2.1.0-5
- Updated upstream sources
- Removed j2sdk dependency
- Added rpm-build and gnome-utils dependencies
Tue Jul 08 2003 Tom Tromey <tromey@redhat.com> 2.1.0-4
- Updated upstream sources
Sun Jul 06 2003 Tom Tromey <tromey@redhat.com> 2.1.0-3
- Fixed more build buglets
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-2
- Don't build .so files at all
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com>
- Require Sun JVM
Wed Jul 02 2003 Tom Tromey <tromey@redhat.com> 2.1.0-1
- Updated to eclipse 2.1
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- From Tom Tromey <tromey@redhat.com>
- Use i386, not x86, in ExclusiveArch
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- Set executable bit for opxml since zip won't preserve it.
Wed May 14 2003 Keith Seitz <keiths@redhat.com>
- Add oprofile plugin installation requirements.
Mon May 05 2003 Tom Tromey <tromey@redhat.com> 2.0.1-25
- Use ExclusiveArch, not ExcludeArch
Fri May 02 2003 Tom Tromey <tromey@redhat.com> 2.0.1-24
- Exclude ppc64
Wed Apr 23 2003 Tom Tromey <tromey@redhat.com> 2.0.1-23
- Require gdb and make
Tue Apr 08 2003 Tom Tromey <tromey@redhat.com> 2.0.1-22
- Bumped release for new build
- Fixed bug in JDT build
Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 2.0.1-21
- Bumped release for rebuild
Tue Apr 01 2003 Tom Tromey <tromey@redhat.com> 2.0.1-20
- Allow builds on ppc
Fri Mar 28 2003 Tom Tromey <tromey@redhat.com> 2.0.1-19
- Changes to use gcc-ssa compiler
- Default to gcj build; install files required for gcj
- Define and use java_bin
- Only build on x86
Wed Mar 05 2003 Tom Tromey <tromey@redhat.com>
- Use build script to create ecj, compute architecture, choose targets
- Release 18
Tue Feb 18 2003 Tom Tromey <tromey@redhat.com>
- Replaced jikes with ecj
- Release 17
Wed Feb 05 2003 Tom Tromey <tromey@redhat.com>
- Added -arch to build, code to build with gcj, code to build with jikes,
code to use Sun JDK
- Removed java_jrelib
- Now release 16
Tue Dec 10 2002 Tom Tromey <tromey@redhat.com>
- Invoke buildNative
- Now release 15
Wed Nov 27 2002 Tom Tromey <tromey@redhat.com>
- Removed "-linux" from name
- Now release 14
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Changed name to eclipse
- Removed Conflicts
- Updated Provides
- Now release 13
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Install eclipse.desktop in /usr/share/applications, for 8.x
- Now release 12
Tue Nov 05 2002 Jeff Johnson <jbj@redhat.com>
- Define java_home, java_jre, java_jrelib
- Use %setup
- Minor cleanups in %build LANG=C export LANG unset DISPLAY
- Use _bindir
Thu Oct 24 2002 Andrew Haley <aph@redhat.com>
- eclipse-2.0-linux-gtk.spec (Source): Now use gzip.
- (install): Now use Ant zip.distribution to do this installation.
- Added Requires for ctags.
Fri Oct 18 2002 Tom Tromey <tromey@redhat.com>
- Require JDK 1.3.1
- Added BuildReq for ant
- Use MANIFEST file to decide what to copy into install tree
Tue Oct 15 2002 Tom Tromey <tromey@redhat.com>
- Eclipse source now bzipped
Mon Oct 14 2002 Tom Tromey <tromey@redhat.com>
- No patch required
Fri Oct 11 2002 Tom Tromey <tromey@redhat.com>
- Added .desktop file
- Added BuildReq for desktop-file-utils
2004-09-09 04:24:47 +00:00
|
|
|
|
2008-11-20 19:45:36 +00:00
|
|
|
# Install the efj wrapper script
|
2005-04-17 04:26:54 +00:00
|
|
|
install -p -D -m0755 %{SOURCE17} $RPM_BUILD_ROOT%{_bindir}/efj
|
2008-07-14 21:40:30 +00:00
|
|
|
sed --in-place "s:startup.jar:%{_libdir}/%{name}/startup.jar:" \
|
2008-11-20 19:45:36 +00:00
|
|
|
$RPM_BUILD_ROOT%{_bindir}/efj
|
2005-04-17 04:26:54 +00:00
|
|
|
|
2006-10-29 01:58:05 +00:00
|
|
|
# Install the ecj wrapper script
|
|
|
|
install -p -D -m0755 %{SOURCE18} $RPM_BUILD_ROOT%{_bindir}/ecj
|
2008-11-20 19:45:36 +00:00
|
|
|
sed --in-place "s:@JAVADIR@:%{_javadir}:" $RPM_BUILD_ROOT%{_bindir}/ecj
|
2006-10-29 01:58:05 +00:00
|
|
|
|
2004-09-09 04:27:27 +00:00
|
|
|
# A sanity check.
|
|
|
|
desktop-file-validate %{SOURCE2}
|
|
|
|
|
|
|
|
# freedesktop.org menu entry
|
2008-10-03 20:33:02 +00:00
|
|
|
desktop-file-install --vendor="fedora" \
|
|
|
|
--dir=$RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE2}
|
2004-09-09 04:27:27 +00:00
|
|
|
|
|
|
|
# Create a script that can be used to make a symlink tree of the
|
|
|
|
# eclipse platform.
|
2008-07-14 21:40:30 +00:00
|
|
|
cp -p %{SOURCE16} copy-platform
|
2004-09-09 04:27:27 +00:00
|
|
|
(
|
2008-07-14 21:40:30 +00:00
|
|
|
cd $RPM_BUILD_ROOT%{_libdir}/%{name}
|
2008-07-31 00:38:20 +00:00
|
|
|
ls -d * | egrep -v '^(plugins|features|about_files|dropins)$'
|
2008-07-29 13:40:46 +00:00
|
|
|
ls -d plugins/* features/*
|
2004-09-09 04:27:27 +00:00
|
|
|
) |
|
2008-04-25 23:56:41 +00:00
|
|
|
sed -e's,^\(.*\),[ ! -e \1 ] \&\& ln -s $eclipse/\1 \1,' >> copy-platform
|
2008-07-14 21:40:30 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
|
2008-10-16 08:35:17 +00:00
|
|
|
mv copy-platform $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
|
2008-07-29 13:40:46 +00:00
|
|
|
copyPlatform=$RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts/copy-platform
|
|
|
|
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
|
2008-08-11 19:31:22 +00:00
|
|
|
for p in $(ls -d dropins/jdt/plugins/*); do
|
2008-07-29 13:40:46 +00:00
|
|
|
plugin=$(basename $p)
|
|
|
|
echo $p | sed -e"s,^\(.*\),[ ! -e plugins/$plugin ] \&\& ln -s \$eclipse/\1 plugins/$plugin," >> $copyPlatform
|
|
|
|
done
|
2008-08-11 19:31:22 +00:00
|
|
|
for p in $(ls -d dropins/sdk/plugins/*); do
|
2008-07-29 13:40:46 +00:00
|
|
|
plugin=$(basename $p)
|
|
|
|
echo $p | sed -e"s,^\(.*\),[ ! -e plugins/$plugin ] \&\& ln -s \$eclipse/\1 plugins/$plugin," >> $copyPlatform
|
|
|
|
done
|
|
|
|
popd
|
2006-06-13 01:13:37 +00:00
|
|
|
|
2008-04-04 17:02:48 +00:00
|
|
|
# Install the PDE Build wrapper script.
|
|
|
|
install -p -D -m0755 %{SOURCE21} \
|
2008-07-14 21:40:30 +00:00
|
|
|
$RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts/pdebuild
|
2008-08-11 19:31:22 +00:00
|
|
|
PDEBUILDVERSION=$(ls $RPM_BUILD_ROOT%{_libdir}/%{name}/dropins/sdk/plugins \
|
2008-07-29 13:40:46 +00:00
|
|
|
| grep org.eclipse.pde.build_ | \
|
|
|
|
sed 's/org.eclipse.pde.build_//')
|
|
|
|
sed -i "s/@PDEBUILDVERSION@/$PDEBUILDVERSION/g" \
|
|
|
|
$RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts/pdebuild
|
2008-07-14 21:40:30 +00:00
|
|
|
|
|
|
|
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
|
|
|
|
rm plugins/org.sat4j*
|
|
|
|
ln -s %{_javadir}/org.sat4j.core_* plugins/
|
|
|
|
ln -s %{_javadir}/org.sat4j.pb_* plugins/
|
|
|
|
|
2008-08-11 19:31:22 +00:00
|
|
|
ASMPLUGINVERSION=$(ls dropins/sdk/plugins | grep org.objectweb.asm_ | \
|
2008-07-14 21:40:30 +00:00
|
|
|
sed 's/org.objectweb.asm_//')
|
2008-08-11 19:31:22 +00:00
|
|
|
rm dropins/sdk/plugins/org.objectweb.asm_$ASMPLUGINVERSION
|
2008-07-14 21:40:30 +00:00
|
|
|
ln -s %{_javadir}/objectweb-asm/asm-all.jar \
|
2008-08-11 19:31:22 +00:00
|
|
|
dropins/sdk/plugins/org.objectweb.asm_$ASMPLUGINVERSION
|
2008-04-04 17:02:48 +00:00
|
|
|
|
2005-02-21 00:31:38 +00:00
|
|
|
## BEGIN ANT ##
|
2008-07-14 21:40:30 +00:00
|
|
|
ANTDIR=plugins/$(ls plugins | grep org.apache.ant_)
|
|
|
|
rm $ANTDIR/lib/*
|
|
|
|
ANTDIR=$ANTDIR/lib
|
|
|
|
ln -s %{_javadir}/ant/ant-antlr.jar $ANTDIR/ant-antlr.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-apache-bcel.jar $ANTDIR/ant-apache-bcel.jar
|
2008-10-03 14:09:39 +00:00
|
|
|
ln -s %{_javadir}/ant/ant-apache-bsf.jar $ANTDIR/ant-apache-bsf.jar
|
2008-07-14 21:40:30 +00:00
|
|
|
ln -s %{_javadir}/ant/ant-apache-log4j.jar $ANTDIR/ant-apache-log4j.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-apache-oro.jar $ANTDIR/ant-apache-oro.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-apache-regexp.jar $ANTDIR/ant-apache-regexp.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-apache-resolver.jar $ANTDIR/ant-apache-resolver.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-commons-logging.jar $ANTDIR/ant-commons-logging.jar
|
2008-10-03 14:09:39 +00:00
|
|
|
ln -s %{_javadir}/ant/ant-commons-net.jar $ANTDIR/ant-commons-net.jar
|
2008-07-14 21:40:30 +00:00
|
|
|
#ln -s %{_javadir}/ant/ant-jai.jar $ANTDIR/ant-jai.jar
|
|
|
|
ln -s %{_javadir}/ant.jar $ANTDIR/ant.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-javamail.jar $ANTDIR/ant-javamail.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-jdepend.jar $ANTDIR/ant-jdepend.jar
|
|
|
|
#ln -s %{_javadir}/ant/ant-jmf.jar $ANTDIR/ant-jmf.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-jsch.jar $ANTDIR/ant-jsch.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-junit.jar $ANTDIR/ant-junit.jar
|
|
|
|
ln -s %{_javadir}/ant-launcher.jar $ANTDIR/ant-launcher.jar
|
|
|
|
#ln -s %{_javadir}/ant/ant-netrexx.jar $ANTDIR/ant-netrexx.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-nodeps.jar $ANTDIR/ant-nodeps.jar
|
|
|
|
#ln -s %{_javadir}/ant/ant-starteam.jar $ANTDIR/ant-starteam.jar
|
|
|
|
#ln -s %{_javadir}/ant/ant-stylebook.jar $ANTDIR/ant-stylebook.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-swing.jar $ANTDIR/ant-swing.jar
|
|
|
|
ln -s %{_javadir}/ant/ant-trax.jar $ANTDIR/ant-trax.jar
|
|
|
|
#ln -s %{_javadir}/ant/ant-weblogic.jar $ANTDIR/ant-weblogic.jar
|
2005-02-21 00:31:38 +00:00
|
|
|
## END ANT ##
|
2006-12-06 18:20:01 +00:00
|
|
|
|
2007-08-29 13:46:48 +00:00
|
|
|
JETTYPLUGINVERSION=$(ls plugins | grep org.mortbay.jetty_5 | sed 's/org.mortbay.jetty_//')
|
|
|
|
rm plugins/org.mortbay.jetty_$JETTYPLUGINVERSION
|
|
|
|
ln -s %{_javadir}/jetty/jetty.jar plugins/org.mortbay.jetty_$JETTYPLUGINVERSION
|
|
|
|
|
2008-08-11 19:31:22 +00:00
|
|
|
pushd dropins/jdt
|
2006-07-04 21:27:47 +00:00
|
|
|
build-jar-repository -s -p plugins/org.junit_* junit
|
2005-02-21 00:31:38 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
JUNIT4VERSION=$(ls plugins | grep org.junit4_ | sed 's/org.junit4_//')
|
|
|
|
rm plugins/org.junit4_$JUNIT4VERSION/junit.jar
|
|
|
|
ln -s %{_javadir}/junit4.jar plugins/org.junit4_$JUNIT4VERSION/junit.jar
|
2008-07-29 13:40:46 +00:00
|
|
|
popd
|
2007-08-14 18:51:17 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
JSCHVERSION=$(ls plugins | grep com.jcraft.jsch_ | sed 's/com.jcraft.jsch_//')
|
|
|
|
rm plugins/com.jcraft.jsch_$JSCHVERSION
|
|
|
|
ln -s %{_javadir}/jsch.jar plugins/com.jcraft.jsch_$JSCHVERSION
|
2007-04-03 08:30:50 +00:00
|
|
|
|
2007-07-10 13:14:26 +00:00
|
|
|
# link to the icu4j stuff
|
2008-07-14 21:40:30 +00:00
|
|
|
ICUVERSION=$(ls plugins | grep com.ibm.icu_ | sed 's/com.ibm.icu_//')
|
|
|
|
rm plugins/com.ibm.icu_*.jar
|
2007-07-10 13:14:26 +00:00
|
|
|
|
2007-07-16 15:59:37 +00:00
|
|
|
# link to lucene
|
2008-07-14 21:40:30 +00:00
|
|
|
LUCENEVERSION=$(ls plugins | grep org.apache.lucene_ | \
|
|
|
|
sed 's/org.apache.lucene_//')
|
|
|
|
rm plugins/org.apache.lucene_*
|
|
|
|
ln -s %{_javadir}/lucene.jar plugins/org.apache.lucene_$LUCENEVERSION
|
|
|
|
rm plugins/org.apache.lucene.analysis_*
|
|
|
|
ln -s %{_javadir}/lucene-contrib/lucene-analyzers.jar \
|
|
|
|
plugins/org.apache.lucene.analysis_$LUCENEVERSION
|
2007-07-16 21:35:28 +00:00
|
|
|
|
|
|
|
# link to commons-logging
|
2008-07-14 21:40:30 +00:00
|
|
|
COMMONSLOGGINGVERSION=$(ls plugins | grep commons.logging_ | \
|
|
|
|
sed 's/org.apache.commons.logging_//')
|
|
|
|
rm plugins/org.apache.commons.logging_$COMMONSLOGGINGVERSION
|
|
|
|
ln -s %{_javadir}/commons-logging.jar \
|
|
|
|
plugins/org.apache.commons.logging_$COMMONSLOGGINGVERSION
|
2007-07-16 15:59:37 +00:00
|
|
|
|
2007-07-31 23:02:58 +00:00
|
|
|
# link to commons-el
|
2008-07-14 21:40:30 +00:00
|
|
|
COMMONSELVERSION=$(ls plugins | grep commons.el_ | \
|
|
|
|
sed 's/org.apache.commons.el_//')
|
|
|
|
rm plugins/org.apache.commons.el_$COMMONSELVERSION
|
|
|
|
ln -s %{_javadir}/commons-el.jar \
|
|
|
|
plugins/org.apache.commons.el_$COMMONSELVERSION
|
2007-07-31 23:02:58 +00:00
|
|
|
|
2007-08-10 16:50:53 +00:00
|
|
|
# link to jasper
|
2008-07-14 21:40:30 +00:00
|
|
|
JASPERVERSION=$(ls plugins | grep org.apache.jasper_ | \
|
|
|
|
sed 's/org.apache.jasper_//')
|
|
|
|
rm plugins/org.apache.jasper_*.jar
|
|
|
|
ln -s %{_datadir}/eclipse/plugins/org.apache.jasper_* \
|
|
|
|
plugins/org.apache.jasper_$JASPERVERSION
|
2007-08-10 16:50:53 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
# link to servlet-api
|
|
|
|
SERVLETAPIVERSION=$(ls plugins | grep javax.servlet_ | \
|
|
|
|
sed 's/javax.servlet_//')
|
|
|
|
rm plugins/javax.servlet_*
|
|
|
|
ln -s %{_javadir}/tomcat5-servlet-2.4-api.jar \
|
|
|
|
plugins/javax.servlet_$SERVLETAPIVERSION
|
2007-08-10 16:50:53 +00:00
|
|
|
|
|
|
|
# link to jsp-api
|
2008-07-14 21:40:30 +00:00
|
|
|
JSPAPIVERSION=$(ls plugins | grep javax.servlet.jsp_ | \
|
|
|
|
sed 's/javax.servlet.jsp_//')
|
|
|
|
rm plugins/javax.servlet.jsp_*
|
|
|
|
ln -s %{_javadir}/tomcat5-jsp-2.0-api.jar \
|
|
|
|
plugins/javax.servlet.jsp_$JSPAPIVERSION
|
2007-08-10 16:50:53 +00:00
|
|
|
|
2007-07-10 13:14:26 +00:00
|
|
|
popd
|
|
|
|
|
2008-12-19 17:44:14 +00:00
|
|
|
tmpdir=$PWD/aot-compile-ecj # must not be within $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $tmpdir
|
|
|
|
cp -p $sdkDir/dropins/jdt/plugins/org.eclipse.jdt.core_*.jar $tmpdir
|
|
|
|
RPM_PACKAGE_NAME=eclipse-ecj RPM_BUILD_ROOT=$tmpdir aot-compile-rpm
|
|
|
|
cp -rp $tmpdir%{_libdir}/gcj $RPM_BUILD_ROOT%{_libdir}/gcj
|
2008-12-16 17:17:18 +00:00
|
|
|
|
2005-02-21 00:31:38 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-01-10 22:58:34 +00:00
|
|
|
|
2008-12-16 17:17:18 +00:00
|
|
|
%post ecj
|
|
|
|
if [ -x %{_bindir}/rebuild-gcj-db ]; then
|
|
|
|
%{_bindir}/rebuild-gcj-db
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun ecj
|
|
|
|
if [ -x %{_bindir}/rebuild-gcj-db ]; then
|
|
|
|
%{_bindir}/rebuild-gcj-db
|
|
|
|
fi
|
|
|
|
|
2005-01-24 15:23:02 +00:00
|
|
|
%post platform
|
2005-03-25 14:46:41 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
2005-03-28 10:56:12 +00:00
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
2005-04-27 04:25:02 +00:00
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
2005-03-25 14:46:41 +00:00
|
|
|
fi
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2005-02-25 15:47:26 +00:00
|
|
|
%postun platform
|
2005-03-25 14:46:41 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
2005-03-28 10:56:12 +00:00
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
2005-04-27 04:25:02 +00:00
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
2005-03-25 14:46:41 +00:00
|
|
|
fi
|
2006-09-21 21:24:38 +00:00
|
|
|
|
2005-01-10 22:58:34 +00:00
|
|
|
%files ecj
|
2006-06-02 21:46:07 +00:00
|
|
|
%defattr(-,root,root)
|
2008-07-14 21:40:30 +00:00
|
|
|
%dir %{_libdir}/%{name}
|
2008-07-29 13:40:46 +00:00
|
|
|
%dir %{_libdir}/%{name}/dropins
|
2008-08-07 18:57:23 +00:00
|
|
|
%dir %{_libdir}/%{name}/dropins/jdt
|
2008-08-11 19:31:22 +00:00
|
|
|
%dir %{_libdir}/%{name}/dropins/jdt/plugins
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.core_*
|
2008-04-03 15:48:11 +00:00
|
|
|
%{_javadir}/eclipse-ecj*.jar
|
|
|
|
%{_javadir}/jdtcore*.jar
|
|
|
|
%{_javadir}/ecj*.jar
|
2006-06-02 21:46:07 +00:00
|
|
|
%{_bindir}/ecj
|
2008-12-16 17:17:18 +00:00
|
|
|
%{_libdir}/gcj/eclipse-ecj
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2008-10-15 21:22:00 +00:00
|
|
|
%if %{initialize}
|
2008-07-14 21:40:30 +00:00
|
|
|
%files swt -f %{name}-swt.install
|
2008-10-15 21:22:00 +00:00
|
|
|
%else
|
|
|
|
%files swt
|
|
|
|
%endif
|
2006-06-02 21:46:07 +00:00
|
|
|
%defattr(-,root,root)
|
2006-12-07 05:48:09 +00:00
|
|
|
%dir %{_libdir}/%{name}
|
2006-10-29 01:58:05 +00:00
|
|
|
%dir %{_libdir}/%{name}/plugins
|
2008-10-15 21:22:00 +00:00
|
|
|
%if %{initialize}
|
|
|
|
%dir %{_libdir}/%{name}/libswt-*.so
|
2006-10-29 01:58:05 +00:00
|
|
|
%dir %{_libdir}/%{name}/configuration
|
|
|
|
%dir %{_libdir}/%{name}/configuration/org.eclipse.osgi
|
|
|
|
%dir %{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles
|
2008-10-15 21:22:00 +00:00
|
|
|
%endif
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.swt_*
|
2006-10-29 01:58:05 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_*
|
2006-11-02 01:59:53 +00:00
|
|
|
%{_libdir}/%{name}/swt-gtk*.jar
|
2007-10-11 14:36:55 +00:00
|
|
|
%{_libdir}/%{name}/swt.jar
|
|
|
|
%{_libdir}/java/swt.jar
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2006-09-18 22:20:30 +00:00
|
|
|
%files rcp
|
2006-06-02 21:46:07 +00:00
|
|
|
%defattr(-,root,root)
|
2007-08-10 16:50:53 +00:00
|
|
|
%dir %{_libdir}/%{name}/features
|
2008-08-01 20:11:03 +00:00
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%dir %{_datadir}/%{name}/features
|
|
|
|
%dir %{_datadir}/%{name}/plugins
|
2008-10-15 21:22:00 +00:00
|
|
|
%if %{initialize}
|
2006-10-29 01:58:05 +00:00
|
|
|
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.bundledata*
|
|
|
|
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.lazy*
|
|
|
|
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.manager
|
|
|
|
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.state*
|
2008-10-15 21:22:00 +00:00
|
|
|
%endif
|
2008-07-17 22:13:01 +00:00
|
|
|
%config %{_libdir}/%{name}/configuration/config.ini
|
|
|
|
%config %{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
|
|
|
|
%dir %{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/notice.html
|
|
|
|
%{_libdir}/%{name}/epl-v10.html
|
2008-08-01 20:11:03 +00:00
|
|
|
%{_libdir}/%{name}/links
|
2008-07-30 11:41:40 +00:00
|
|
|
%ifnarch ppc
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/about.html
|
2008-07-30 11:41:40 +00:00
|
|
|
%endif
|
2008-07-21 17:13:43 +00:00
|
|
|
%ifarch x86_64
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/about_files
|
2008-07-21 17:13:43 +00:00
|
|
|
%endif
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/readme
|
|
|
|
%{_libdir}/%{name}/startup.jar
|
2007-02-07 20:27:41 +00:00
|
|
|
%{_libdir}/%{name}/features/org.eclipse.rcp_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.commands_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.contenttype_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.databinding_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.databinding.beans_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.expressions_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.jobs_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.runtime_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.runtime.compatibility.auth_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.app_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.common_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.launcher_*
|
2007-06-27 15:56:57 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.launcher.gtk.linux.%{eclipse_arch}_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.preferences_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.registry_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.help_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.jface_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.jface.databinding_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.osgi_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.rcp_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.workbench_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.update.configurator_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.simpleconfigurator_*
|
2007-06-27 15:56:57 +00:00
|
|
|
|
2008-10-15 21:22:00 +00:00
|
|
|
%if %{initialize}
|
2005-01-24 15:23:02 +00:00
|
|
|
%files platform -f %{name}-platform.install
|
2008-10-15 21:22:00 +00:00
|
|
|
%else
|
|
|
|
%files platform
|
|
|
|
%endif
|
2006-06-02 21:46:07 +00:00
|
|
|
%defattr(-,root,root)
|
2006-10-29 01:58:05 +00:00
|
|
|
%attr(0755,root,root) %{_bindir}/%{name}
|
2008-03-03 18:04:15 +00:00
|
|
|
%config %{_libdir}/%{name}/eclipse.ini
|
2008-07-18 15:14:32 +00:00
|
|
|
%{_libdir}/%{name}/.eclipseproduct
|
|
|
|
%{_libdir}/%{name}/configuration/config.ini
|
2006-09-18 22:20:30 +00:00
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/pixmaps/*
|
|
|
|
%{_datadir}/icons/*/*/apps/*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/eclipse
|
2008-07-29 13:40:46 +00:00
|
|
|
%dir %{_libdir}/%{name}/dropins
|
2008-08-05 22:21:54 +00:00
|
|
|
%dir %{_datadir}/%{name}/dropins
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/features/org.eclipse.platform_*
|
|
|
|
%{_libdir}/%{name}/plugins/com.jcraft.jsch_*
|
|
|
|
%{_libdir}/%{name}/plugins/javax.servlet_*
|
|
|
|
%{_libdir}/%{name}/plugins/javax.servlet.jsp_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.ant_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.commons.el_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.commons.logging_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.lucene_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.lucene.analysis_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ant.core_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.compare_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.boot_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.filebuffers_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.filesystem_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.fedoraproject.ide.platform_*
|
|
|
|
%{_libdir}/%{name}/features/org.fedoraproject.ide.feature_*
|
2006-10-29 01:58:05 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.filesystem.linux.%{eclipse_arch}_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.net_*
|
2008-07-21 16:03:45 +00:00
|
|
|
%ifarch %{ix86}
|
2008-07-21 17:13:43 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.net.linux.x86_*
|
2008-07-21 16:03:45 +00:00
|
|
|
%endif
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.resources_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.resources.compatibility_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.runtime.compatibility_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.runtime.compatibility.registry_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.variables_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.debug.core_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.debug.ui_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.http.jetty_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.http.registry_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.http.servlet_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.jsp.jasper_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.jsp.jasper.registry_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.help.appserver_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.help.base_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.help.ui_*
|
2007-06-27 15:56:57 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.help.webapp_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.jface.text_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.jsch.core_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.jsch.ui_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ltk.core.refactoring_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ltk.ui.refactoring_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.osgi.services_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.osgi.util_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.platform_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.platform.doc.user_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.search_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.team.core_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.team.ui_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.text_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.browser_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.cheatsheets_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.console_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.editors_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.externaltools_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.forms_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.ide_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.ide.application_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.intro_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.intro.universal_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.navigator_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.navigator.resources_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.net_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.presentations.r21_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.views_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.views.properties.tabbed_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.workbench.compatibility_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ui.workbench.texteditor_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.update.core_*
|
2007-06-27 15:56:57 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.update.core.linux_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.update.scheduler_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.update.ui_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.mortbay.jetty_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.initializer_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.team.cvs.core_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.cvs_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.team.cvs.ssh2_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.team.cvs.ssh_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.team.cvs.ui_*
|
|
|
|
%{_libdir}/%{name}/features/org.eclipse.cvs_*
|
|
|
|
%{_libdir}/%{name}/features/org.eclipse.help_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.jasper_*
|
2008-07-16 15:33:03 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.frameworkadmin_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.frameworkadmin.equinox_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/features/org.eclipse.equinox.p2.user.ui_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.director_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.core_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.engine_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.jarprocessor_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.metadata_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.metadata.repository_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.artifact.repository_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.exemplarysetup_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.touchpoint.natives_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.console_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.ui_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.ui.sdk_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.updatechecker_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.garbagecollector_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.directorywatcher_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.reconciler.dropins_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.metadata.generator_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.updatesite_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.security_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.security.ui_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.extensionlocation_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.director.app_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ecf.provider.filetransfer_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ecf.provider.filetransfer.ssl_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ecf.ssl_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ecf_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ecf.filetransfer_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ecf.identity_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.sat4j.core_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.sat4j.pb_*
|
2008-07-16 15:33:03 +00:00
|
|
|
# Put this in -platform since we're putting the p2 stuff here
|
|
|
|
%{_libdir}/%{name}/artifacts.xml
|
2008-07-29 13:40:46 +00:00
|
|
|
# FIXME: should we ship content.xml for the platform?
|
2008-07-17 22:13:01 +00:00
|
|
|
#%{_libdir}/%{name}/metadata
|
2008-07-18 15:14:32 +00:00
|
|
|
%{_libdir}/%{name}/p2
|
2008-07-16 15:33:03 +00:00
|
|
|
|
|
|
|
%files jdt
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/efj
|
2008-07-29 13:40:46 +00:00
|
|
|
%{_libdir}/%{name}/dropins/jdt/content.xml
|
2008-08-11 19:31:22 +00:00
|
|
|
%{_libdir}/%{name}/dropins/jdt/features
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.ant.ui_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.apt.core_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.apt.ui_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.apt.pluggable.core_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.compiler.apt_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.compiler.tool_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.core_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.core.manipulation_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.debug.ui_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.debug_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.junit_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.junit.runtime_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.junit4.runtime_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.launching_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.ui_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.junit_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.junit4_*
|
|
|
|
%{_libdir}/%{name}/dropins/jdt/plugins/org.eclipse.jdt.doc.user_*
|
2006-09-18 22:20:30 +00:00
|
|
|
|
|
|
|
%files pde
|
|
|
|
%defattr(-,root,root)
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/buildscripts
|
2008-07-29 13:40:46 +00:00
|
|
|
%{_libdir}/%{name}/dropins/sdk
|
2008-07-14 21:40:30 +00:00
|
|
|
# FIXME: where should this go?
|
2008-10-14 08:18:32 +00:00
|
|
|
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
|
2006-09-18 22:20:30 +00:00
|
|
|
|
2005-02-21 00:31:38 +00:00
|
|
|
%changelog
|
2009-01-19 15:27:54 +00:00
|
|
|
* Mon Jan 19 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.4.1-13
|
|
|
|
- Fix pdebuild to auto-set javacSouce based on BREE.
|
|
|
|
|
2008-12-19 17:44:14 +00:00
|
|
|
* Fri Dec 19 2008 Andrew Overholt <overholt@redhat.com> 1:3.4.1-12
|
|
|
|
- Fixed GCJ AOT compilation (Gary Benson).
|
|
|
|
|
|
|
|
* Mon Dec 15 2008 Andrew Overholt <overholt@redhat.com> 1:3.4.1-11
|
2008-12-15 17:32:26 +00:00
|
|
|
- Update pdebuild and package-build patch to include -z option.
|
2008-12-15 20:14:10 +00:00
|
|
|
- Make ecj default to 1.5 (rh#354721).
|
2008-12-16 17:17:18 +00:00
|
|
|
- Add GCJ AOT bits for ecj (rh#473674).
|
2008-12-15 17:32:26 +00:00
|
|
|
|
2008-12-05 19:04:18 +00:00
|
|
|
* Fri Dec 5 2008 Andrew Overholt <overholt@redhat.com> 1:3.4.1-10
|
|
|
|
- Remove MaxPermSize from sysproperty lists in library.xml as it was causing the
|
|
|
|
JVM to not start.
|
|
|
|
|
2008-12-05 01:45:06 +00:00
|
|
|
* Thu Dec 4 2008 Andrew Overholt <overholt@redhat.com> 1:3.4.1-8
|
|
|
|
- Increase MaxPermSize when running tests.
|
|
|
|
|
2008-12-01 15:00:20 +00:00
|
|
|
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:3.4.1-8
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-11-20 19:45:36 +00:00
|
|
|
* Thu Nov 20 2008 Andrew Overholt <overholt@redhat.com> 3.4.1-7
|
|
|
|
- Update and re-enable patch for always generating debuginfo for class files
|
|
|
|
when doing an RPM build.
|
|
|
|
- Resolves rh#472292.
|
|
|
|
|
2008-10-27 15:57:53 +00:00
|
|
|
* Mon Oct 27 2008 Andrew Overholt <overholt@redhat.com> 3.4.1-6
|
2008-10-27 16:29:54 +00:00
|
|
|
- Keep Provides: eclipse on -pde (different than Fedora 9 but probably
|
|
|
|
more correct).
|
2008-10-27 15:57:53 +00:00
|
|
|
|
2008-10-23 16:35:39 +00:00
|
|
|
* Thu Oct 23 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-5
|
|
|
|
- Fix splashscreen (#467259).
|
|
|
|
|
2008-10-17 19:49:13 +00:00
|
|
|
* Fri Oct 17 2008 Andrew Overholt <overholt@redhat.com> 3.4.1-4
|
|
|
|
- Fix quoting bug in pdebuild.sh again.
|
|
|
|
|
2008-10-17 10:16:51 +00:00
|
|
|
* Fri Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-3
|
|
|
|
- Fix swt symlinks in %%libdir/eclipse.
|
|
|
|
|
2008-10-16 19:45:23 +00:00
|
|
|
* Thu Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-2
|
|
|
|
- Fix quoting bug in pdebuild.sh.
|
|
|
|
|
2008-10-16 08:35:17 +00:00
|
|
|
* Wed Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-1
|
|
|
|
- Move copy-platform instead of copying it.
|
|
|
|
|
2008-10-15 21:22:00 +00:00
|
|
|
* Wed Oct 15 2008 Andrew Overholt <overholt@redhat.com> 3.4.1-1
|
|
|
|
- Add conditionals around Equinox initialization to enable debugging.
|
|
|
|
|
2008-10-15 14:25:03 +00:00
|
|
|
* Fri Oct 13 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-1
|
2008-11-20 19:45:36 +00:00
|
|
|
- Symlink to ant-apache-bsf and ant-commons-net.
|
2008-10-03 14:09:39 +00:00
|
|
|
- Update branding.
|
2008-10-03 20:33:02 +00:00
|
|
|
- Don't re-pack JARs (see fedora-devel-java-list discussion in September 2008).
|
2008-10-15 14:25:03 +00:00
|
|
|
- Update desktop-file-install usage and add --vendor=fedora. (Andrew Overholt)
|
|
|
|
- Resolves #466476. Fix pdebuild script. (Jeff Johnston)
|
2008-11-20 19:45:36 +00:00
|
|
|
- Remove dropins contents while running initializer.
|
2008-10-15 15:27:02 +00:00
|
|
|
- Add patch for wrong javaHome on x86_64 in the native build.(Alexander Kurtakov)
|
2008-10-03 14:09:39 +00:00
|
|
|
|
2008-10-03 14:03:03 +00:00
|
|
|
* Thu Oct 03 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-0
|
|
|
|
- 3.4.1
|
|
|
|
- Update nojarsignatures patch.
|
|
|
|
- Added osgi-classpath.patch fixes broken bootclasspath (Sean Flanigan).
|
2008-11-20 19:45:36 +00:00
|
|
|
- Removed patches 33 and 34 - not needed anymore.
|
2008-10-03 14:03:03 +00:00
|
|
|
|
2008-09-25 13:10:51 +00:00
|
|
|
* Thu Sep 25 2008 Michal Nowak <mnowak@redhat.com> 3.4.0-24
|
|
|
|
- exclude parts of eclipse-pydev from JIT compilation
|
|
|
|
- Resolves: bug 461860
|
|
|
|
|
2008-09-03 17:23:34 +00:00
|
|
|
* Tue Sep 02 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-23
|
|
|
|
- Use icu4j in its new place.
|
|
|
|
|
2008-08-27 20:12:35 +00:00
|
|
|
* Wed Aug 27 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-22
|
|
|
|
- Add test framework
|
|
|
|
- Remove two duplicate lines in eclipse-mv-Platform.sh
|
|
|
|
- Modify package-build and pdebuild so they can build the SDK tests
|
|
|
|
|
2008-08-13 20:14:30 +00:00
|
|
|
* Wed Aug 13 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-21
|
|
|
|
- Fix ecj-gcj (rhbz#458921)
|
|
|
|
|
2008-08-12 15:26:24 +00:00
|
|
|
* Tue Aug 12 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-20
|
|
|
|
- Require release of jetty which requires tomcat bits with proper metadata
|
2008-08-12 18:53:34 +00:00
|
|
|
- Fix pdebuild for moved JDT and PDE plugins (Alexander Kurtakov)
|
2008-08-12 20:14:25 +00:00
|
|
|
- Add version to jakarta-commons-el requirement
|
2008-08-12 15:26:24 +00:00
|
|
|
|
2008-08-11 19:31:22 +00:00
|
|
|
* Mon Aug 11 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-19
|
|
|
|
- Move jdt and sdk dropins contents to non-eclipse-sub-dir place which
|
|
|
|
makes dropins reconciler see them as dropins and not extension
|
|
|
|
locations
|
|
|
|
- Add versions to jetty, lucene, and jsch Requires
|
|
|
|
|
2008-08-07 18:57:23 +00:00
|
|
|
* Thu Aug 07 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-18
|
|
|
|
- Add %%{_libdir}/eclipse/dropins/jdt to ecj files list
|
|
|
|
|
2008-08-06 18:24:30 +00:00
|
|
|
* Wed Aug 06 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-17
|
2008-08-06 22:00:40 +00:00
|
|
|
- Add p2 metadata generation to pdebuild
|
2008-08-06 18:24:30 +00:00
|
|
|
- Fix symlinking to %%{_libdir}/eclipse/dropins/* stuff in
|
|
|
|
copy-platform
|
|
|
|
- Fix brightness in splash screen
|
|
|
|
- Fix icon symlinks
|
2008-08-06 22:00:40 +00:00
|
|
|
- Bump icu4j-eclipse requirement
|
2008-08-06 18:24:30 +00:00
|
|
|
|
2008-08-05 22:21:54 +00:00
|
|
|
* Tue Aug 05 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-16
|
|
|
|
- Ensure %%{_datadir}/eclipse/dropins gets watched in eclipse.ini
|
|
|
|
- Move JDT and SDK bits to dropins/{jdt,sdk}/eclipse for consistency
|
|
|
|
- Update copy-platform to add %%{_datadir}/dropins
|
|
|
|
|
2008-08-04 06:17:59 +00:00
|
|
|
* Mon Aug 04 2008 Sean Flanigan <sflaniga@redhat.com> 3.4.0-15
|
|
|
|
- Removed buildroot from path in datadir.link
|
|
|
|
|
2008-08-04 02:36:15 +00:00
|
|
|
* Mon Aug 04 2008 Sean Flanigan <sflaniga@redhat.com> 3.4.0-14
|
|
|
|
- Created missing directory for link file
|
|
|
|
|
2008-08-01 20:11:03 +00:00
|
|
|
* Fri Aug 01 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-13
|
|
|
|
- Update patch to avoid Hotspot crashing
|
|
|
|
- Add links folder for noarch plugins
|
|
|
|
- Create and add ownership of %%{_datadir}/eclipse/{plugins,features}
|
|
|
|
|
2008-07-31 17:55:05 +00:00
|
|
|
* Thu Jul 31 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-12
|
|
|
|
- Set product to Fedora Eclipse
|
2008-07-31 18:37:25 +00:00
|
|
|
- Remove pde-runtime %%package section
|
|
|
|
- Remove unnecessary Requires(post,postun)s
|
2008-07-31 17:55:05 +00:00
|
|
|
|
2008-07-31 00:38:20 +00:00
|
|
|
* Wed Jul 30 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-11
|
|
|
|
- Update copy-platform to work with dropins
|
|
|
|
- Update JVM-crashing patch
|
|
|
|
|
2008-07-29 13:40:46 +00:00
|
|
|
* Mon Jul 28 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-10
|
|
|
|
- Move JDT and PDE/SDK bits to dropins/{jdt,sdk}
|
|
|
|
- Drop versionless PDE Build symlink (put logic into pdebuild script)
|
|
|
|
- Make SWT JAR symlinks relative
|
|
|
|
- Fold pde-runtime into pde
|
|
|
|
- Add patch to add root files for non-upstream arches
|
2008-07-29 21:05:08 +00:00
|
|
|
- Fix building of fragments for non-upstream arches
|
2008-07-30 11:41:40 +00:00
|
|
|
- Remove about.html from files list on ppc (will fix later)
|
2008-07-29 13:40:46 +00:00
|
|
|
|
|
|
|
* Fri Jul 25 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-10
|
|
|
|
- Add ability for pdebuild (-o) to work with Orbit-style dependencies
|
|
|
|
|
2008-07-25 13:21:25 +00:00
|
|
|
* Fri Jul 25 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-9
|
|
|
|
- Collapse patches to build SWT native bits into two
|
|
|
|
- Copy about* from x86 to all non-x86{_64} platforms
|
|
|
|
|
2008-07-24 00:54:57 +00:00
|
|
|
* Wed Jul 23 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-8
|
|
|
|
- Don't build for arch/ws/os combos other than the one on which we're
|
|
|
|
building
|
|
|
|
|
2008-07-23 23:47:14 +00:00
|
|
|
* Wed Jul 23 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-7
|
|
|
|
- More work on non-upstream arches
|
|
|
|
|
2008-07-22 13:04:00 +00:00
|
|
|
* Mon Jul 21 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-6
|
|
|
|
- Update description to be a bit more current
|
|
|
|
- Attempt ppc64, etc. builds
|
|
|
|
|
2008-07-21 16:03:45 +00:00
|
|
|
* Mon Jul 21 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-5
|
|
|
|
- Add core.net fragment in %%files for x86
|
|
|
|
- I spoke with author about above and no .so is built because it is
|
|
|
|
currently not used by the fragment
|
2008-07-21 17:13:43 +00:00
|
|
|
- Update ecj-gcj addition (Tom Tromey)
|
2008-07-21 16:03:45 +00:00
|
|
|
|
2008-07-18 15:14:32 +00:00
|
|
|
* Fri Jul 18 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-4
|
|
|
|
- Un-do crazy config.ini, bundles.info, etc. shuffling
|
|
|
|
- Update patch for building native libraries
|
2008-07-18 16:28:23 +00:00
|
|
|
- Re-add missing BR on tomcat5-jasper-eclipse
|
2008-07-18 21:04:11 +00:00
|
|
|
- Add patch for 64-bit platforms to build SWT
|
2008-07-20 18:49:54 +00:00
|
|
|
- Don't try to resolve http://bundles.osgi.org for javadocs
|
|
|
|
- Provision with java -cp instead of binary launcher
|
2008-07-18 15:14:32 +00:00
|
|
|
|
2008-07-17 22:13:01 +00:00
|
|
|
* Thu Jul 17 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-3
|
|
|
|
- Generate metadata and provision each sub-package
|
|
|
|
- Do crazy config.ini, bundles.info, and *.profile shuffling
|
|
|
|
- Add post and postun sections to update the config.ini, bundles.info, and
|
|
|
|
*.profile files
|
|
|
|
|
2008-07-16 15:33:03 +00:00
|
|
|
* Wed Jul 16 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-1
|
|
|
|
- Fix files lists
|
|
|
|
|
2008-07-16 14:02:00 +00:00
|
|
|
* Wed Jul 16 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-1
|
|
|
|
- Update branding
|
|
|
|
- Fix p2 stuff so p2 UI works
|
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
* Mon Jul 14 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-1
|
|
|
|
- 3.4
|
|
|
|
- Remove gcj compilation
|
|
|
|
- Update versions of dependencies
|
|
|
|
- Rename libswt3-gtk2 to eclipse-swt
|
|
|
|
- Move "Provides: eclipse" to PDE from JDT
|
|
|
|
- Remove unnecessary old Obsoletes/Provides
|
|
|
|
- Remove tomcat stuff since it's no longer used
|
|
|
|
- Move stuff from %%{_datadir}/eclipse to %%{_libdir}/eclipse
|
|
|
|
- Add BRs/Rs on objectweb-asm and sat4j
|
|
|
|
- Build ECF filetransfer stuff as part of this SRPM until we have a
|
|
|
|
separate eclipse-ecf package (which will require this version of the
|
|
|
|
SDK)
|
|
|
|
|
2008-06-20 21:54:45 +00:00
|
|
|
* Sat Jun 14 2008 Dennis Gilmore <dennis@ausil.us> 3.3.2-13
|
2008-11-20 19:45:36 +00:00
|
|
|
- make changes to support sparcv9
|
2008-06-20 21:54:45 +00:00
|
|
|
|
2008-05-14 18:23:16 +00:00
|
|
|
* Wed May 14 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-12
|
|
|
|
- Back-port patch for e.o#206432 (rh#446064).
|
|
|
|
|
2008-04-25 23:56:41 +00:00
|
|
|
* Sat Apr 26 2008 Mat Booth <fedora@matbooth.co.uk> 3.3.2-11
|
|
|
|
- Fixed some benign errors in copy-platform when calling pdebuild
|
|
|
|
multiple times.
|
|
|
|
|
2008-04-25 16:55:36 +00:00
|
|
|
* Fri Apr 25 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-10
|
|
|
|
- Bump maximum heap size from 256 MB to 512 MB.
|
|
|
|
- Add patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=214092
|
|
|
|
(which is really
|
|
|
|
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6614100).
|
|
|
|
- Some jiggery-pokery for spaces in SWT paths for buildagainstxulrunner
|
|
|
|
patch.
|
|
|
|
|
2008-04-10 00:34:28 +00:00
|
|
|
* Wed Apr 09 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-9
|
|
|
|
- Fix patch level for xulrunner build patch.
|
|
|
|
|
2008-04-10 00:16:11 +00:00
|
|
|
* Wed Apr 09 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-8
|
|
|
|
- Rather than removing java-javadoc, just add Requirement in all cases
|
|
|
|
(gcj or not).
|
|
|
|
|
2008-04-09 22:17:42 +00:00
|
|
|
* Wed Apr 09 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-7
|
|
|
|
- Remove explicit java-javadoc requirements as OpenJDK's -devel package
|
|
|
|
provides it.
|
|
|
|
- Patch SWT build to find libxul.pc.
|
|
|
|
|
2008-04-04 20:27:42 +00:00
|
|
|
* Fri Apr 04 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-6
|
|
|
|
- Fix path of pdebuild in %%files. Gah.
|
|
|
|
|
2008-04-04 17:02:48 +00:00
|
|
|
* Fri Apr 04 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-5
|
|
|
|
- Move pdebuild to better location (buildscripts).
|
|
|
|
|
2008-04-04 14:36:18 +00:00
|
|
|
* Fri Apr 04 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-4
|
|
|
|
- Fix SWT version in Requires.
|
|
|
|
|
2008-04-03 20:39:45 +00:00
|
|
|
* Thu Apr 03 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-3
|
|
|
|
- Add missing line continuation.
|
|
|
|
|
2008-04-03 17:45:43 +00:00
|
|
|
* Thu Apr 03 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-2
|
|
|
|
- Change ecj Provides from <= to = (rhbz#439825).
|
|
|
|
|
2008-04-03 15:48:11 +00:00
|
|
|
* Thu Apr 03 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-1
|
|
|
|
- 3.3.2
|
|
|
|
- Update Obsoletes/Provides for ecj and make more ecj symlinks
|
|
|
|
(rhbz#439825).
|
|
|
|
|
2008-03-31 18:45:06 +00:00
|
|
|
* Mon Mar 31 2008 Andrew Overholt <overholt@redhat.com> 3.3.1.1-18
|
|
|
|
- Add PDE Build wrapper script (%%{_datadir}/eclipse/pdebuild) for
|
|
|
|
packaging guidelines.
|
|
|
|
|
2008-03-03 18:04:15 +00:00
|
|
|
* Mon Mar 03 2008 Andrew Overholt <overholt@redhat.com> 3.3.1.1-17
|
|
|
|
- Mark eclipse.ini as %%config.
|
|
|
|
|
2008-02-19 17:29:27 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:3.3.1.1-16
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-02-08 16:00:41 +00:00
|
|
|
* Fri Feb 08 2008 Andrew Overholt <overholt@redhat.com> 3.3.1.1-15
|
|
|
|
- Add ia64 patches from Doug Chapman.
|
|
|
|
- rhbz#431963.
|
|
|
|
|
2007-12-05 09:22:49 +00:00
|
|
|
* Wed Dec 05 2007 Martin Stransky <stransky@redhat.com> 3.3.1.1-14
|
|
|
|
- rebuilt against XUL Runner (gecko-libs 1.9)
|
2007-12-05 11:20:16 +00:00
|
|
|
- removed .png extension from the desktop file
|
2007-12-05 09:22:49 +00:00
|
|
|
|
2007-12-04 16:14:34 +00:00
|
|
|
* Tue Dec 04 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-13
|
|
|
|
- Remove Fedora log from splash screen.
|
|
|
|
|
2007-12-03 16:49:35 +00:00
|
|
|
* Mon Dec 03 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-12
|
|
|
|
- Update splash screen.
|
|
|
|
|
2007-11-30 17:03:47 +00:00
|
|
|
* Fri Nov 30 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-11
|
|
|
|
- Fix PermSize option (thanks to Mary Ellen Foster for testing).
|
|
|
|
|
2007-11-23 17:55:22 +00:00
|
|
|
* Fri Nov 23 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-10
|
|
|
|
- Move eclipse.ini for real.
|
|
|
|
|
2007-11-23 13:19:22 +00:00
|
|
|
* Fri Nov 23 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-9
|
|
|
|
- Move eclipse.ini in %%files section.
|
|
|
|
|
2007-11-22 23:50:07 +00:00
|
|
|
* Thu Nov 22 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-8
|
|
|
|
- Re-enable gcj_support.
|
|
|
|
|
2007-11-22 21:48:15 +00:00
|
|
|
* Thu Nov 22 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-7
|
|
|
|
- Un-break non-ppc64 platforms.
|
|
|
|
|
2007-11-22 18:11:14 +00:00
|
|
|
* Mon Nov 19 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-6
|
|
|
|
- Require jpackage-utils (courtesy Patrice Dumas).
|
|
|
|
- Fix ppc64 (and hopefully other unsupported-by-upstream arches).
|
|
|
|
- Move eclipse.ini to %%{_libdir}/eclipse where it gets read.
|
|
|
|
- Resolves: rhbz#394161.
|
|
|
|
|
2007-11-16 22:20:55 +00:00
|
|
|
* Fri Nov 16 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-5
|
|
|
|
- Remove extraneous build.index comment (from test build again).
|
|
|
|
|
2007-11-16 21:55:25 +00:00
|
|
|
* Fri Nov 16 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-4
|
|
|
|
- Enable gcj support (disabled for test build).
|
|
|
|
|
2007-11-16 21:25:34 +00:00
|
|
|
* Fri Nov 16 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-3
|
|
|
|
- Update tomcat patches.
|
2007-11-22 18:11:14 +00:00
|
|
|
- Resolves: rhbz#380121.
|
2007-11-16 21:25:34 +00:00
|
|
|
|
2007-11-14 15:41:38 +00:00
|
|
|
* Wed Nov 14 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-2
|
|
|
|
- Bump release to tag non-corrupted source zip.
|
|
|
|
|
2007-11-14 14:53:26 +00:00
|
|
|
* Thu Nov 01 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-1
|
|
|
|
- Update branding.
|
|
|
|
- Work around e.o#195897 by setting the VM arg explicitly.
|
|
|
|
|
2007-10-31 15:00:22 +00:00
|
|
|
* Fri Oct 26 2007 Andrew Overholt <overholt@redhat.com> 3.3.1.1-1
|
|
|
|
- 3.3.1.1
|
|
|
|
- Add patch for memory issues with IcedTea.
|
|
|
|
|
2007-10-22 14:33:37 +00:00
|
|
|
* Mon Oct 22 2007 Andrew Overholt <overholt@redhat.com> 3.3.1-1
|
|
|
|
- 3.3.1
|
|
|
|
- Update icu4j requirement for new version number.
|
|
|
|
|
2007-10-11 14:36:55 +00:00
|
|
|
* Thu Oct 11 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-27
|
|
|
|
- Add patch to have unversioned swt.jar symlink (courtesy Patrice
|
|
|
|
Dumas).
|
|
|
|
|
2007-10-06 17:30:28 +00:00
|
|
|
* Sat Oct 06 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-26
|
|
|
|
- Add encoding to desktop file.
|
|
|
|
- Fix %%files list again.
|
|
|
|
|
2007-10-05 20:44:36 +00:00
|
|
|
* Fri Oct 05 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-25
|
|
|
|
- Fix %%files list for Fedora Eclipse feature.
|
|
|
|
|
2007-10-05 15:49:05 +00:00
|
|
|
* Fri Oct 05 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-24
|
|
|
|
- Update branding plugin.
|
|
|
|
- Add branding feature. This fixes the update manager issue when using
|
|
|
|
the Fedora-branded product.
|
|
|
|
- Thanks to Alexander Kurtakov and Pascal Rapicault for helping track
|
|
|
|
down this issue.
|
|
|
|
|
2007-10-03 19:51:18 +00:00
|
|
|
* Wed Oct 03 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-23
|
|
|
|
- Build gcj bits on x86 and x86_64.
|
|
|
|
- Add instructions for how to get source of branding plugin.
|
|
|
|
- Fix splash screen typo.
|
|
|
|
- Resolves: rhbz#301871.
|
|
|
|
|
2007-09-26 19:40:49 +00:00
|
|
|
* Wed Sep 26 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-21
|
|
|
|
- Add patch to generate 1.6 bytecode on a 1.7 VM (kudos to Olivier
|
|
|
|
Thomann)
|
|
|
|
- Resolves: rhbz#288991.
|
|
|
|
|
2007-09-18 15:56:57 +00:00
|
|
|
* Tue Sep 18 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-20
|
|
|
|
- Move requirements on subclipse, cdt, mylyn, etc. to comps.xml.
|
|
|
|
|
2007-09-10 13:36:32 +00:00
|
|
|
* Mon Sep 10 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-19
|
|
|
|
- Don't require subclipse, cdt, or rpm-editor on ppc64.
|
|
|
|
|
2007-09-07 18:51:16 +00:00
|
|
|
* Fri Sep 07 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-18
|
|
|
|
- Build 1.6 plugins when building with IcedTea.
|
|
|
|
|
2007-09-07 05:24:17 +00:00
|
|
|
* Fri Sep 07 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-17
|
|
|
|
- Update Fedora Eclipse product plugin to fix Welcome page.
|
|
|
|
|
2007-09-06 15:41:30 +00:00
|
|
|
* Thu Sep 06 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-16
|
|
|
|
- Compile SDK to 1.5 bytecode and disable 1.6 plugins.
|
|
|
|
|
2007-09-05 20:28:17 +00:00
|
|
|
* Wed Sep 05 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-15
|
|
|
|
- Update tomcat5, commons-el, and commons-logging to required releases
|
|
|
|
with proper OSGi manifests.
|
|
|
|
|
2007-09-04 21:14:28 +00:00
|
|
|
* Mon Sep 04 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-14
|
|
|
|
- Add Fedora Eclipse product plugin.
|
|
|
|
- Add Requires: eclipse-rpm-editor to platform subpackage.
|
|
|
|
|
2007-08-30 20:37:01 +00:00
|
|
|
* Thu Aug 30 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-13
|
|
|
|
- Move *-sdk subpackages to pde subpackage.
|
|
|
|
- Add BuildRequires: libXt-devel for IcedTea build.
|
2007-08-30 23:52:17 +00:00
|
|
|
- Add launcher-fix-java-home.patch.
|
2007-08-30 20:37:01 +00:00
|
|
|
|
2007-08-29 19:48:57 +00:00
|
|
|
* Tue Aug 28 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-12
|
2007-08-29 14:55:55 +00:00
|
|
|
- Require mylyn on all archs except ppc64 alpha.
|
2007-08-29 19:27:50 +00:00
|
|
|
- Use IcedTea on x86_64 and x86.
|
|
|
|
- Remove hacks for s390{,x} as they are now included in upstream build.
|
2007-08-29 14:28:27 +00:00
|
|
|
|
2007-08-29 13:46:48 +00:00
|
|
|
* Tue Aug 28 2007 Andrew Overholt <overholt@redhat.com> 3.3.0-11
|
|
|
|
- Symlink to jetty.
|
|
|
|
|
2007-08-28 21:17:59 +00:00
|
|
|
* Tue Aug 28 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-10
|
2007-08-28 22:43:52 +00:00
|
|
|
- Add requires eclipse-cvs-client, eclipse-subclipse, eclipse-mylyn,
|
|
|
|
eclipse-mylyn-ide, eclipse-mylyn-bugzilla, eclipse-mylyn-trac
|
2007-08-28 21:41:34 +00:00
|
|
|
and eclipse-changelog to platform package.
|
2007-08-28 22:43:52 +00:00
|
|
|
- Add requires eclipse-mylyn-java to jdt.
|
|
|
|
- Add requires eclipse-mylyn-pde to pde.
|
|
|
|
- Remove pde-sdk and sdk sub-packages
|
2007-08-28 21:17:59 +00:00
|
|
|
|
2007-08-23 18:19:17 +00:00
|
|
|
* Thu Aug 23 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-9
|
|
|
|
- Add Requires: eclipse-cvs-client to jdt package.
|
|
|
|
|
2007-08-14 18:51:17 +00:00
|
|
|
* Tue Aug 14 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-8
|
|
|
|
- Link to junit4 jar.
|
|
|
|
- Remove included eclipse binaries.
|
|
|
|
- Add Provides: eclipse to sdk subpackage.
|
|
|
|
|
2007-08-13 18:46:11 +00:00
|
|
|
* Mon Aug 13 2007 Oliver Falk <oliver@linux-kernel.at> 3.3.0-7
|
|
|
|
- Also explode SDK tarball on alpha
|
|
|
|
- Resolves: #251958
|
|
|
|
|
2007-08-10 16:50:53 +00:00
|
|
|
* Tue Aug 07 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-6
|
|
|
|
- Add links for jsp api, servlet api and jasper.
|
|
|
|
- Add %%{_libdir}/%%{name}/features to the rcp %%files listing.
|
|
|
|
|
2007-08-03 19:37:44 +00:00
|
|
|
* Fri Aug 03 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-5
|
|
|
|
- Add patch to fix double free bug in launcher library.
|
|
|
|
- Resolves: #248798.
|
|
|
|
|
2007-07-31 23:02:58 +00:00
|
|
|
* Tue Jul 31 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-4
|
|
|
|
- Link to commons-el.jar.
|
|
|
|
- Remove ant 1.7 hacks.
|
2007-07-26 22:18:47 +00:00
|
|
|
|
2007-07-18 20:14:23 +00:00
|
|
|
* Wed Jul 18 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-3
|
|
|
|
- Add links for lucene and lucene.analysis.
|
|
|
|
- Remove icu4j symlink from /usr/share/eclipse/plugins.
|
|
|
|
- Resolves: #248749.
|
|
|
|
|
2007-07-16 21:35:28 +00:00
|
|
|
* Mon Jul 16 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-2
|
2007-07-16 15:59:37 +00:00
|
|
|
- Fix dep in rcp sub-package.
|
2007-07-16 21:35:28 +00:00
|
|
|
- Add Alpha support.
|
|
|
|
- Link to commons-logging.jar
|
|
|
|
- Resolves: #248359.
|
2007-07-16 15:59:37 +00:00
|
|
|
|
2007-06-29 19:14:45 +00:00
|
|
|
* Fri Jun 29 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-1
|
|
|
|
- 3.3.
|
|
|
|
|
2007-06-27 17:03:07 +00:00
|
|
|
* Wed Jun 27 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.3.RC4
|
|
|
|
- Restore ppc64, s390{,x} and sparc{,64} support.
|
|
|
|
- Restore multilib support.
|
|
|
|
|
2007-06-27 15:56:57 +00:00
|
|
|
* Tue Jun 19 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.2.RC4
|
|
|
|
- Use icu4j-eclipse sub-package instead of building icu4j here.
|
|
|
|
- Use exec in binary wrapper.
|
|
|
|
- Add 3.3.0 splashscreen.
|
|
|
|
|
|
|
|
* Tue Jun 12 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.1.RC4
|
|
|
|
- 3.3RC4.
|
|
|
|
|
|
|
|
* Mon Jun 11 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.2.RC3
|
|
|
|
- Update launching strategy for 3.3.
|
|
|
|
- Pull in package-build fix from F-7.
|
|
|
|
|
|
|
|
* Wed May 23 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.1.RC3
|
|
|
|
- 3.3RC3.
|
|
|
|
|
|
|
|
* Wed May 23 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.1.RC2
|
|
|
|
- 3.3RC2.
|
|
|
|
|
|
|
|
* Wed May 23 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.1.RC1
|
|
|
|
- 3.3RC1.
|
|
|
|
- Pull in changes from F-7.
|
|
|
|
|
|
|
|
* Mon Feb 26 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.1.M5eh
|
|
|
|
- 3.3M5.
|
2008-11-20 19:45:36 +00:00
|
|
|
- Remove launcher-addplatformtotildeeclipse.patch as it's only needed
|
2007-06-27 15:56:57 +00:00
|
|
|
for FC-5 -> FC-6.
|
|
|
|
- Remove swt firefox patches as they are no longer needed.
|
|
|
|
- Remove ppc64, s390{,x} and sparc{,64} support.
|
|
|
|
- Remove use-built-launcher patch.
|
|
|
|
- Update set-launcher-and-configuration-dir patch.
|
|
|
|
|
|
|
|
* Mon Jan 29 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.3.M4
|
|
|
|
- Enable updated ecj square brackets patch.
|
|
|
|
|
|
|
|
* Fri Jan 12 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.2.M4
|
|
|
|
- Pull in fixes from rawhide.
|
|
|
|
|
|
|
|
* Wed Dec 20 2006 Ben Konrath <bkonrath@redhat.com> 3.3.0-0.1.M4
|
|
|
|
- 3.3M4.
|
|
|
|
- Update patches for 3.3M4.
|
|
|
|
- Remove SWT JNI symlinks in %%{_libdir}.
|
2006-12-19 21:57:24 +00:00
|
|
|
|
2006-12-07 05:48:09 +00:00
|
|
|
* Wed Dec 6 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-25
|
|
|
|
- Add %%{_libdir}/eclipse dir to files list of libswt-gtk2.
|
|
|
|
- Resolves: #211008.
|
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
* Tue Dec 5 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-24
|
|
|
|
- Specfile review with Ben Konrath.
|
|
|
|
- Lots of cleanups.
|
|
|
|
|
2006-11-28 19:55:16 +00:00
|
|
|
* Tue Nov 28 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-23
|
|
|
|
- Move back to ~/.eclipse for update site pending upstream comments.
|
|
|
|
- Add patch to add platform to ~/.eclipse's platform.xml. This maintains
|
2006-11-28 20:06:00 +00:00
|
|
|
user-installed plugins but allows us to remove the pre-configured
|
|
|
|
platform.xml in the OSGi configuration area.
|
2006-11-28 19:55:16 +00:00
|
|
|
|
2006-11-24 21:04:30 +00:00
|
|
|
* Mon Nov 20 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-22
|
|
|
|
- Use ~/.eclipseplugins instead of ~/.eclipse in update site - homedir patch.
|
|
|
|
- Bump release.
|
|
|
|
|
2006-11-18 03:09:54 +00:00
|
|
|
* Fri Nov 17 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-21
|
|
|
|
- Add patch to workaround an xml parsing bug in libgcj (gcc bug #29853).
|
|
|
|
- Resolves: #209393.
|
|
|
|
|
2006-11-17 18:41:20 +00:00
|
|
|
* Fri Nov 17 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-20
|
|
|
|
- Revise gre64 patch to just do ppc64 addition and not ordering change.
|
|
|
|
|
2006-11-17 00:25:13 +00:00
|
|
|
* Thu Nov 16 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-19
|
|
|
|
- Add patch to look at gre64.conf on ppc64.
|
|
|
|
|
2006-11-11 00:43:34 +00:00
|
|
|
* Fri Nov 10 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-18
|
|
|
|
- Remove SWT ON_TOP patch as it is fixed in 3.2.1.
|
|
|
|
|
2006-11-10 00:09:32 +00:00
|
|
|
* Thu Nov 09 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-17
|
|
|
|
- Add file level requirement for swt fragment to rcp and platform packages.
|
|
|
|
This is needed so that the rcp and platform packages pull in the swt package
|
|
|
|
of the correct word size.
|
|
|
|
|
2006-11-07 05:45:12 +00:00
|
|
|
* Mon Nov 06 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-16
|
|
|
|
- Move copy-platform back to %%{_datadir}/eclipse.
|
|
|
|
- Require gjdoc >= 0.7.7-14 as it generates consistent html across archs.
|
2008-11-20 19:45:36 +00:00
|
|
|
- Move most of the doc plugins back to %%{_datatdir}/eclipse now that gjdoc
|
|
|
|
is fixed.
|
2006-11-07 05:45:12 +00:00
|
|
|
|
2006-11-04 00:14:24 +00:00
|
|
|
* Fri Nov 03 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-15
|
|
|
|
- Make sdk require config.ini itself rather than the package to deal with the
|
|
|
|
bi-arch installation situation.
|
|
|
|
- Move sdk feature and plugin to %%{_libdir} so we can check for its existence
|
|
|
|
in the post scripts.
|
|
|
|
|
2006-11-03 17:50:54 +00:00
|
|
|
* Thu Nov 02 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-14
|
|
|
|
- Remove post sections that munge eclipse.product; always set it to
|
|
|
|
org.eclipse.platform.ide or org.eclipse.sdk.ide.
|
|
|
|
- Remove changelogs prior to 3.2.0.
|
|
|
|
|
2006-11-02 06:52:24 +00:00
|
|
|
* Thu Nov 02 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-12
|
|
|
|
- Move doc plugins to %%{_libdir}/eclipse/plugins because of html is being
|
|
|
|
generated differently on different arches.
|
|
|
|
- Fix multilib problem when there are two or more jars within a jar.
|
2006-11-02 12:53:58 +00:00
|
|
|
- BR dos2unix always (for mac2unix).
|
2006-11-02 06:52:24 +00:00
|
|
|
|
2006-11-02 04:14:38 +00:00
|
|
|
* Wed Nov 01 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-11
|
2006-11-02 01:59:53 +00:00
|
|
|
- Move copy-platform to %%{_libdir}/eclipse
|
|
|
|
- Move the platform.source, icu4j, icu4j.source, help.webapp and
|
2006-11-02 06:52:24 +00:00
|
|
|
update.core.linux plugins to %%{_libdir}/eclipse/plugins because these plugins
|
|
|
|
have platform specific content. Some of the platform specific content may be
|
|
|
|
a result of bugs in libgcj. These need to be investigated.
|
2006-11-02 01:59:53 +00:00
|
|
|
- Disable building the help indexes on all archs so that we have the same doc
|
2006-11-02 02:03:18 +00:00
|
|
|
plugins on all archs.
|
2006-11-02 01:59:53 +00:00
|
|
|
- Remove org.apache.ant_1.6.5/bin/runant.py to avoid multilib conflicts.
|
2008-11-20 19:45:36 +00:00
|
|
|
- Repack all the jars and the jars within those jars. This is needed
|
2006-11-02 01:59:53 +00:00
|
|
|
to make this package multilib compatible.
|
2008-11-20 19:45:36 +00:00
|
|
|
- Put SWT symlinks in %%{_libdir}/eclipse instead of
|
2006-11-02 01:59:53 +00:00
|
|
|
%%{_libdir}/eclipse/plugins.
|
|
|
|
|
2006-11-02 04:14:38 +00:00
|
|
|
* Wed Nov 01 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-11
|
2006-11-02 00:55:15 +00:00
|
|
|
- Use equinox initializer instead of old patch to core.runtime.
|
|
|
|
- Run initializer *after* splitting install into arch-specific and
|
|
|
|
arch-independent locations.
|
2006-11-02 01:50:13 +00:00
|
|
|
- Move copy-platform to arch-specific location.
|
2006-11-02 04:52:14 +00:00
|
|
|
- Get rid of broken symlinks in tomcat plugin.
|
2006-11-02 00:55:15 +00:00
|
|
|
|
2006-11-01 01:47:08 +00:00
|
|
|
* Tue Oct 31 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-11
|
|
|
|
- Fix copy-platform to work with split install.
|
|
|
|
|
2006-10-31 19:48:11 +00:00
|
|
|
* Tue Oct 31 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-10
|
|
|
|
- Add 3.2.1 splash screen.
|
|
|
|
- Sort the java source files before building (#209249).
|
|
|
|
- Remove Fedora ifdefs.
|
|
|
|
- Resolves: #209249.
|
|
|
|
|
2006-10-31 07:43:15 +00:00
|
|
|
* Tue Oct 31 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-9
|
|
|
|
- Re-enable building of the icu4j plugins.
|
|
|
|
|
2006-10-30 23:18:06 +00:00
|
|
|
* Mon Oct 30 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-8
|
|
|
|
- Temporarily disable building of icu4j plugin.
|
|
|
|
|
2006-10-30 17:36:31 +00:00
|
|
|
* Mon Oct 30 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-8
|
|
|
|
- Fix eclipse-ecj symlink to point to correct location.
|
|
|
|
- Put SWT symlinks in %%{_libdir} instead of %%{_datadir} as they're
|
|
|
|
target-dependent.
|
|
|
|
|
2006-10-29 01:58:43 +00:00
|
|
|
* Sat Oct 28 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-7
|
2006-10-29 01:58:05 +00:00
|
|
|
- Add patch for ecj [] classpath problem.
|
2008-11-20 19:45:36 +00:00
|
|
|
- Remove configuration files from rcp files list.
|
2006-10-29 01:58:05 +00:00
|
|
|
- Add patch set bindir and shared config patch to allow the eclipse binary
|
|
|
|
to sit in %%{_bindir} and remove the symlinks. This patch also allows us to
|
|
|
|
set osgi.sharedConfiguration.area config on a per build basis so that the
|
|
|
|
configuration directory can be arch dependant.
|
|
|
|
- Remove launcher link patch as the bindir patch removes the requirement for
|
|
|
|
this patch.
|
|
|
|
- Don't aot-compile org.eclipse.ui.ide to work around rh bug # 175547.
|
|
|
|
- Add Requies(post,postun) to all packages to ensure that no files are left
|
|
|
|
behind when eclipse is un-installed.
|
|
|
|
- Many spec file clean ups.
|
|
|
|
- Resolves: #199961, #202585, #210764, #207016.
|
|
|
|
- Related: #175547.
|
|
|
|
|
2006-10-16 17:25:21 +00:00
|
|
|
* Mon Oct 16 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-6
|
|
|
|
- Remove unneeded tomcat symlinks.
|
|
|
|
|
2006-10-16 17:19:19 +00:00
|
|
|
* Mon Oct 16 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-6
|
|
|
|
- Remove unnecessary bits of configuration.
|
|
|
|
- Resolves: #210764, #202585.
|
|
|
|
|
2006-10-10 19:14:44 +00:00
|
|
|
* Tue Oct 10 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-5
|
|
|
|
- Remove perl dependancy.
|
|
|
|
- Fix offsets in libswt-enableallandO2 patch.
|
|
|
|
- Add Requires(post,postun) java-gcj-compat to sdk to avoid errors when
|
|
|
|
uninstalling the java stack.
|
2006-10-12 22:27:53 +00:00
|
|
|
- Move jface and jface.databinding from libswt3-gtk2 to rcp because these
|
|
|
|
plugins have dependancies on some plugins in rcp.
|
2006-10-10 19:14:44 +00:00
|
|
|
|
2006-10-01 04:52:33 +00:00
|
|
|
* Sun Oct 01 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-4
|
|
|
|
- Fix triggerpostun to include epoch of previous releases.
|
|
|
|
|
2006-09-29 22:22:43 +00:00
|
|
|
* Fri Sep 29 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-3
|
|
|
|
- Add Requires(post,postun) to platform and sdk sub-packages so that post and
|
|
|
|
postun scripts work correctly.
|
|
|
|
|
2006-09-29 22:16:11 +00:00
|
|
|
* Fri Sep 29 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-3
|
2006-09-29 22:28:09 +00:00
|
|
|
- Add triggerpostun to deal with old rebuild-sdk-features postun crap
|
|
|
|
(rh#207442, rh#207013).
|
2006-09-29 22:16:11 +00:00
|
|
|
|
2006-09-29 13:23:59 +00:00
|
|
|
* Fri Sep 29 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-2
|
2006-09-29 22:28:09 +00:00
|
|
|
- Fix swt-firefox patch to not create DSOs with undefined symbols (rh#201778).
|
2006-09-29 13:23:59 +00:00
|
|
|
|
2006-09-28 21:22:00 +00:00
|
|
|
* Thu Sep 28 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-1
|
|
|
|
- 3.2.1 final.
|
|
|
|
|
|
|
|
* Thu Sep 28 2006 Andrew Overholt <overholt@redhat.com> 3.2.1-1
|
2006-09-28 21:19:03 +00:00
|
|
|
- Use new swt-firefox patch and consolidate others into one.
|
|
|
|
|
2006-09-27 11:50:42 +00:00
|
|
|
* Wed Sep 27 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-0.RC.3
|
2007-01-10 18:58:44 +00:00
|
|
|
- Fix typo in %%postun of -sdk and -platform.
|
2006-09-28 14:09:00 +00:00
|
|
|
- Disable help index generation on ia64.
|
2006-09-27 11:50:42 +00:00
|
|
|
|
2006-09-27 01:43:58 +00:00
|
|
|
* Tue Sep 26 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-0.RC.2
|
2007-01-10 18:58:44 +00:00
|
|
|
- Don't set eclipse.product incorrectly in %%postun of -sdk and -platform.
|
2006-09-27 01:43:58 +00:00
|
|
|
|
2008-11-20 19:45:36 +00:00
|
|
|
* Mon Sep 25 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-0.RC.1
|
2006-09-26 04:45:35 +00:00
|
|
|
- M20060921-0945 (3.2.1 pre-release).
|
|
|
|
- Upadate patches to 3.2.1.
|
|
|
|
- Add icu4j 3.4.5 sources.
|
|
|
|
- Add Fedora version to platform about.mappings as well as sdk.
|
|
|
|
|
2006-09-25 15:31:26 +00:00
|
|
|
* Mon Sep 25 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-8
|
|
|
|
- Remove unused eclipse.conf.
|
|
|
|
- Remove unused gre64.conf patch (applied upstream).
|
|
|
|
|
2006-09-21 20:11:47 +00:00
|
|
|
* Thu Sep 21 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-7
|
|
|
|
- Use real SWT version on ia64, ppc64, s390 and s390x.
|
2008-11-20 19:45:36 +00:00
|
|
|
- Remove the swt native libs from the rcp sub-package because they are
|
2006-09-21 20:11:47 +00:00
|
|
|
already in the libswt-gtk2 sub-package and rcp requires libswt-gtk2.
|
|
|
|
- Set correct eclipse.product in post and postun of sdk and platform
|
|
|
|
sub-packages (rh bug # 207442)
|
|
|
|
- Don't set the .eclipseproduct twice.
|
2006-09-22 16:59:40 +00:00
|
|
|
- Add Conflicts: mozilla to libswt3-gtk2 (rh bug # 207626).
|
|
|
|
- Move Requires: firefox to libswt3-gtk2.
|
2006-09-21 20:11:47 +00:00
|
|
|
|
2006-09-21 14:59:08 +00:00
|
|
|
* Thu Sep 21 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-7
|
2006-09-21 17:47:07 +00:00
|
|
|
- Add workaround for gjdoc Mac-encoded bug (gcc#29167) to make javadocs build.
|
|
|
|
- Fix tomcat symlinking in %%install to make help work (rh#199453).
|
2006-09-21 14:59:08 +00:00
|
|
|
|
2006-09-18 22:20:30 +00:00
|
|
|
* Mon Sep 11 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-6
|
|
|
|
- Update swt-firefox patch and remove libswt-xpcom patch (rh bug # 200929).
|
2008-11-20 19:45:36 +00:00
|
|
|
- Re-work files list to match upstream and remove rebuild-sdk-features
|
2006-09-18 22:20:30 +00:00
|
|
|
(rh bug # 205933).
|
|
|
|
|
2006-09-08 02:57:24 +00:00
|
|
|
* Thu Sep 07 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-5
|
|
|
|
- Add swt-firefox patch; moves SWT to NS_InitXPCOM3() from NS_InitEmbedding().
|
2006-09-10 14:09:56 +00:00
|
|
|
- Add sparc support (Dennis Gilmore <dennis@ausil.us>).
|
|
|
|
- Disable help index generation on s390.
|
2006-09-08 02:57:24 +00:00
|
|
|
|
2006-09-06 22:02:18 +00:00
|
|
|
* Wed Sep 06 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-4
|
|
|
|
- Re-add customBuildCallbacks.xml-add-pre.gather.bin.parts.patch because
|
|
|
|
it has not been applied upstream.
|
|
|
|
- Minor spec file clean ups.
|
2008-11-20 19:45:36 +00:00
|
|
|
- Add %%{name} to the -devel package Provides so that upgrading from
|
2006-09-06 22:02:18 +00:00
|
|
|
FC-5 to FC-6 works.
|
|
|
|
- Re-enable natively compiling the ant.ui plugin.
|
|
|
|
- Re-enable natively compiling the team.cvs.core plugin on ia64.
|
|
|
|
|
2006-09-04 16:48:22 +00:00
|
|
|
* Fri Sep 01 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-3
|
|
|
|
- Use the system tomcat on ppc64 and s390x.
|
|
|
|
|
2006-08-31 18:26:31 +00:00
|
|
|
* Wed Aug 30 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-3
|
|
|
|
- Don't use pkg_summary.
|
|
|
|
|
2006-08-29 19:45:50 +00:00
|
|
|
* Tue Aug 29 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-2
|
|
|
|
- Remove double Manifest file in com.jcraft.jsch_0.1.28.jar.
|
2006-08-31 04:06:09 +00:00
|
|
|
- Require java-gcj-compat >= 1.0.64.
|
2006-08-29 19:45:50 +00:00
|
|
|
|
2006-08-17 18:26:52 +00:00
|
|
|
* Thu Aug 17 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_12fc
|
|
|
|
- Fix tomcat55 patch to not conflict with wst.ws (commons-logging visibility).
|
|
|
|
|
2006-08-10 22:06:10 +00:00
|
|
|
* Thu Aug 10 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_11fc
|
2006-08-10 19:24:51 +00:00
|
|
|
- Fix eclipse-tomcat55.patch and eclipse-tomcat55-build.patch to not reference
|
|
|
|
jars that don't exist.
|
|
|
|
- Fix rebuild-sdk-features to work with 3.2.x feature versions.
|
|
|
|
|
2006-08-01 18:49:47 +00:00
|
|
|
* Tue Aug 01 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_10fc
|
|
|
|
- Use firefox-devel instead of mozilla-devel.
|
|
|
|
- Add patch for rh#200929 (include embed_base in xpcom's pkgconfig -I flags).
|
|
|
|
|
2006-07-26 04:35:40 +00:00
|
|
|
* Tue Jul 25 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-1jpp_9fc
|
|
|
|
- Use sed instead of patches for tomcat version numbers.
|
|
|
|
|
2006-07-23 22:03:21 +00:00
|
|
|
* Sun Jul 23 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-1jpp_8fc
|
2006-07-24 02:50:47 +00:00
|
|
|
- Disable build.index doc generation on i386.
|
2006-07-23 22:03:21 +00:00
|
|
|
|
|
|
|
* Sun Jul 23 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_7fc
|
2006-07-23 17:09:54 +00:00
|
|
|
- Remove org.eclipse.ant.ui* from %%files.
|
|
|
|
|
2006-07-23 08:27:15 +00:00
|
|
|
* Sun Jul 23 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-1jpp_7fc
|
2006-07-23 15:34:35 +00:00
|
|
|
- Exclude org.eclipse.ant.ui_3.2.0.v20060531.jar from aot-compile-rpm.
|
2006-07-23 08:27:15 +00:00
|
|
|
|
2006-07-22 08:38:34 +00:00
|
|
|
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> 3.2.0-1jpp_6fc
|
|
|
|
- Rebuilt
|
|
|
|
|
2006-07-20 23:42:26 +00:00
|
|
|
* Thu Jul 20 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_5fc
|
|
|
|
- New splash screen from Diana Fong (rh#199456).
|
|
|
|
|
2006-07-19 02:44:16 +00:00
|
|
|
* Tue Jul 18 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_4fc
|
|
|
|
- Add patch from Tom Tromey for ecj-gcj branch of gcj.
|
|
|
|
- Fix SWT symlinks.
|
|
|
|
|
2006-07-18 15:54:38 +00:00
|
|
|
* Tue Jul 18 2006 Igor Foox <ifoox@redhat.com> 3.2.0-1jpp_3fc
|
|
|
|
- Rebuild.
|
|
|
|
|
2006-07-17 22:44:29 +00:00
|
|
|
* Mon Jul 17 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-1jpp_2fc
|
|
|
|
- Rebuild.
|
|
|
|
|
2006-07-06 12:54:28 +00:00
|
|
|
* Thu Jul 06 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_1fc
|
2006-07-08 02:20:09 +00:00
|
|
|
- Temporarily add webapp patch for ppc64 and s390x.
|
2006-07-06 18:22:19 +00:00
|
|
|
- Bump tomcat5 to 5.5.17 both in BR/R and in patches.
|
2006-07-06 12:54:28 +00:00
|
|
|
|
2006-07-05 12:40:06 +00:00
|
|
|
* Wed Jul 05 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_1fc
|
|
|
|
- Don't require tomcat on ppc64, s390, or s390x until we've got it there.
|
2006-07-05 14:55:01 +00:00
|
|
|
- org.eclipse.tomcat -> org.eclipse.tomcat/lib.
|
2006-07-05 15:49:58 +00:00
|
|
|
- Update webapp build patch.
|
|
|
|
- Use commons-* instead of jakarta-commons-*.
|
2006-07-05 21:19:23 +00:00
|
|
|
- Don't delete jars in %%install.
|
2006-07-05 22:08:40 +00:00
|
|
|
- Don't apply tomcat and webapp patches on ppc64, s390, and s390x (for now).
|
2006-07-06 02:25:27 +00:00
|
|
|
- Don't include tomcat jars in %%files for ix86, ppc, x86_64, ia64.
|
|
|
|
- Use tomcat plugin version instead of org.eclipse.tomcat_*.
|
2006-07-05 12:40:06 +00:00
|
|
|
|
2006-07-04 22:25:52 +00:00
|
|
|
* Tue Jul 04 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-1jpp_1fc
|
2008-11-20 19:45:36 +00:00
|
|
|
- Fix tomcat symlinks.
|
2006-07-04 22:25:52 +00:00
|
|
|
|
2006-07-04 21:27:47 +00:00
|
|
|
* Tue Jul 04 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-1jpp_1fc
|
|
|
|
- 3.2.0.
|
|
|
|
- Remove Provides: eclipse-sdk from eclipse-platform.
|
|
|
|
- Use build-jar-repository where appropriate.
|
|
|
|
|
2006-06-13 22:41:27 +00:00
|
|
|
* Tue Jun 13 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-0jpp_0fc.3.2RC7.7
|
|
|
|
- Rename -devel packages to -sdk to match upstream names.
|
2008-11-20 19:45:36 +00:00
|
|
|
- Add Provides eclipse-sdk to platform-sdk.
|
2006-06-13 22:41:27 +00:00
|
|
|
- Remove zip re-pack code.
|
|
|
|
|
2006-06-13 01:23:08 +00:00
|
|
|
* Mon Jun 12 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-0jpp_0fc.3.2RC7.6
|
|
|
|
- Bump release again.
|
|
|
|
|
2006-06-13 00:27:39 +00:00
|
|
|
* Mon Jun 12 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-0jpp_0fc.3.2RC7.5
|
|
|
|
- Bump release.
|
|
|
|
|
2006-06-12 22:26:55 +00:00
|
|
|
* Mon Jun 12 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-0jpp_0fc.3.2RC7.4
|
|
|
|
- Require java-gcj-compat 1.0.52.
|
|
|
|
- Don't use '*' to set the quatifier name in the eclipse-ecj symlink.
|
|
|
|
- Really fix swt symlinks rh #194500.
|
|
|
|
|
2006-06-08 18:47:33 +00:00
|
|
|
* Wed Jun 07 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-0jpp_0fc.3.2RC7.3
|
2006-06-09 22:26:43 +00:00
|
|
|
- Enable ppc64, s390 and s390x.
|
|
|
|
- Add check for jars at the end of prep.
|
|
|
|
- Fix patch for rh #162177 (square brackets patch).
|
|
|
|
- Fix swt symlinks rh #194500.
|
|
|
|
- Add versionless pde.build symlink.
|
|
|
|
- Rename efj-wrapper.sh to efj.sh.in.
|
|
|
|
- Re-pack all zips after the build to ensure that zips have the same md5sum
|
|
|
|
across arch re-builds. This is needed to avoid multilib conflicts.
|
2006-06-08 18:47:33 +00:00
|
|
|
|
2006-06-07 22:34:51 +00:00
|
|
|
* Wed Jun 07 2006 Andrew Overholt <overholt@redhat.com> 3.2.0-0jpp_0fc.3.2RC7.2
|
|
|
|
- Fix eclipse-ecj.jar symlink to include qualifier.
|
|
|
|
|
2006-06-07 04:15:28 +00:00
|
|
|
* Tue Jun 06 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-0jpp_0fc.3.2RC7.1
|
|
|
|
- 3.2RC7.
|
|
|
|
- Remove com.jcraft.jsch_0.1.28.jar and repackage with classes from the system
|
2008-11-20 19:45:36 +00:00
|
|
|
jsch.jar.
|
|
|
|
- Work around ia64 compile problem in aot-compile-rpm.
|
2006-06-07 04:15:28 +00:00
|
|
|
|
2006-06-02 21:46:07 +00:00
|
|
|
* Wed May 31 2006 Ben Konrath <bkonrath@redhat.com> 3.2.0-0jpp_0fc.3.2RC6
|
|
|
|
- 3.2RC6.
|