2013-02-07 09:21:40 +00:00
|
|
|
%{?scl:%scl_package eclipse}
|
|
|
|
%{!?scl:%global pkg_name %{name}}
|
2013-02-08 08:50:39 +00:00
|
|
|
%{!?scl:%global _scl_root %{nil}}
|
2013-02-07 09:21:40 +00:00
|
|
|
|
2012-09-07 16:30:46 +00:00
|
|
|
Epoch: 1
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2012-03-29 13:18:11 +00:00
|
|
|
%global eclipse_major 4
|
2013-01-28 12:46:52 +00:00
|
|
|
%global eclipse_minor 3
|
2009-10-15 10:33:35 +00:00
|
|
|
%global eclipse_majmin %{eclipse_major}.%{eclipse_minor}
|
2013-01-28 12:46:52 +00:00
|
|
|
%global eclipse_micro 0
|
2009-10-15 10:33:35 +00:00
|
|
|
%global initialize 1
|
2013-05-02 12:02:12 +00:00
|
|
|
%global eb_commit b963e34cbd5ead603a051b7d4b79fc91114ccd87
|
2013-05-13 10:50:59 +00:00
|
|
|
%global eclipse_tag 05399d45ad26182e90acf47798283268aaeb4471
|
2013-01-28 12:46:52 +00:00
|
|
|
%global build_id I20130128-1400
|
2012-03-29 18:54:45 +00:00
|
|
|
%global eclipse_version %{eclipse_majmin}.%{eclipse_micro}
|
2013-02-07 09:21:40 +00:00
|
|
|
%global installation_loc %{_libdir}/%{pkg_name}
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2013-03-18 19:16:10 +00:00
|
|
|
%global _jetty_version 9
|
2013-03-15 08:27:43 +00:00
|
|
|
%{?scl:%global _jetty_version 8}
|
2012-10-18 07:00:58 +00:00
|
|
|
|
2012-10-19 06:08:58 +00:00
|
|
|
%ifarch %{ix86}
|
|
|
|
%define eclipse_arch x86
|
|
|
|
%endif
|
2012-10-18 07:00:58 +00:00
|
|
|
%ifarch %{arm}
|
|
|
|
%define eclipse_arch arm
|
2012-10-19 06:08:58 +00:00
|
|
|
%endif
|
|
|
|
%ifarch %{power64}
|
2012-10-18 07:00:58 +00:00
|
|
|
%define eclipse_arch ppc64
|
2012-10-19 06:08:58 +00:00
|
|
|
%endif
|
2012-10-31 12:55:59 +00:00
|
|
|
%ifarch s390 s390x ppc x86_64
|
|
|
|
%define eclipse_arch %{_arch}
|
2012-10-19 06:08:58 +00:00
|
|
|
%endif
|
2012-10-18 07:00:58 +00:00
|
|
|
|
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
|
2013-03-15 08:27:43 +00:00
|
|
|
%define __jar_repack %{nil}
|
2012-08-24 07:26:01 +00:00
|
|
|
|
2012-10-19 06:08:58 +00:00
|
|
|
#Usage
|
|
|
|
# _secondary baseArch targetArch
|
|
|
|
%define _secondary() \
|
|
|
|
_f=`ls | grep -e "%{1}$"`; \
|
|
|
|
if [ -d ${_f/%{2}/%{3}/} ]; then \
|
|
|
|
echo "fragment ${_f/%{2}/%{3}/} already exists" \
|
|
|
|
else cp -r ${_f} ${_f/%{2}/%{3}/} ; \
|
|
|
|
find ${_f/%{2}/%{3}/} -type f -exec sed -i -e "s/%{2}/%{3}/g" {} \\; \
|
|
|
|
fi;
|
|
|
|
|
2012-08-24 07:26:01 +00:00
|
|
|
|
2006-08-31 18:26:31 +00:00
|
|
|
Summary: An open, extensible IDE
|
2013-02-07 09:21:40 +00:00
|
|
|
Name: %{?scl_prefix}eclipse
|
2012-03-29 18:54:45 +00:00
|
|
|
Version: %{eclipse_version}
|
2013-05-19 05:45:41 +00:00
|
|
|
Release: 0.52.git4bccf2%{?dist}
|
2008-07-17 15:00:36 +00:00
|
|
|
License: EPL
|
2012-09-07 16:30:46 +00:00
|
|
|
Group: Development/Tools
|
2004-09-09 04:27:27 +00:00
|
|
|
URL: http://www.eclipse.org/
|
2012-08-23 09:45:12 +00:00
|
|
|
#get-eclipse.sh
|
2013-05-02 12:02:12 +00:00
|
|
|
Source0: R4_platform-aggregator-%{eclipse_tag}.tar.bz2
|
2012-08-23 09:45:12 +00:00
|
|
|
#http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.eclipse-build.git/snapshot/org.eclipse.linuxtools.eclipse-build-701400b0ca475ea73bd828c66b00fb63c5ec2c8c.tar.bz2
|
2012-10-18 07:00:58 +00:00
|
|
|
Source1: eclipse-build-%{eb_commit}.tar.xz
|
2012-07-26 10:25:54 +00:00
|
|
|
|
|
|
|
# -com.sun.el
|
|
|
|
# +javax.el
|
|
|
|
# -org.apache.jasper.glassfish
|
2012-08-29 15:50:48 +00:00
|
|
|
# +org.glassfish.web.javax.servlet.jsp
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch0: %{pkg_name}-help-doc-adjust-dependencies.patch
|
2012-07-26 10:25:54 +00:00
|
|
|
|
|
|
|
# -org.w3c.dom.smil
|
|
|
|
# -javax.annotation
|
|
|
|
# +org.apache.geronimo.specs.geronimo-annotation_1.1_spec
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch1: %{pkg_name}-remove-w3c-smil-and-use-geronimo.patch
|
2006-09-18 22:20:30 +00:00
|
|
|
|
2012-08-28 06:43:06 +00:00
|
|
|
# Eclipse should not duplicate dependency sources (which are delivered
|
|
|
|
# by those dependencies packages).
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch3: %{pkg_name}-no-source-for-dependencies.patch
|
2012-08-28 06:43:06 +00:00
|
|
|
|
|
|
|
# This has too many dependencies. We will not build it.
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch4: %{pkg_name}-remove-weaving.patch
|
2012-08-28 06:43:06 +00:00
|
|
|
|
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=385970
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch5: %{pkg_name}-osgi-unpack-sources.patch
|
2012-08-02 09:16:53 +00:00
|
|
|
|
2012-08-28 06:43:06 +00:00
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=379102
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch6: %{pkg_name}-do-not-run-as-root.patch
|
2012-08-28 06:43:06 +00:00
|
|
|
|
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=377515
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch7: %{pkg_name}-p2-pick-up-renamed-jars.patch
|
2012-08-28 06:43:06 +00:00
|
|
|
|
|
|
|
# Patch for this was contributed. Unlikely to be released.
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch8: %{pkg_name}-ignore-version-when-calculating-home.patch
|
2012-08-28 06:43:06 +00:00
|
|
|
|
|
|
|
# CBI uses timestamps generated from the git commits. We don't have the repo,
|
|
|
|
# just source, and we don't want additional dependencies.
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch9: %{pkg_name}-remove-jgit-provider.patch
|
2012-08-28 06:43:06 +00:00
|
|
|
|
|
|
|
# This is for Fedora purposes to have working eclipse-pdebuild script.
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch10: %{pkg_name}-pdebuild-add-target.patch
|
2006-09-18 22:20:30 +00:00
|
|
|
|
2012-08-28 08:41:26 +00:00
|
|
|
# Strict Fedora purpose, too. We can't build entire product, just base
|
|
|
|
# and JDT and SDK as update sites, then we can assemble our own packages.
|
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=386670
|
|
|
|
# additional poms are a part of e-b
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch11: %{pkg_name}-change-build-packagings.patch
|
2012-08-28 08:41:26 +00:00
|
|
|
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch14: %{pkg_name}-test-support.patch
|
2012-09-07 16:30:46 +00:00
|
|
|
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch17: %{pkg_name}-secondary-arches.patch
|
2012-09-19 11:20:23 +00:00
|
|
|
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch18: %{pkg_name}-debug-symbols.patch
|
2012-09-28 12:49:54 +00:00
|
|
|
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch20: %{pkg_name}-fix-comaptibility-class.patch
|
2012-10-19 06:08:58 +00:00
|
|
|
|
2013-02-07 09:21:40 +00:00
|
|
|
Patch21: %{pkg_name}-fix-swt-build-in-rawhide.patch
|
2012-11-08 10:03:10 +00:00
|
|
|
|
2013-02-19 14:47:05 +00:00
|
|
|
Patch22: %{pkg_name}-bug-903537.patch
|
|
|
|
|
2013-02-27 11:27:12 +00:00
|
|
|
Patch23: %{pkg_name}-jetty-9.patch
|
|
|
|
|
2013-04-24 07:10:48 +00:00
|
|
|
Patch25: %{pkg_name}-fix-startup-class-refresh.patch
|
|
|
|
|
2013-05-16 16:34:54 +00:00
|
|
|
Patch26: %{pkg_name}-fix-dropins.patch
|
|
|
|
|
2012-10-31 12:55:59 +00:00
|
|
|
BuildRequires: ant >= 1.8.3
|
|
|
|
BuildRequires: rsync
|
|
|
|
BuildRequires: jpackage-utils >= 0:1.5, make, gcc
|
|
|
|
BuildRequires: gtk2-devel
|
2013-02-07 13:48:46 +00:00
|
|
|
BuildRequires: gtk3-devel
|
2012-10-31 12:55:59 +00:00
|
|
|
BuildRequires: glib2-devel
|
2012-11-13 17:37:05 +00:00
|
|
|
BuildRequires: GConf2-devel
|
2012-10-31 12:55:59 +00:00
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: nspr-devel
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
BuildRequires: mesa-libGL-devel
|
|
|
|
BuildRequires: mesa-libGLU-devel
|
|
|
|
BuildRequires: cairo >= 1.0
|
|
|
|
BuildRequires: unzip
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: java-devel >= 1:1.7.0
|
|
|
|
BuildRequires: java-javadoc >= 1:1.7.0
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
BuildRequires: webkitgtk-devel
|
2013-03-15 08:27:43 +00:00
|
|
|
BuildRequires: webkitgtk3
|
2012-10-31 12:55:59 +00:00
|
|
|
BuildRequires: geronimo-annotation >= 1.0-7
|
2013-05-14 07:06:13 +00:00
|
|
|
BuildRequires: %{?scl_prefix}icu4j-eclipse >= 1:50.1.1
|
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
|
2011-05-11 21:26:16 +00:00
|
|
|
BuildRequires: ant-javamail ant-jdepend ant-junit ant-swing ant-jsch ant-testutil ant-apache-xalan2 ant-jmf
|
2012-01-30 14:49:04 +00:00
|
|
|
BuildRequires: ant-scripts
|
2012-03-16 12:56:14 +00:00
|
|
|
BuildRequires: jsch >= 0:0.1.46-2
|
2012-02-22 09:43:04 +00:00
|
|
|
BuildRequires: apache-commons-el >= 1.0-22
|
2011-04-06 08:25:23 +00:00
|
|
|
BuildRequires: apache-commons-logging
|
2012-02-22 09:43:04 +00:00
|
|
|
BuildRequires: apache-commons-codec >= 1.6-2
|
2013-03-15 08:27:43 +00:00
|
|
|
BuildRequires: %{?scl_prefix}felix-gogo-command >= 0.12
|
|
|
|
BuildRequires: %{?scl_prefix}felix-gogo-shell >= 0.10.0-3
|
2013-03-18 19:16:10 +00:00
|
|
|
BuildRequires: osgi(org.eclipse.jetty.util) >= %{_jetty_version}
|
|
|
|
BuildRequires: osgi(org.eclipse.jetty.server) >= %{_jetty_version}
|
|
|
|
BuildRequires: osgi(org.eclipse.jetty.http) >= %{_jetty_version}
|
|
|
|
BuildRequires: osgi(org.eclipse.jetty.continuation) >= %{_jetty_version}
|
|
|
|
BuildRequires: osgi(org.eclipse.jetty.io) >= %{_jetty_version}
|
|
|
|
BuildRequires: osgi(org.eclipse.jetty.security) >= %{_jetty_version}
|
|
|
|
BuildRequires: osgi(org.eclipse.jetty.servlet) >= %{_jetty_version}
|
2012-04-12 07:06:45 +00:00
|
|
|
BuildRequires: lucene >= 2.9.4-8
|
|
|
|
BuildRequires: lucene-contrib >= 2.9.4-8
|
2012-04-30 13:57:27 +00:00
|
|
|
BuildRequires: junit >= 4.10-5
|
2012-04-23 10:58:22 +00:00
|
|
|
BuildRequires: hamcrest >= 0:1.1-11
|
2013-04-10 10:25:08 +00:00
|
|
|
BuildRequires: %{?scl_prefix}sat4j >= 2.3.3-1
|
2011-06-07 14:30:53 +00:00
|
|
|
BuildRequires: objectweb-asm >= 3.3.1-1
|
2011-09-12 09:03:06 +00:00
|
|
|
BuildRequires: zip
|
2012-04-12 07:29:32 +00:00
|
|
|
BuildRequires: sac >= 1.3-12
|
2012-04-12 07:06:45 +00:00
|
|
|
BuildRequires: batik >= 1.8
|
|
|
|
BuildRequires: xml-commons-apis >= 1.4.01-6
|
2012-04-10 12:56:06 +00:00
|
|
|
BuildRequires: atinject >= 1-6
|
2012-08-10 07:06:59 +00:00
|
|
|
BuildRequires: tycho >= 0.16
|
2012-08-14 08:57:35 +00:00
|
|
|
BuildRequires: tycho-extras >= 0.16
|
2012-10-02 09:55:22 +00:00
|
|
|
BuildRequires: eclipse-emf-core >= 1:2.8.1
|
2013-03-15 08:27:43 +00:00
|
|
|
BuildRequires: %{?scl_prefix}eclipse-ecf-core
|
2012-08-17 13:09:37 +00:00
|
|
|
BuildRequires: tomcat-servlet-3.0-api
|
2013-03-05 09:20:20 +00:00
|
|
|
BuildRequires: tomcat-el-2.2-api
|
2012-10-19 07:49:53 +00:00
|
|
|
BuildRequires: glassfish-jsp-api >= 2.2.1-4
|
2012-08-17 13:09:37 +00:00
|
|
|
BuildRequires: cglib
|
2012-11-13 17:37:05 +00:00
|
|
|
BuildRequires: glassfish-jsp >= 2.2.5
|
2013-02-20 21:11:19 +00:00
|
|
|
BuildRequires: cbi-plugins
|
2013-03-15 08:27:43 +00:00
|
|
|
BuildRequires: xml-maven-plugin
|
|
|
|
BuildRequires: httpcomponents-core
|
|
|
|
BuildRequires: httpcomponents-client
|
2013-04-07 19:49:16 +00:00
|
|
|
BuildRequires: eclipse-egit
|
|
|
|
BuildRequires: eclipse-jgit
|
2012-11-06 11:55:37 +00:00
|
|
|
BuildRequires: eclipse-pde
|
2011-11-25 18:42:15 +00:00
|
|
|
%if 0%{?rhel} >= 6
|
|
|
|
ExclusiveArch: %{ix86} x86_64
|
|
|
|
%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
|
|
|
%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
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
%package swt
|
2012-03-29 18:54:45 +00:00
|
|
|
Version: %{eclipse_version}
|
2006-12-06 18:20:01 +00:00
|
|
|
Summary: SWT Library for GTK+-2.0
|
2012-09-07 16:30:46 +00:00
|
|
|
Group: Development/Tools
|
|
|
|
# %%{_libdir}/java directory owned by jpackage-utils
|
2012-04-12 07:09:52 +00:00
|
|
|
Requires: java >= 1:1.7.0
|
2007-11-22 18:11:14 +00:00
|
|
|
Requires: jpackage-utils
|
2006-12-06 18:20:01 +00:00
|
|
|
Requires: gtk2
|
2013-03-15 08:27:43 +00:00
|
|
|
Requires: gtk3
|
2010-09-07 09:27:29 +00:00
|
|
|
Requires: webkitgtk
|
2013-03-15 08:27:43 +00:00
|
|
|
Requires: webkitgtk3
|
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
|
|
|
|
2012-06-29 09:53:16 +00:00
|
|
|
%package equinox-osgi
|
|
|
|
Version: %{eclipse_version}
|
|
|
|
Summary: Eclipse OSGi - Equinox
|
|
|
|
Requires: java >= 1:1.7.0
|
|
|
|
Requires: jpackage-utils
|
2012-10-19 15:07:20 +00:00
|
|
|
Provides: osgi(system.bundle) = %{epoch}:%{eclipse_version}
|
2012-06-29 09:53:16 +00:00
|
|
|
|
|
|
|
%description equinox-osgi
|
|
|
|
Eclipse OSGi - Equinox
|
|
|
|
|
2004-09-09 04:27:27 +00:00
|
|
|
%package platform
|
2012-03-29 18:54:45 +00:00
|
|
|
Version: %{eclipse_version}
|
2004-09-09 04:27:27 +00:00
|
|
|
Summary: Eclipse platform common files
|
2012-09-07 16:30:46 +00:00
|
|
|
Group: Development/Tools
|
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
|
2011-05-11 21:26:16 +00:00
|
|
|
Requires: ant-javamail ant-jdepend ant-junit ant-swing ant-jsch ant-testutil ant-apache-xalan2 ant-jmf
|
2012-01-30 14:49:04 +00:00
|
|
|
Requires: ant-scripts
|
2012-08-01 09:30:14 +00:00
|
|
|
Requires: apache-commons-el >= 1.0-23
|
|
|
|
Requires: apache-commons-logging
|
2012-02-22 09:43:04 +00:00
|
|
|
Requires: apache-commons-codec >= 1.6-2
|
2013-03-15 08:27:43 +00:00
|
|
|
Requires: %{?scl_prefix}felix-gogo-command >= 0.12
|
|
|
|
Requires: %{?scl_prefix}felix-gogo-shell >= 0.10.0-3
|
2013-03-18 19:16:10 +00:00
|
|
|
Requires: osgi(org.eclipse.jetty.util) >= %{_jetty_version}
|
|
|
|
Requires: osgi(org.eclipse.jetty.server) >= %{_jetty_version}
|
|
|
|
Requires: osgi(org.eclipse.jetty.http) >= %{_jetty_version}
|
|
|
|
Requires: osgi(org.eclipse.jetty.continuation) >= %{_jetty_version}
|
|
|
|
Requires: osgi(org.eclipse.jetty.io) >= %{_jetty_version}
|
|
|
|
Requires: osgi(org.eclipse.jetty.security) >= %{_jetty_version}
|
|
|
|
Requires: osgi(org.eclipse.jetty.servlet) >= %{_jetty_version}
|
2012-04-06 16:41:14 +00:00
|
|
|
Requires: jsch >= 0.1.46-2
|
2012-04-12 07:06:45 +00:00
|
|
|
Requires: lucene >= 2.9.4-8
|
|
|
|
Requires: lucene-contrib >= 2.9.4-8
|
2013-04-10 10:25:08 +00:00
|
|
|
Requires: %{?scl_prefix}sat4j >= 2.3.3-1
|
2012-04-12 07:29:32 +00:00
|
|
|
Requires: sac >= 1.3-12
|
2012-04-12 07:06:45 +00:00
|
|
|
Requires: xml-commons-apis >= 1.4.01-6
|
|
|
|
Requires: batik >= 1.8
|
2012-04-10 12:56:06 +00:00
|
|
|
Requires: atinject >= 1-6
|
2012-04-12 13:20:05 +00:00
|
|
|
Requires: geronimo-annotation >= 1.0-7
|
2013-05-02 12:02:12 +00:00
|
|
|
Requires: %{?scl_prefix}eclipse-ecf-core >= 3.6.0
|
|
|
|
Requires: eclipse-emf-core >= 2.9.0
|
2012-08-17 13:09:37 +00:00
|
|
|
Requires: tomcat-servlet-3.0-api
|
2013-03-05 09:20:20 +00:00
|
|
|
Requires: tomcat-el-2.2-api
|
2012-10-19 07:49:53 +00:00
|
|
|
Requires: glassfish-jsp-api >= 2.2.1-4
|
2012-11-13 17:37:05 +00:00
|
|
|
Requires: glassfish-jsp >= 2.2.5
|
2013-05-14 07:06:13 +00:00
|
|
|
Requires: %{?scl_prefix}icu4j-eclipse >= 1:50.1.1
|
2013-02-07 09:21:40 +00:00
|
|
|
Requires: %{name}-swt = %{epoch}:%{eclipse_version}-%{release}
|
|
|
|
Requires: %{name}-equinox-osgi = %{epoch}:%{eclipse_version}-%{release}
|
2013-03-15 08:27:43 +00:00
|
|
|
Requires: httpcomponents-core
|
|
|
|
Requires: httpcomponents-client
|
2013-02-07 09:21:40 +00:00
|
|
|
%{?scl:Requires: %scl_runtime}
|
|
|
|
Provides: %{name}-cvs-client = %{epoch}:%{eclipse_version}-%{release}
|
|
|
|
Obsoletes: %{name}-cvs-client < 1:3.3.2-20
|
2013-05-13 10:19:15 +00:00
|
|
|
Obsoletes: %{name}-rcp < 1:4.3.0
|
2013-02-07 09:21:40 +00:00
|
|
|
Provides: %{name}-rcp = 1:%{eclipse_version}-%{release}
|
2004-09-09 04:27:27 +00:00
|
|
|
|
|
|
|
%description platform
|
2009-05-20 19:43:48 +00:00
|
|
|
The 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
|
2012-03-29 18:54:45 +00:00
|
|
|
Version: %{eclipse_version}
|
2006-12-06 18:20:01 +00:00
|
|
|
Summary: Eclipse Java Development Tools
|
2012-09-07 16:30:46 +00:00
|
|
|
Group: Development/Tools
|
2012-03-29 18:54:45 +00:00
|
|
|
Requires: %{name}-platform = %{epoch}:%{eclipse_version}-%{release}
|
|
|
|
Requires: %{name}-cvs-client = %{epoch}:%{eclipse_version}-%{release}
|
2012-04-30 13:57:27 +00:00
|
|
|
Requires: junit >= 4.10-5
|
2012-04-23 10:58:22 +00:00
|
|
|
Requires: hamcrest >= 0:1.1-11
|
2012-04-11 10:41:29 +00:00
|
|
|
Requires: java-javadoc >= 1:1.7.0
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2012-04-19 13:25:30 +00:00
|
|
|
|
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
|
2012-03-29 18:54:45 +00:00
|
|
|
Version: %{eclipse_version}
|
2006-12-06 18:20:01 +00:00
|
|
|
Summary: Eclipse Plugin Development Environment
|
2012-09-07 16:30:46 +00:00
|
|
|
Group: Development/Tools
|
2013-02-07 09:21:40 +00:00
|
|
|
Provides: %{name} = %{epoch}:%{eclipse_version}-%{release}
|
|
|
|
Provides: %{name}-sdk = %{epoch}:%{eclipse_version}-%{release}
|
2012-03-29 18:54:45 +00:00
|
|
|
Requires: %{name}-platform = %{epoch}:%{eclipse_version}-%{release}
|
|
|
|
Requires: %{name}-jdt = %{epoch}:%{eclipse_version}-%{release}
|
2011-06-07 14:30:53 +00:00
|
|
|
Requires: objectweb-asm >= 3.3.1-1
|
2010-10-12 18:54:34 +00:00
|
|
|
# For PDE Build wrapper script + creating jars
|
|
|
|
Requires: zip
|
2008-03-31 18:45:06 +00:00
|
|
|
Requires: bash
|
2012-03-29 18:54:45 +00:00
|
|
|
Provides: %{name}-pde-runtime = 1:%{eclipse_version}-%{release}
|
2009-10-20 07:26:24 +00:00
|
|
|
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
|
|
|
|
2012-09-04 09:15:37 +00:00
|
|
|
%package tests
|
|
|
|
Version: %{eclipse_version}
|
|
|
|
Summary: Eclipse Tests
|
2012-09-07 16:30:46 +00:00
|
|
|
Group: Development/Tools
|
2012-10-31 12:55:59 +00:00
|
|
|
Requires: %{name}-pde = %{epoch}:%{eclipse_version}-%{release}
|
2013-04-08 11:05:05 +00:00
|
|
|
Requires: %{?scl_prefix}easymock
|
2012-09-04 09:15:37 +00:00
|
|
|
|
|
|
|
%description tests
|
|
|
|
Eclipse Tests.
|
|
|
|
|
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
|
2010-08-31 21:38:07 +00:00
|
|
|
|
2013-05-02 12:02:12 +00:00
|
|
|
%setup -q %{SOURCE0} -n R4_platform-aggregator-%{eclipse_tag}
|
2012-07-26 10:25:54 +00:00
|
|
|
|
2013-05-02 12:02:12 +00:00
|
|
|
tar --strip-components=1 -xf %{SOURCE1}
|
2012-08-06 09:39:28 +00:00
|
|
|
|
2012-07-05 11:08:47 +00:00
|
|
|
%patch0
|
2012-07-26 10:25:54 +00:00
|
|
|
%patch1
|
2012-07-26 11:43:17 +00:00
|
|
|
%patch3
|
2012-07-26 15:21:47 +00:00
|
|
|
%patch4
|
|
|
|
%patch5
|
|
|
|
%patch6
|
2012-07-27 10:35:02 +00:00
|
|
|
%patch7
|
2012-07-27 11:22:36 +00:00
|
|
|
%patch8
|
2012-07-27 11:56:19 +00:00
|
|
|
%patch9
|
2012-07-27 12:25:09 +00:00
|
|
|
%patch10
|
2012-07-30 11:09:46 +00:00
|
|
|
%patch11
|
2013-05-07 10:40:03 +00:00
|
|
|
%patch14
|
2012-08-02 09:49:57 +00:00
|
|
|
%patch17
|
2013-01-28 12:46:52 +00:00
|
|
|
%patch18
|
2012-08-02 09:49:57 +00:00
|
|
|
%patch20
|
2013-02-07 09:21:40 +00:00
|
|
|
%patch21
|
2013-02-19 14:47:05 +00:00
|
|
|
%patch22
|
2013-03-18 19:16:10 +00:00
|
|
|
%{!?scl:%patch23}
|
2013-05-02 12:02:12 +00:00
|
|
|
#%patch24
|
2013-04-24 07:10:48 +00:00
|
|
|
%patch25
|
2013-05-16 16:34:54 +00:00
|
|
|
%patch26
|
2013-01-28 12:46:52 +00:00
|
|
|
|
|
|
|
#Disable as many things as possible to make the build faster. We care only for Eclipse.
|
2012-09-19 11:20:23 +00:00
|
|
|
%pom_disable_module platform.sdk eclipse.platform.releng.tychoeclipsebuilder
|
|
|
|
%pom_disable_module rcp eclipse.platform.releng.tychoeclipsebuilder
|
|
|
|
%pom_disable_module rcp.sdk eclipse.platform.releng.tychoeclipsebuilder
|
|
|
|
%pom_disable_module sdk eclipse.platform.releng.tychoeclipsebuilder
|
2012-12-19 17:47:29 +00:00
|
|
|
%pom_disable_module equinox.starterkit.product eclipse.platform.releng.tychoeclipsebuilder
|
|
|
|
%pom_disable_module osgistarter.config.launcher eclipse.platform.releng.tychoeclipsebuilder
|
|
|
|
%pom_disable_module eclipse.platform.repository
|
2010-08-31 21:38:07 +00:00
|
|
|
|
2012-07-27 08:08:22 +00:00
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.region.tests rt.equinox.bundles
|
2012-07-27 11:22:36 +00:00
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.weaving.aspectj rt.equinox.bundles
|
|
|
|
%pom_disable_module features/org.eclipse.equinox.weaving.sdk rt.equinox.bundles
|
2012-07-27 13:02:46 +00:00
|
|
|
%pom_disable_module features/master-equinox-weaving eclipse.platform.releng
|
2012-08-10 12:23:47 +00:00
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.cm.test rt.equinox.bundles
|
2012-09-07 16:30:46 +00:00
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.console.ssh rt.equinox.bundles
|
2012-08-10 07:06:59 +00:00
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
%pom_disable_module features/org.eclipse.equinox.sdk rt.equinox.bundles
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.console.jaas.fragment rt.equinox.bundles
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.ip rt.equinox.bundles
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.transforms.xslt rt.equinox.bundles
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.transforms.hook rt.equinox.bundles
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.weaving.caching.j9 rt.equinox.bundles
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.weaving.caching rt.equinox.bundles
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.weaving.hook rt.equinox.bundles
|
|
|
|
%pom_disable_module features/org.eclipse.equinox.compendium.sdk rt.equinox.bundles
|
|
|
|
%pom_disable_module features/org.eclipse.equinox.core.sdk rt.equinox.framework
|
|
|
|
%pom_disable_module features/org.eclipse.equinox.p2.sdk rt.equinox.p2
|
|
|
|
%pom_disable_module features/org.eclipse.equinox.server.p2 rt.equinox.bundles
|
|
|
|
%pom_disable_module features/org.eclipse.equinox.serverside.sdk rt.equinox.bundles
|
|
|
|
%pom_disable_module features/master-equinox eclipse.platform.releng
|
|
|
|
%pom_disable_module features/master eclipse.platform.releng
|
2013-04-08 11:05:05 +00:00
|
|
|
%pom_disable_module bundles/org.eclipse.releng.tools eclipse.platform.releng
|
|
|
|
%pom_disable_module bundles/org.eclipse.releng.tests eclipse.platform.releng
|
|
|
|
%pom_disable_module features/org.eclipse.releng.tools eclipse.platform.releng
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.p2.tests.discovery rt.equinox.p2
|
2012-07-05 11:08:47 +00:00
|
|
|
|
2012-12-21 13:17:28 +00:00
|
|
|
%pom_disable_module bundles/org.eclipse.swt.gtk.aix.ppc eclipse.platform.swt.binaries
|
|
|
|
%pom_disable_module bundles/org.eclipse.swt.gtk.aix.ppc64 eclipse.platform.swt.binaries
|
|
|
|
%pom_disable_module bundles/org.eclipse.swt.gtk.solaris.sparc eclipse.platform.swt.binaries
|
|
|
|
%pom_disable_module bundles/org.eclipse.swt.gtk.solaris.x86 eclipse.platform.swt.binaries
|
|
|
|
|
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?)
|
2012-08-28 08:41:26 +00:00
|
|
|
sed -i -e "s|http://download.oracle.com/javase/6/docs/api|%{_datadir}/javadoc/java|" \
|
2008-07-24 20:07:17 +00:00
|
|
|
-e "/osgi\.org/d" \
|
2009-04-02 08:12:57 +00:00
|
|
|
-e "s|-breakiterator|;../org.eclipse.equinox.util/@dot\n;../org.eclipse.ecf.filetransfer_3.0.0.v20090302-0803.jar\n;../org.eclipse.ecf_3.0.0.v20090302-0803.jar\n-breakiterator|" \
|
2012-08-02 08:09:08 +00:00
|
|
|
eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/platformOptions.txt
|
2012-08-28 08:41:26 +00:00
|
|
|
sed -i -e "s|http://download.oracle.com/javase/6/docs/api|%{_datadir}/javadoc/java|" \
|
2012-10-18 07:00:58 +00:00
|
|
|
-e "s/win32.win32.x86/gtk.linux.%{eclipse_arch}/" \
|
2012-08-02 08:09:08 +00:00
|
|
|
eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
|
2012-04-20 09:42:51 +00:00
|
|
|
sed -i -e "s|http://download.oracle.com/javase/6/docs/api|%{_datadir}/javadoc/java|" \
|
|
|
|
-e "/osgi\.org/d" \
|
2012-08-02 08:09:08 +00:00
|
|
|
eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/jdtOptions.txt
|
2012-04-20 09:42:51 +00:00
|
|
|
sed -i -e "s|http://download.oracle.com/javase/1.4.2/docs/api|%{_datadir}/javadoc/java|" \
|
2012-10-18 07:00:58 +00:00
|
|
|
-e "s/motif.linux.x86/gtk.linux.%{eclipse_arch}/" \
|
2012-04-20 09:42:51 +00:00
|
|
|
-e "/osgi\.org/d" \
|
2012-08-02 08:09:08 +00:00
|
|
|
eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pdeOptions.txt \
|
|
|
|
eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pdeOptions.txt
|
2012-08-28 08:41:26 +00:00
|
|
|
sed -i -e "s|http://download.oracle.com/javase/6/docs/api|%{_datadir}/javadoc/java|" \
|
2012-08-02 08:09:08 +00:00
|
|
|
eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pdeOptions.txt \
|
|
|
|
eclipse.platform.common/bundles/org.eclipse.pde.doc.user/pdeOptions.txt
|
2007-06-27 15:56:57 +00:00
|
|
|
|
2013-02-20 21:11:19 +00:00
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
#This part generates secondary fragments using primary fragments.
|
2012-10-19 06:08:58 +00:00
|
|
|
pushd eclipse.platform.swt.binaries/bundles
|
|
|
|
%_secondary gtk.linux.x86 x86 arm
|
|
|
|
find . -name build.xml -exec sed -i -e "s/make_xulrunner//g" {} \;
|
|
|
|
find . -name build.xml -exec sed -i -e "s/make_mozilla//g" {} \;
|
|
|
|
find . -name build.xml -exec sed -i -e "s/make_xpcominit//g" {} \;
|
|
|
|
popd
|
|
|
|
pushd eclipse.platform.resources/bundles
|
|
|
|
%_secondary linux.x86 x86 arm
|
|
|
|
%_secondary linux.x86 x86 s390
|
|
|
|
%_secondary linux.x86_64 x86_64 s390x
|
|
|
|
popd
|
|
|
|
pushd eclipse.platform.team/bundles/org.eclipse.core.net/fragments
|
|
|
|
%_secondary linux.x86 x86 arm
|
|
|
|
%_secondary linux.x86 x86 ppc
|
|
|
|
%_secondary linux.x86_64 x86_64 ppc64
|
|
|
|
%_secondary linux.x86 x86 s390
|
|
|
|
%_secondary linux.x86_64 x86_64 s390x
|
|
|
|
popd
|
|
|
|
pushd rt.equinox.framework/bundles
|
|
|
|
%_secondary gtk.linux.x86 x86 arm
|
|
|
|
popd
|
|
|
|
pushd rt.equinox.binaries
|
|
|
|
%_secondary gtk.linux.x86 x86 arm
|
|
|
|
popd
|
2012-10-23 04:28:36 +00:00
|
|
|
|
|
|
|
#hack - there should be a patch providing a profile for each arch
|
|
|
|
mkdir -p rt.equinox.framework/bundles/org.eclipse.equinox.executable/bin/gtk/linux/%{eclipse_arch}
|
2013-01-04 10:17:33 +00:00
|
|
|
mkdir -p rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/%{eclipse_arch}
|
2012-10-23 04:28:36 +00:00
|
|
|
|
2013-02-07 09:21:40 +00:00
|
|
|
#pdebuild script should point to dropins
|
|
|
|
sed -i -e "s|@DATADIR@|%{_datadir}|g" eclipse.pde.build/org.eclipse.pde.build/templates/package-build/build.properties
|
|
|
|
|
|
|
|
|
2013-01-25 18:33:06 +00:00
|
|
|
#ensure that bundles with *.so libs are dirs, so no *.so is extracted into user.home
|
|
|
|
for f in `find eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.* -name MANIFEST.MF` ; do
|
|
|
|
echo -e "Eclipse-BundleShape: dir\n\n" >> $f;
|
|
|
|
done
|
|
|
|
for f in `find eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.* -name MANIFEST.MF` ; do
|
|
|
|
echo -e "Eclipse-BundleShape: dir\n\n" >> $f;
|
|
|
|
done
|
|
|
|
for f in `find eclipse.platform.team/bundles/org.eclipse.core.net/fragments -name MANIFEST.MF` ; do
|
|
|
|
echo -e "Eclipse-BundleShape: dir\n\n" >> $f;
|
|
|
|
done
|
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
#fake dependencies that don't exist in fedora
|
2013-03-20 13:01:47 +00:00
|
|
|
./dependencies/./fake_ant_dependency.sh .m2/p2/repo-sdk/plugins/org.apache.ant_* /usr/share/java /usr/bin -makejar
|
2013-01-28 12:46:52 +00:00
|
|
|
|
2013-02-20 12:05:25 +00:00
|
|
|
cp -r /usr/share/java/emf/eclipse/features/* .m2/p2/repo-sdk/features/
|
2013-03-20 13:01:47 +00:00
|
|
|
%{?scl: cp %{_javadir}/ecf/eclipse/plugins/* .m2/p2/repo-sdk/plugins}
|
2013-04-07 19:49:16 +00:00
|
|
|
%{?scl: cp %{_javadir}/*sat4j* .m2/p2/repo-sdk/plugins}
|
|
|
|
cp -rf %{_libdir}/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_* .m2/p2/repo-sdk/plugins/
|
|
|
|
cp -rf %{_libdir}/eclipse/dropins/sdk/plugins/org.eclipse.pde.core_* .m2/p2/repo-sdk/plugins/
|
2013-02-20 12:05:25 +00:00
|
|
|
|
2013-02-20 21:11:19 +00:00
|
|
|
%pom_remove_plugin org.mortbay.jetty:jetty-jspc-maven-plugin eclipse.platform.ua/org.eclipse.help.webapp
|
|
|
|
|
|
|
|
find eclipse.platform.ua -name pom.xml -exec sed -i -e 's@org.apache.lucene<@org.apache.lucene.core<@g' {} \;
|
2013-03-15 08:27:43 +00:00
|
|
|
|
2013-04-07 19:49:16 +00:00
|
|
|
|
|
|
|
LOCALREPO="file://`pwd`/.m2/p2/repo"
|
|
|
|
find eclipse.platform.common/bundles -name pom.xml -exec sed -i -e "s@http://download.eclipse.org/eclipse/updates/4.2@${LOCALREPO}@g" {} \;
|
2013-04-10 10:25:08 +00:00
|
|
|
find eclipse.platform.swt/bundles -name pom.xml -exec sed -i -e "s@http://download.eclipse.org/eclipse/updates/4.2@${LOCALREPO}@g" {} \;
|
|
|
|
sed -i -e "s@http://download.eclipse.org/releases/juno@${LOCALREPO}@g" eclipse-platform-parent/pom.xml
|
2013-03-15 08:27:43 +00:00
|
|
|
|
2013-05-13 10:50:59 +00:00
|
|
|
|
2013-05-02 12:02:12 +00:00
|
|
|
%{_javadir}/tycho/copy-platform-all $(pwd)/.m2/p2/repo
|
|
|
|
|
2005-03-22 23:17:45 +00:00
|
|
|
%build
|
2013-04-07 19:49:16 +00:00
|
|
|
%{?scl:%scl_maven_opts}
|
2012-11-07 18:18:31 +00:00
|
|
|
#This is the lowest value where the build succeeds. 512m is not enough.
|
2013-04-07 19:49:16 +00:00
|
|
|
export MAVEN_OPTS="-Xmx900m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
|
2013-02-12 14:23:49 +00:00
|
|
|
|
2013-05-17 18:05:36 +00:00
|
|
|
#keep it here for secondary platforms.
|
|
|
|
mvn-rpmbuild install:install-file -Dfile=/usr/share/java/eclipse/jdt.core.jar -DgroupId=org.eclipse.jdt \
|
2013-05-19 05:45:41 +00:00
|
|
|
-DartifactId=org.eclipse.jdt.core -Dversion=3.9.0.v20130501-2249 -Dpackaging=jar -DskipTychoVersionCheck \
|
2013-05-17 18:05:36 +00:00
|
|
|
-Dtycho.local.keepTarget
|
|
|
|
|
2012-08-28 08:41:26 +00:00
|
|
|
# workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=386377
|
2012-11-06 11:55:37 +00:00
|
|
|
pushd rt.equinox.framework/bundles/org.eclipse.equinox.executable/library/gtk/
|
2012-11-06 14:51:36 +00:00
|
|
|
export JAVA_HOME=%{java_home}
|
2012-12-19 17:47:29 +00:00
|
|
|
ant
|
2013-02-12 14:23:49 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
pushd eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.%{eclipse_arch}
|
2013-05-18 19:12:43 +00:00
|
|
|
#keep it here for secondary platforms.
|
|
|
|
mvn-rpmbuild install:install-file -Dfile=/usr/share/java/eclipse/jdt.core.jar -DgroupId=org.eclipse.jdt \
|
2013-05-19 05:45:41 +00:00
|
|
|
-DartifactId=org.eclipse.jdt.core -Dversion=3.9.0.v20130501-2249 -Dpackaging=jar -DskipTychoVersionCheck \
|
2013-05-18 19:12:43 +00:00
|
|
|
-Dtycho.local.keepTarget
|
|
|
|
|
2013-02-12 14:23:49 +00:00
|
|
|
mvn-rpmbuild clean install \
|
|
|
|
-Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} -DskipTychoVersionCheck \
|
2013-04-10 10:25:08 +00:00
|
|
|
-Dtycho.local.keepTarget -Dmaven.repo.local=../../../.m2
|
2013-02-12 14:23:49 +00:00
|
|
|
popd
|
2012-11-06 11:55:37 +00:00
|
|
|
|
2013-02-12 14:23:49 +00:00
|
|
|
export GTK_VERSION=3.0
|
2012-11-22 11:10:01 +00:00
|
|
|
mvn-rpmbuild clean install \
|
2012-10-18 07:00:58 +00:00
|
|
|
-Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} -DskipTychoVersionCheck \
|
2013-04-10 10:25:08 +00:00
|
|
|
-Dtycho.local.keepTarget
|
2012-08-22 11:51:12 +00:00
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
#symlink necessary plugins (that are provided by other packages)
|
|
|
|
dependencies/./replace_platform_plugins_with_symlinks.sh \
|
2013-02-12 11:32:06 +00:00
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.fedoraproject.eclipse.platform/linux/gtk/%{eclipse_arch}/eclipse %{_javadir}
|
2013-01-28 12:46:52 +00:00
|
|
|
#ant again
|
|
|
|
./dependencies/./fake_ant_dependency.sh \
|
2013-03-20 13:01:47 +00:00
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.fedoraproject.eclipse.platform/linux/gtk/%{eclipse_arch}/eclipse/plugins/org.apache.ant_* /usr/share/java \
|
|
|
|
/usr/bin
|
2012-08-22 11:51:12 +00:00
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
# JDT and PDE are built as update sites.
|
|
|
|
# Initialize them and move into dropins.
|
|
|
|
utils/./move_JDT_PDE_to_dropins.sh \
|
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.fedoraproject.eclipse.platform/linux/gtk/%{eclipse_arch}/ \
|
|
|
|
`pwd`/eclipse.platform.releng.tychoeclipsebuilder/jdtpde/target/repository
|
2012-08-22 11:51:12 +00:00
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
pushd eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.fedoraproject.eclipse.platform/linux/gtk/%{eclipse_arch}/eclipse
|
2012-08-22 11:51:12 +00:00
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
#in jdt and pde
|
2012-08-21 12:00:03 +00:00
|
|
|
pushd dropins/jdt/plugins
|
|
|
|
f=`ls | grep -e "^org.hamcrest.core_"`
|
2012-08-22 11:51:12 +00:00
|
|
|
rm -f $f
|
2012-08-21 12:00:03 +00:00
|
|
|
ln -s %{_javadir}/hamcrest/core.jar $f
|
|
|
|
|
2012-08-23 09:45:12 +00:00
|
|
|
rm -rf org.junit_4*
|
|
|
|
ln -s /usr/share/java/junit.jar
|
2012-08-21 12:00:03 +00:00
|
|
|
popd
|
|
|
|
pushd dropins/sdk/plugins
|
2012-08-22 11:51:12 +00:00
|
|
|
f=`ls | grep -e "^org.objectweb.asm_"`
|
2012-08-21 12:00:03 +00:00
|
|
|
rm $f
|
|
|
|
ln -s %{_javadir}/objectweb-asm/asm-all.jar $f
|
|
|
|
popd
|
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
#clean up
|
|
|
|
rm -rf configuration/org.eclipse.core.runtime
|
|
|
|
rm -rf configuration/org.eclipse.equinox.app
|
|
|
|
rm -rf configuration/org.eclipse.update
|
|
|
|
rm -rf configuration/org.eclipse.osgi
|
|
|
|
rm -rf p2/org.eclipse.equinox.p2.core/cache/*
|
|
|
|
# no icon needed
|
|
|
|
rm -f icon.xpm
|
2012-08-22 11:51:12 +00:00
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
#delete all local repositories. We want to have only "original" by default.
|
|
|
|
pushd p2/org.eclipse.equinox.p2.engine/.settings
|
|
|
|
sed -i "/repositories\/file/d" *.prefs ../profileRegistry/SDKProfile.profile/.data/.settings/*.prefs
|
|
|
|
sed -i "/repositories\/memory/d" *.prefs ../profileRegistry/SDKProfile.profile/.data/.settings/*.prefs
|
2012-08-21 09:15:47 +00:00
|
|
|
popd
|
2012-08-03 08:26:09 +00:00
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
#ini file adjustements
|
|
|
|
# Temporary fix until https://bugs.eclipse.org/294877 is resolved
|
|
|
|
sed -i "s|-Xms40m|-Xms128m|g" eclipse.ini
|
|
|
|
sed -i "s|-Xmx384m|-Xmx512m|g" eclipse.ini
|
|
|
|
sed -i '1i-preventMasterEclipseLaunch' eclipse.ini
|
|
|
|
|
2013-02-05 12:24:41 +00:00
|
|
|
cat >> eclipse.ini <<EOF
|
|
|
|
-Dorg.eclipse.swt.browser.UseWebKitGTK=true
|
|
|
|
-Dhelp.lucene.tokenizer=standard
|
|
|
|
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
|
|
|
|
-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>
|
|
|
|
-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate
|
|
|
|
-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage,addBinding
|
|
|
|
-XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile
|
|
|
|
-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState
|
2013-02-07 09:21:40 +00:00
|
|
|
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=%{_scl_root}/usr/share/eclipse/dropins
|
2013-02-05 12:24:41 +00:00
|
|
|
EOF
|
2013-01-28 12:46:52 +00:00
|
|
|
|
|
|
|
popd #eclipse
|
|
|
|
|
2012-08-06 09:39:28 +00:00
|
|
|
%install
|
2009-10-08 10:07:44 +00:00
|
|
|
|
2012-08-07 08:41:28 +00:00
|
|
|
#install icons
|
2013-04-07 19:49:16 +00:00
|
|
|
install -D eclipse.platform/platform/org.eclipse.platform/eclipse32.png \
|
|
|
|
$RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/apps/%{?scl_prefix}eclipse.png
|
|
|
|
install -D eclipse.platform/platform/org.eclipse.platform/eclipse48.png \
|
|
|
|
$RPM_BUILD_ROOT/usr/share/icons/hicolor/48x48/apps/%{?scl_prefix}eclipse.png
|
|
|
|
install -D eclipse.platform/platform/org.eclipse.platform/eclipse256.png \
|
|
|
|
$RPM_BUILD_ROOT/usr/share/icons/hicolor/256x256/apps/%{?scl_prefix}eclipse.png
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps/
|
|
|
|
ln -s /usr/share/icons/hicolor/256x256/%{?scl_prefix}apps/eclipse.png \
|
|
|
|
$RPM_BUILD_ROOT/usr/share/pixmaps/%{?scl_prefix}eclipse.png
|
2012-08-07 08:41:28 +00:00
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
#desktop file
|
2013-04-07 19:49:16 +00:00
|
|
|
%{?scl: sed -i -e 's/Exec=eclipse/Exec=scl enable %{scl_name} eclipse/g' desktopintegration/eclipse.desktop}
|
|
|
|
%{?scl: sed -i -e 's/Icon=eclipse/Icon=%{?scl_prefix}eclipse/g' desktopintegration/eclipse.desktop}
|
|
|
|
install -D desktopintegration/eclipse.desktop $RPM_BUILD_ROOT/usr/share/applications/%{?scl_prefix}eclipse.desktop
|
2013-01-28 12:46:52 +00:00
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
# Some directories we need
|
2007-10-11 14:36:55 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}/java
|
2013-02-07 09:21:40 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{pkg_name}
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_scl_root}/usr/share/%{pkg_name}/dropins
|
2011-10-21 19:42:49 +00:00
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
|
2008-08-05 22:21:54 +00:00
|
|
|
|
2012-08-07 08:41:28 +00:00
|
|
|
#################################
|
|
|
|
### Extraced from old build.xml #
|
|
|
|
#################################
|
2012-08-17 13:09:37 +00:00
|
|
|
LOCAL_PWD=`pwd`
|
|
|
|
#change the installation p2 files
|
2012-10-18 07:00:58 +00:00
|
|
|
pushd eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.fedoraproject.eclipse.platform/linux/gtk/%{eclipse_arch}/eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile/
|
2012-08-17 13:09:37 +00:00
|
|
|
for i in `ls | grep "profile.gz"` ; do \
|
2012-09-07 16:30:46 +00:00
|
|
|
echo $i ; \
|
|
|
|
gunzip $i ; \
|
2012-10-18 07:00:58 +00:00
|
|
|
sed -i -e "s@${LOCAL_PWD}/eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.fedoraproject.eclipse.platform/linux/gtk/%{eclipse_arch}/eclipse@%{_libdir}/eclipse@g" *.profile ; \
|
2012-09-07 16:30:46 +00:00
|
|
|
gzip *.profile ; \
|
|
|
|
done
|
2012-09-20 14:23:37 +00:00
|
|
|
popd
|
|
|
|
|
2012-08-07 08:41:28 +00:00
|
|
|
#installation itself - copy it into right location
|
2012-10-18 07:00:58 +00:00
|
|
|
rsync -vrpl eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.fedoraproject.eclipse.platform/linux/gtk/%{eclipse_arch}/eclipse \
|
2012-08-07 08:41:28 +00:00
|
|
|
$RPM_BUILD_ROOT%{_libdir}
|
|
|
|
|
|
|
|
|
|
|
|
#eclipse compiler
|
2012-08-23 09:45:12 +00:00
|
|
|
chmod ugo+rx jdtcompilatorscript/efj.sh
|
2013-02-07 09:21:40 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_scl_root}/usr/bin
|
|
|
|
install jdtcompilatorscript/efj.sh $RPM_BUILD_ROOT%{_scl_root}/usr/bin/efj
|
2012-10-18 07:00:58 +00:00
|
|
|
TARGET_LAUNCHER=%{installation_loc}\/plugins/`ls eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.fedoraproject.eclipse.platform/linux/gtk/%{eclipse_arch}/eclipse/plugins | grep launcher_[0-9]*`
|
2013-02-07 09:21:40 +00:00
|
|
|
sed -i -e "s,@LAUNCHER@,${TARGET_LAUNCHER}," $RPM_BUILD_ROOT%{_scl_root}/usr/bin/efj
|
2012-08-07 08:41:28 +00:00
|
|
|
|
|
|
|
#eclipse binary
|
2013-02-07 09:21:40 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_scl_root}/usr/bin/
|
|
|
|
pushd $RPM_BUILD_ROOT%{_scl_root}/usr/bin/
|
|
|
|
ln -s %{_libdir}/%{pkg_name}/eclipse
|
2012-08-07 11:29:19 +00:00
|
|
|
popd
|
2012-08-07 08:41:28 +00:00
|
|
|
|
2013-01-25 18:33:06 +00:00
|
|
|
#SWT is now a folder, but we need to provide jars for others that depend on it.
|
2013-02-07 09:21:40 +00:00
|
|
|
pushd $RPM_BUILD_ROOT/%{_libdir}/%{pkg_name}
|
2013-01-25 18:33:06 +00:00
|
|
|
pushd plugins
|
|
|
|
SWT_JAR=`ls | grep swt.gtk`
|
2013-02-05 12:24:41 +00:00
|
|
|
#it's a dir now
|
|
|
|
cd ${SWT_JAR}
|
|
|
|
#zip the contents
|
|
|
|
zip -r "../${SWT_JAR}.jar" *
|
2013-01-25 18:33:06 +00:00
|
|
|
popd
|
2013-02-07 09:21:40 +00:00
|
|
|
ln -s %{_libdir}/%{pkg_name}/plugins/"${SWT_JAR}.jar" swt.jar
|
|
|
|
ln -s %{_libdir}/%{pkg_name}/plugins/"${SWT_JAR}.jar" swt-gtk.jar
|
2013-02-19 14:47:05 +00:00
|
|
|
mkdir -p ../../lib/java
|
2013-02-27 13:25:29 +00:00
|
|
|
ln -s %{_libdir}/%{pkg_name}/swt.jar ../../lib/java/swt.jar
|
2008-10-15 21:22:00 +00:00
|
|
|
popd
|
|
|
|
|
2012-08-17 13:09:37 +00:00
|
|
|
#eclipse ini
|
2012-08-07 08:41:28 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/
|
2012-08-17 13:09:37 +00:00
|
|
|
pushd $RPM_BUILD_ROOT/%{_sysconfdir}/
|
2013-02-07 09:21:40 +00:00
|
|
|
ln -s %{_libdir}/%{pkg_name}/eclipse.ini
|
2012-08-17 13:09:37 +00:00
|
|
|
popd
|
2012-08-07 08:41:28 +00:00
|
|
|
#################################
|
|
|
|
### End of extraction #
|
|
|
|
#################################
|
|
|
|
|
2011-12-22 17:23:52 +00:00
|
|
|
# OSGI JAR symlinks in javadir and maven depmaps
|
2011-10-24 13:26:11 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_javadir}/eclipse
|
2013-02-07 09:21:40 +00:00
|
|
|
ln -s %{?scl: ../../../../}../../../../%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi_*.jar osgi.jar
|
2011-10-21 19:42:49 +00:00
|
|
|
popd
|
2012-08-23 09:45:12 +00:00
|
|
|
install -m 0644 externalpoms/org.eclipse.osgi-3.6.0.v20100517.pom $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.eclipse-osgi.pom
|
2013-02-07 09:21:40 +00:00
|
|
|
%add_maven_depmap JPP.eclipse-osgi.pom %{pkg_name}/osgi.jar -a "org.eclipse:osgi,org.eclipse.tycho:org.eclipse.osgi" -f equinox-osgi
|
2011-10-21 19:42:49 +00:00
|
|
|
|
2011-12-22 17:23:52 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_javadir}/eclipse
|
2013-02-07 09:21:40 +00:00
|
|
|
ln -s %{?scl: ../../../../}../../../../%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.services_*.jar osgi.services.jar
|
2011-12-22 17:23:52 +00:00
|
|
|
popd
|
2012-08-23 09:45:12 +00:00
|
|
|
install -m 0644 externalpoms/org.eclipse.osgi.services-3.2.100.v20100503.pom $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.eclipse-osgi.services.pom
|
2013-02-07 09:21:40 +00:00
|
|
|
%add_maven_depmap JPP.eclipse-osgi.services.pom %{pkg_name}/osgi.services.jar -a "org.eclipse.osgi:services" -f equinox-osgi
|
2011-12-22 17:23:52 +00:00
|
|
|
|
2012-06-29 09:53:16 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_javadir}/eclipse
|
2013-02-07 09:21:40 +00:00
|
|
|
ln -s %{?scl: ../../../../}../../../../%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*.jar osgi.util.jar
|
2012-06-29 09:53:16 +00:00
|
|
|
popd
|
|
|
|
|
2011-12-22 17:23:52 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_javadir}/eclipse
|
2013-02-07 09:21:40 +00:00
|
|
|
ln -s %{?scl: ../../../../}../../../../%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.http.servlet_*.jar equinox.http.servlet.jar
|
2011-12-22 17:23:52 +00:00
|
|
|
popd
|
2012-08-23 09:45:12 +00:00
|
|
|
install -m 0644 externalpoms/servlet-1.0.0-v20070606.pom $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.eclipse-equinox.http.servlet.pom
|
2013-02-07 09:21:40 +00:00
|
|
|
%add_maven_depmap JPP.eclipse-equinox.http.servlet.pom %{pkg_name}/equinox.http.servlet.jar -a "org.eclipse.equinox.http:servlet" -f platform
|
2011-12-22 17:23:52 +00:00
|
|
|
|
2012-02-23 17:23:34 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_javadir}/eclipse
|
2013-02-07 09:21:40 +00:00
|
|
|
ln -s %{?scl: ../../../../}../../../../%{_libdir}/%{pkg_name}/plugins/org.eclipse.jdt.core_*.jar jdt.core.jar
|
2012-08-29 15:50:48 +00:00
|
|
|
|
2012-02-23 17:23:34 +00:00
|
|
|
popd
|
2012-08-23 09:45:12 +00:00
|
|
|
install -m 0644 externalpoms/org.eclipse.jdt.core-3.8.0.v_C03.pom $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP.eclipse-jdt.core.pom
|
2013-04-10 10:25:08 +00:00
|
|
|
%add_maven_depmap JPP.eclipse-jdt.core.pom %{pkg_name}/jdt.core.jar -a "org.eclipse:jdt.core,org.eclipse.tycho:org.eclipse.jdt.core,org.eclipse.jetty.orbit:org.eclipse.jdt.core,org.eclipse.jdt:org.eclipse.jdt.core" -f jdt
|
2004-09-09 04:27:27 +00:00
|
|
|
# A sanity check.
|
2013-04-08 15:28:18 +00:00
|
|
|
desktop-file-validate %{buildroot}/usr/share/applications/%{name}.desktop
|
2004-09-09 04:27:27 +00:00
|
|
|
|
|
|
|
# Create a script that can be used to make a symlink tree of the
|
|
|
|
# eclipse platform.
|
2012-08-23 09:45:12 +00:00
|
|
|
cp -p pdebuildscripts/eclipse-copy-platform.sh copy-platform
|
2013-02-07 09:21:40 +00:00
|
|
|
sed -i -e "s|@DATADIR@|%{_datadir}|g" copy-platform
|
2011-12-20 23:03:16 +00:00
|
|
|
|
2013-02-07 09:21:40 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/buildscripts
|
|
|
|
mv copy-platform $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/buildscripts
|
|
|
|
copyPlatform=$RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/buildscripts/copy-platform
|
2010-09-30 22:06:21 +00:00
|
|
|
|
2008-04-04 17:02:48 +00:00
|
|
|
# Install the PDE Build wrapper script.
|
2012-08-23 09:45:12 +00:00
|
|
|
install -p -D -m0755 pdebuildscripts/eclipse-pdebuild.sh \
|
2013-02-07 09:21:40 +00:00
|
|
|
$RPM_BUILD_ROOT%{_bindir}/%{pkg_name}-pdebuild
|
|
|
|
PDEBUILDVERSION=$(ls $RPM_BUILD_ROOT%{_libdir}/%{pkg_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" \
|
2013-02-07 09:21:40 +00:00
|
|
|
$RPM_BUILD_ROOT%{_bindir}/%{pkg_name}-pdebuild
|
|
|
|
sed -i "s|@LIBDIR@|%{_libdir}|g" \
|
|
|
|
$RPM_BUILD_ROOT%{_bindir}/eclipse-pdebuild
|
2012-08-24 13:03:39 +00:00
|
|
|
|
|
|
|
#fix pde permissions
|
2013-02-07 09:21:40 +00:00
|
|
|
chmod a+x $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/dropins/sdk/plugins/org.eclipse.pde.build_*/templates/package-build/*.sh
|
2012-08-24 13:03:39 +00:00
|
|
|
#replace pde reference
|
2013-02-07 09:21:40 +00:00
|
|
|
sed -i "s@/usr/share/eclipse@%{libdir}/%{pkg_name}@" $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/dropins/sdk/plugins/org.eclipse.pde.build_*/templates/package-build/build.properties
|
2012-08-24 13:03:39 +00:00
|
|
|
|
2012-09-04 09:15:37 +00:00
|
|
|
|
|
|
|
##############
|
|
|
|
# Tests
|
|
|
|
##############
|
|
|
|
|
2012-12-21 13:17:28 +00:00
|
|
|
unzip eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-junit-tests-bundle.zip -d $RPM_BUILD_ROOT/%{_javadir}/
|
|
|
|
unzip $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/eclipse-junit-tests-*.zip -d $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
|
2013-05-02 12:02:12 +00:00
|
|
|
cp eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/JUNIT.XSL $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
|
2013-05-07 10:40:03 +00:00
|
|
|
cp eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/library.xml $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
|
2013-04-24 07:10:48 +00:00
|
|
|
cp utils/splitter.xsl $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing
|
2012-12-21 13:17:28 +00:00
|
|
|
rm $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/eclipse-junit-tests-*.zip
|
|
|
|
rm $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/runtests.bat
|
|
|
|
|
|
|
|
pushd $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/plugins
|
2013-02-28 07:24:14 +00:00
|
|
|
f=`ls | grep org.easymock_`
|
|
|
|
rm $f
|
|
|
|
ln -s /usr/share/java/easymock.jar $f
|
2012-12-21 13:17:28 +00:00
|
|
|
rm -rf org.hamcrest.core_*
|
2013-02-28 07:24:14 +00:00
|
|
|
rm -rf org.junit_*
|
2012-12-21 13:17:28 +00:00
|
|
|
rm -rf org.junit4_*
|
2012-09-05 10:14:23 +00:00
|
|
|
popd
|
|
|
|
|
2012-12-21 13:17:28 +00:00
|
|
|
sed -i -e "s#@libdir@#%{_libdir}#" $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/runtests.sh
|
2013-04-24 07:10:48 +00:00
|
|
|
sed -i -e "s#@USR@#%{?scl:%{_scl_root}}%{_usr}#" $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/runtests.sh
|
2013-02-07 09:21:40 +00:00
|
|
|
touch $RPM_BUILD_ROOT%{_bindir}/%{pkg_name}-runEclipsePackageTests
|
|
|
|
chmod a+x $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runEclipsePackageTests
|
|
|
|
echo '#!/bin/sh' >> $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runEclipsePackageTests
|
|
|
|
echo 'echo "results in /tmp/eclipse-tests-directory/results/"' >> $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runEclipsePackageTests
|
|
|
|
echo 'export testslocation="%{_javadir}/eclipse-testing/"' >> $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runEclipsePackageTests
|
|
|
|
echo "pushd %{_javadir}/eclipse-testing;./runtests.sh -os linux -ws gtk -arch %{eclipse_arch} ; popd;" >> $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runEclipsePackageTests
|
2012-09-04 09:15:37 +00:00
|
|
|
|
|
|
|
|
2005-01-24 15:23:02 +00:00
|
|
|
%post platform
|
2013-04-07 19:49:16 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
|
|
|
fi
|
2011-10-14 13:32:19 +00:00
|
|
|
|
2005-02-25 15:47:26 +00:00
|
|
|
%postun platform
|
2013-04-07 19:49:16 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
2013-04-08 11:05:05 +00:00
|
|
|
fi
|
2006-09-21 21:24:38 +00:00
|
|
|
|
2011-09-12 09:50:05 +00:00
|
|
|
%pre jdt
|
2011-09-12 09:03:06 +00:00
|
|
|
# workaround for rpm bug, can be removed in F-20 Fixes the problem with efj being directory instead of launcher
|
2013-02-07 09:21:40 +00:00
|
|
|
%{?!scl:rm -rf %{_bindir}/efj/}
|
2011-09-12 09:03:06 +00:00
|
|
|
|
2013-01-25 18:33:06 +00:00
|
|
|
|
2008-10-15 21:22:00 +00:00
|
|
|
%files swt
|
2013-02-07 09:21:40 +00:00
|
|
|
%dir %{_libdir}/%{pkg_name}
|
|
|
|
%dir %{_libdir}/%{pkg_name}/plugins
|
|
|
|
%{_libdir}/%{pkg_name}/notice.html
|
|
|
|
%{_libdir}/%{pkg_name}/eclipse.ini
|
|
|
|
%{_libdir}/%{pkg_name}/epl-v10.html
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.swt_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.swt.gtk.linux.*
|
|
|
|
%{_libdir}/%{pkg_name}/swt-gtk*.jar
|
|
|
|
%{_libdir}/%{pkg_name}/swt.jar
|
2013-03-01 08:37:27 +00:00
|
|
|
%{_libdir}/../lib/java/swt.jar
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2013-01-25 18:33:06 +00:00
|
|
|
|
2013-02-05 12:24:41 +00:00
|
|
|
%files platform -f .mfiles-platform
|
2013-02-07 09:21:40 +00:00
|
|
|
%attr(0755,root,root) %{_bindir}/%{pkg_name}
|
|
|
|
%{_libdir}/%{pkg_name}/.eclipseproduct
|
|
|
|
%config %{_libdir}/%{pkg_name}/eclipse.ini
|
2012-02-13 16:55:58 +00:00
|
|
|
%config %{_sysconfdir}/eclipse.ini
|
2013-04-07 19:49:16 +00:00
|
|
|
/usr/share/applications/*
|
|
|
|
/usr/share/pixmaps/
|
|
|
|
/usr/share/icons/*/*/apps/*
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/eclipse
|
|
|
|
%dir %{_libdir}/%{pkg_name}/dropins
|
|
|
|
%dir %{_datadir}/%{pkg_name}/dropins
|
2013-05-13 10:50:59 +00:00
|
|
|
%dir %{_libdir}/%{pkg_name}/configuration/
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/configuration/config.ini
|
|
|
|
%{_libdir}/%{pkg_name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
|
2013-05-13 10:50:59 +00:00
|
|
|
%dir %{_libdir}/%{pkg_name}/features/
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.platform_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.e4.rcp_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.rcp_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.emf.common_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.emf.ecore_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/com.ibm.icu_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/com.jcraft.jsch_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/javax.servlet_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/javax.servlet.jsp_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/javax.xml_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/javax.el_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/javax.inject_*.jar
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.ant_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.batik.css_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.batik.util.gui_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.batik.util_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.commons.codec_*
|
2013-03-15 08:27:43 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.httpcomponents.httpclient_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.httpcomponents.httpcore_*
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.commons.logging_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.felix.gogo.command_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.felix.gogo.runtime_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.felix.gogo.shell_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.geronimo.specs.geronimo-annotation_1.1_spec_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.glassfish.web.javax.servlet.jsp_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.lucene.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.apache.lucene.analysis_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ant.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.compare_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.compare.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.externaltools_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filebuffers_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filesystem_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filesystem.linux.*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.net_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.net.linux.*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.resources_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.runtime.compatibility_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.runtime.compatibility.registry_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.variables_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.debug.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jdt.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.debug.ui_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.emf.common_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.emf.ecore.change_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.emf.ecore.xmi_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.emf.ecore_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.ds_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.event_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.http.jetty_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.http.registry_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.http.servlet_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.jsp.jasper_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.jsp.jasper.registry_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.help.base_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.help.ui_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.help.webapp_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jface.text_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jsch.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jsch.ui_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ltk.core.refactoring_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ltk.ui.refactoring_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.platform_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.platform.doc.user_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.search_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.team.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.team.ui_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.text_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.browser_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.cheatsheets_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.console_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.editors_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.externaltools_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.forms_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.ide_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.ide.application_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.intro_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.intro.universal_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.navigator_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.navigator.resources_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.net_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.views_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.views.properties.tabbed_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.workbench.texteditor_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.core.commands_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.core.contexts_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.core.di.extensions_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.core.di_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.core.services_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.bindings_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.css.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.css.swt.theme_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.css.swt_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.di_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.model.workbench_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.services_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.widgets_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.workbench.addons.swt_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.workbench.renderers.swt_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.workbench.swt_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.workbench3_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.e4.ui.workbench_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.util_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.server_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.http_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.continuation_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.io_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.security_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jetty.servlet_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.team.cvs.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.cvs_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.team.cvs.ssh2_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.team.cvs.ui_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.cvs_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.help_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.frameworkadmin_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.frameworkadmin.equinox_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.equinox.p2.core.feature_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.equinox.p2.extras.feature_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.equinox.p2.rcp.feature_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.equinox.p2.user.ui_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.director_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.engine_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.jarprocessor_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.metadata_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.metadata.repository_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.artifact.repository_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.touchpoint.natives_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.console_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.ql_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.operations_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.transport.ecf_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.ui_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.ui.importexport_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.ui.sdk_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.updatechecker_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.garbagecollector_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.directorywatcher_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.publisher_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.publisher.eclipse_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.repository_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.repository.tools_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.reconciler.dropins_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.updatesite_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.security_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.security.ui_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.extensionlocation_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.p2.director.app_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ecf.provider.filetransfer_*
|
2013-03-15 08:27:43 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_*
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ecf.provider.filetransfer.ssl_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ecf.ssl_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ecf_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ecf.filetransfer_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ecf.identity_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.sat4j.core_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.sat4j.pb_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.w3c.css.sac_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.w3c.dom.svg_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.commands_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.contenttype_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.databinding.beans_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.databinding.observable_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.databinding.property_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.databinding_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.expressions_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.jobs_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.runtime_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.app_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.bidi_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.common_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.concurrent_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.console_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.launcher.gtk.linux.*_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.launcher_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.preferences_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.registry_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.simpleconfigurator_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.equinox.util_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.help_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jface.databinding_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jface_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.rcp_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.workbench_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.update.configurator_*
|
2013-05-13 10:50:59 +00:00
|
|
|
%dir %{_libdir}/%{pkg_name}/readme
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/readme/readme_eclipse.html
|
2008-07-16 15:33:03 +00:00
|
|
|
# Put this in -platform since we're putting the p2 stuff here
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/artifacts.xml
|
2008-07-29 13:40:46 +00:00
|
|
|
# FIXME: should we ship content.xml for the platform?
|
2013-02-07 09:21:40 +00:00
|
|
|
#%%{_libdir}/%%{pkg_name}/metadata
|
|
|
|
%{_libdir}/%{pkg_name}/p2
|
2008-07-16 15:33:03 +00:00
|
|
|
|
2013-02-05 12:24:41 +00:00
|
|
|
%files jdt -f .mfiles-jdt
|
2012-04-19 13:25:30 +00:00
|
|
|
%attr(0755,root,root) %{_bindir}/efj
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/dropins/jdt
|
2006-09-18 22:20:30 +00:00
|
|
|
|
|
|
|
%files pde
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_bindir}/%{pkg_name}-pdebuild
|
|
|
|
%{_libdir}/%{pkg_name}/buildscripts
|
|
|
|
%{_libdir}/%{pkg_name}/dropins/sdk
|
2006-09-18 22:20:30 +00:00
|
|
|
|
2012-09-04 09:15:37 +00:00
|
|
|
%files tests
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_bindir}/%{pkg_name}-runEclipsePackageTests
|
|
|
|
%{_javadir}/%{pkg_name}-testing
|
2012-09-04 09:15:37 +00:00
|
|
|
|
2013-02-05 12:24:41 +00:00
|
|
|
%files equinox-osgi -f .mfiles-equinox-osgi
|
2013-02-07 09:21:40 +00:00
|
|
|
%dir %{_javadir}/%{pkg_name}
|
|
|
|
%{_javadir}/%{pkg_name}/osgi.util.jar
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.services_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
|
2012-06-29 09:53:16 +00:00
|
|
|
|
2012-01-19 20:32:12 +00:00
|
|
|
%changelog
|
2013-05-19 05:45:41 +00:00
|
|
|
* Sun May 19 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.52.git4bccf2
|
|
|
|
- Really fix the version of jdt.
|
|
|
|
|
2013-05-18 19:12:43 +00:00
|
|
|
* Sat May 18 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.51.git4bccf2
|
|
|
|
- Install jdt jar even for local swt local build.
|
|
|
|
|
2013-05-18 14:54:32 +00:00
|
|
|
* Sat May 18 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.50.git4bccf2
|
|
|
|
- Update version of jdt.
|
|
|
|
|
2013-05-17 18:05:36 +00:00
|
|
|
* Fri May 17 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.49.git4bccf2
|
|
|
|
- Install JDT pom manually for the purpose of secondary archs.
|
|
|
|
|
2013-05-16 16:34:54 +00:00
|
|
|
* Thu May 16 2013 Krzysztof Daniel <kdanie@redhat.com> 1:4.3.0-0.48.git4bccf2
|
|
|
|
- Incorporate patch for dropins issue (Bug 408138)
|
|
|
|
- Revert previous change.
|
|
|
|
|
|
|
|
* Wed May 15 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.47.git4bccf2
|
|
|
|
- Revert patches for startup issues as they cause more harm than good.
|
|
|
|
|
2013-05-14 07:06:13 +00:00
|
|
|
* Tue May 14 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.46.git4bccf2
|
|
|
|
- Rebuild to pick up icu4j 50.1.1.
|
|
|
|
|
2013-05-13 11:26:01 +00:00
|
|
|
* Mon May 13 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.45.git4bccf2
|
|
|
|
- Upload sources.
|
|
|
|
|
2013-05-13 10:50:59 +00:00
|
|
|
* Mon May 13 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.44.git4bccf2
|
|
|
|
- Fix the build on secondary platforms.
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
2013-05-13 10:19:15 +00:00
|
|
|
* Mon May 13 2013 Alexander Kurtakov <akurtako@redhat.com> 1:4.3.0-0.43
|
|
|
|
- Fix the eclipse-rcp obsolete version.
|
|
|
|
|
2013-05-07 10:40:03 +00:00
|
|
|
* Tue May 7 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.42
|
|
|
|
- Fix tests.
|
|
|
|
|
2013-05-02 12:02:12 +00:00
|
|
|
* Thu May 02 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.41
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
2013-04-24 07:10:48 +00:00
|
|
|
* Tue Apr 23 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.40
|
|
|
|
- Fix generating tests summary.
|
|
|
|
- RHBZ 955214 Failure to properly start bundle on first run.
|
|
|
|
- Eclipse Bug 406419 - Don't use -XX:-UseLoopPredicate
|
|
|
|
|
2013-04-22 12:45:16 +00:00
|
|
|
* Mon Apr 22 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.39
|
|
|
|
- Include a fix for a crash in libsoup/webkitgtk-2.x
|
|
|
|
|
2013-04-12 12:22:02 +00:00
|
|
|
* Fri Apr 12 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.38
|
|
|
|
- Generate tests summary after running tests.
|
|
|
|
|
2013-04-11 07:40:37 +00:00
|
|
|
* Thu Apr 11 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.37
|
|
|
|
- Rebuild to include latest deps.
|
|
|
|
|
2013-04-10 10:25:08 +00:00
|
|
|
* Tue Apr 9 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.36
|
|
|
|
- Remove dependencies to httpclient v3 from pom files.
|
|
|
|
- Resolved build problems caused by upstream changes.
|
|
|
|
|
2013-04-08 19:46:46 +00:00
|
|
|
* Mon Apr 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.35
|
|
|
|
- Add missing files to the commit.
|
|
|
|
|
2013-04-08 19:45:33 +00:00
|
|
|
* Mon Apr 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.34
|
|
|
|
- Fix the source build errors.
|
|
|
|
|
2013-04-08 19:37:30 +00:00
|
|
|
* Mon Apr 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.33
|
|
|
|
- Rebuild with ecf not requring commons logging 1.1.1.
|
|
|
|
|
2013-04-08 15:28:18 +00:00
|
|
|
* Mon Apr 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.32
|
|
|
|
- Drop dependency to ecf httpclient v3.
|
|
|
|
- Rebuild with new version of ecf.
|
|
|
|
|
2013-04-08 11:05:05 +00:00
|
|
|
* Mon Apr 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.31
|
|
|
|
- Drop org.eclipse.releng.* from build.
|
|
|
|
- Drop p2 discovery tests from build.
|
|
|
|
- Fix running tests.
|
|
|
|
|
2013-04-08 04:30:29 +00:00
|
|
|
* Mon Apr 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.30
|
|
|
|
- Remove unused bootstrap flag.
|
|
|
|
|
2013-04-07 19:49:16 +00:00
|
|
|
* Thu Apr 4 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.29
|
|
|
|
- Install icons for sclized version.
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
2013-03-20 13:01:47 +00:00
|
|
|
* Thu Mar 21 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.28.git38f1df9
|
|
|
|
- Properly symlink ant dependencies.
|
|
|
|
|
2013-03-18 19:16:10 +00:00
|
|
|
* Mon Mar 18 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.27.git38f1df9
|
|
|
|
- Build against jetty 8 in sclized version.
|
|
|
|
|
2013-03-18 17:19:18 +00:00
|
|
|
* Mon Mar 18 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.26.git38f1df9
|
|
|
|
- RHBZ#902842 calls mvn-rpmbuild with -Dmaven.local.mode=true
|
|
|
|
|
2013-03-15 08:27:43 +00:00
|
|
|
* Thu Mar 14 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.25.git38f1df9
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
2013-03-05 09:52:33 +00:00
|
|
|
* Tue Mar 5 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.24.git3fd9eca
|
|
|
|
- Add depmap for org.eclipse.jetty.orbit
|
|
|
|
- Resolves: rhbz#917619
|
|
|
|
|
2013-03-05 09:20:20 +00:00
|
|
|
* Tue Mar 5 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.23.git3fd9eca
|
|
|
|
- Add BR/R to tomcat-el-2.2-api.
|
|
|
|
|
2013-03-04 13:15:30 +00:00
|
|
|
* Fri Mar 1 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.22.git3fd9eca
|
|
|
|
- Use org.w3c.dom version provided by JVM in all ui bundles.
|
|
|
|
|
2013-03-01 08:37:27 +00:00
|
|
|
* Thu Feb 28 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.21.git3fd9eca
|
|
|
|
- Enable support for jetty 9.
|
|
|
|
- Improve the swt symlink to work well when sclized.
|
|
|
|
|
2013-02-28 07:24:14 +00:00
|
|
|
* Wed Feb 27 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.20.git3fd9eca
|
|
|
|
- Remove easymock and junit duplications from tests.
|
|
|
|
|
2013-02-27 13:25:29 +00:00
|
|
|
* Wed Feb 27 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.19.git3fd9eca
|
|
|
|
- Fix the /usr/lib/java/swt.jar symlink.
|
|
|
|
|
2013-02-27 11:27:12 +00:00
|
|
|
* Wed Feb 27 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.18.git3fd9eca
|
|
|
|
- Add support for jetty 9 (still disabled).
|
|
|
|
|
2013-02-22 15:07:47 +00:00
|
|
|
* Fri Feb 22 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.17.git3fd9eca
|
|
|
|
- Add BR to xml-maven-plugin.
|
|
|
|
|
2013-02-20 21:11:19 +00:00
|
|
|
* Wed Feb 20 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.16.git3fd9eca
|
|
|
|
- Update to latest upstream version.
|
|
|
|
|
2013-02-20 12:05:25 +00:00
|
|
|
* Wed Feb 20 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.15.git201301281400
|
|
|
|
- Use EMF features from eclipse-emf-core.
|
|
|
|
|
2013-02-19 15:17:47 +00:00
|
|
|
* Tue Feb 19 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.14.git201301281400
|
|
|
|
- Add missing patch.
|
|
|
|
|
2013-02-19 14:47:05 +00:00
|
|
|
* Tue Feb 19 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.13.git201301281400
|
|
|
|
- RHBZ#912664 - eclipse-swt should put swt.jar into /usr/lib/java even on 64 bit systems.
|
|
|
|
- RHBZ#903537 - [abrt] java-1.7.0-openjdk-1.7.0.9-2.3.4.fc18: gtk_widget_real_map (SIGABRT)
|
|
|
|
|
2013-02-12 14:23:49 +00:00
|
|
|
* Tue Feb 12 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.12.git201301281400
|
|
|
|
- Build support for GTK2 and GTK3 together.
|
|
|
|
|
2013-02-12 11:32:06 +00:00
|
|
|
* Tue Feb 12 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.11.git201301281400
|
|
|
|
- Ability to use sclized icu4j.
|
|
|
|
|
2013-02-11 13:09:03 +00:00
|
|
|
* Mon Feb 11 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.10.git201301281400
|
|
|
|
- Yet another rebuild with latest icu4j.
|
|
|
|
|
2013-02-10 17:22:12 +00:00
|
|
|
* Sun Feb 10 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.9.git201301281400
|
|
|
|
- Another rebuild with latest icu4j.
|
|
|
|
|
2013-02-08 11:30:15 +00:00
|
|
|
* Fri Feb 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.8.git201301281400
|
|
|
|
- Rebuild with latest icu4j.
|
|
|
|
|
2013-02-08 08:50:39 +00:00
|
|
|
* Fri Feb 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.7.git201301281400
|
|
|
|
- Do fix the scl_root macro redefinition.
|
|
|
|
|
2013-02-07 19:24:58 +00:00
|
|
|
* Thu Feb 7 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.6.git201301281400
|
|
|
|
- Fix the scl_root macro.
|
|
|
|
|
2013-02-07 13:48:46 +00:00
|
|
|
* Thu Feb 7 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.5.git201301281400
|
|
|
|
- Add BR to gtk3.
|
|
|
|
|
2013-02-07 13:15:22 +00:00
|
|
|
* Thu Feb 7 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.4.git201301281400
|
|
|
|
- Upload proper sources.
|
|
|
|
- Export GTK_VERSION=3.0 during build.
|
|
|
|
|
2013-02-07 09:21:40 +00:00
|
|
|
* Wed Feb 6 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.3.git201301281400
|
|
|
|
- SCLize the spec.
|
|
|
|
- Enable SWT GTK3 support.
|
|
|
|
- Fix SWT build with rawhide.
|
|
|
|
|
2013-02-05 12:24:41 +00:00
|
|
|
* Tue Feb 5 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.2.git201301281400
|
|
|
|
- Fixed the generated eclipse.ini
|
|
|
|
- Fixed the content of generated swt.jar.
|
|
|
|
- Use maven macro to track poms in %%files section.
|
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
* Thu Jan 31 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-0.1.git20121217
|
|
|
|
- Update to Kepler.
|
|
|
|
|
2013-01-25 18:33:06 +00:00
|
|
|
* Fri Jan 25 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.2-0.5.git20121217
|
|
|
|
- RHBZ#832053: Ship SWT and other native plugins as folders.
|
|
|
|
|
2013-01-17 12:10:18 +00:00
|
|
|
* Thu Jan 17 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.2-0.4.git20121217
|
|
|
|
- RHBZ#893774: file shipped twice in eclipse-platform and eclipse-equinox-osgi
|
|
|
|
|
2013-01-05 16:26:47 +00:00
|
|
|
* Sat Jan 5 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.2-0.3.git20121217
|
|
|
|
- Fix missing about files on arm and ppc.
|
|
|
|
|
2013-01-04 10:17:33 +00:00
|
|
|
* Wed Jan 2 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.2-0.2.git20121217
|
|
|
|
- Enable bootstrap (for the purpose of arm build).
|
|
|
|
- Fix the launcher build for arm.
|
|
|
|
- Fix the s390 build issue.
|
|
|
|
|
2012-12-21 13:17:28 +00:00
|
|
|
* Fri Dec 21 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.2-0.1.git20121217
|
|
|
|
- Update to pre SR2.
|
|
|
|
|
2012-12-14 13:32:33 +00:00
|
|
|
* Fri Dec 14 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-22
|
|
|
|
- Enable javadoc build.
|
|
|
|
|
2012-11-26 11:17:23 +00:00
|
|
|
* Mon Nov 26 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-21
|
|
|
|
- Remove javax.xml removal patch declaration.
|
|
|
|
|
2012-11-23 13:31:59 +00:00
|
|
|
* Fri Nov 23 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-19
|
|
|
|
- Excluded ResolverState from JIT to fix arm build.
|
|
|
|
|
2012-11-22 11:10:01 +00:00
|
|
|
* Thu Nov 22 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-18
|
|
|
|
- Get rid off javax.xml.
|
|
|
|
- Fix building launcher on arm.
|
|
|
|
- Fix RHBZ #878210
|
|
|
|
|
2012-11-13 17:37:05 +00:00
|
|
|
* Mon Nov 12 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-17
|
|
|
|
- Don't package non-existing fragments on s390, s390x.
|
|
|
|
- Add BR to GConf-2-devel
|
|
|
|
|
2012-11-08 10:03:10 +00:00
|
|
|
* Thu Nov 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-16
|
|
|
|
- Added debug symbols to SWT.
|
|
|
|
- Restored the debug package.
|
|
|
|
- Removed the debug flag from the build.
|
|
|
|
|
2012-11-07 18:18:31 +00:00
|
|
|
* Wed Nov 7 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-15
|
|
|
|
- Simplify initial repo creation.
|
|
|
|
|
2012-11-06 14:51:36 +00:00
|
|
|
* Tue Nov 6 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-14
|
|
|
|
- Export missing java home.
|
|
|
|
|
2012-11-06 11:55:37 +00:00
|
|
|
* Mon Nov 5 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-13
|
|
|
|
- Reduce the memory available for Tycho build.
|
|
|
|
- Reduce the build time.
|
|
|
|
- Use the upstream help generation patch.
|
|
|
|
|
2012-10-31 16:55:22 +00:00
|
|
|
* Wed Oct 31 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-12
|
|
|
|
- Remove the reference to org.apache.jasper (replaced by glassfish)
|
|
|
|
|
2012-10-31 12:55:59 +00:00
|
|
|
* Wed Oct 31 2012 Alexander Kurtakov <akurtako@redhat.com> 1:4.2.1-11
|
|
|
|
- Small cleanups.
|
|
|
|
- Bump release to be bigger than F-18.
|
|
|
|
|
2012-10-24 09:36:35 +00:00
|
|
|
* Wed Oct 24 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-9
|
|
|
|
- Make the removal of the icon more error prone.
|
|
|
|
|
2012-10-23 09:32:50 +00:00
|
|
|
* Tue Oct 23 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-8
|
|
|
|
- Remove a hack for building executable.
|
|
|
|
|
2012-10-23 07:42:32 +00:00
|
|
|
* Tue Oct 23 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-7
|
|
|
|
- Add profiles in the equinox executable for ppc and arm.
|
|
|
|
|
2012-10-23 04:28:36 +00:00
|
|
|
* Mon Oct 22 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-6
|
|
|
|
- Moved launcher version change after secondary fragments creation.
|
|
|
|
- Created some directories when creating secondary fragments.
|
|
|
|
|
2012-10-19 15:07:20 +00:00
|
|
|
* Fri Oct 19 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-5
|
|
|
|
- Removed patch for droping user installed changes.
|
|
|
|
- Moved Provides:osgi(system.bundle) to eclipse-equinox-osgi subpackage.
|
|
|
|
- Removed platform dependency to eclipse-rcp.
|
|
|
|
- Fixed building of core.net on secondary arches.
|
|
|
|
|
2012-10-19 07:49:53 +00:00
|
|
|
* Fri Oct 19 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-4
|
|
|
|
- Use glassfish-jsp-api instead of tomcat-jsp-api.
|
|
|
|
|
2012-10-18 07:00:58 +00:00
|
|
|
* Fri Oct 5 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-3
|
2012-10-19 06:08:58 +00:00
|
|
|
- Bootstrap build.
|
|
|
|
- Support for secondary architectures.
|
2012-10-18 07:00:58 +00:00
|
|
|
|
2012-10-02 09:55:22 +00:00
|
|
|
* Tue Oct 2 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-2
|
|
|
|
- Bump emf version to 2.8.1.
|
|
|
|
|
2012-10-01 11:44:20 +00:00
|
|
|
* Mon Oct 1 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-1
|
|
|
|
- Rebuild with latest emf 2.8.1.
|
|
|
|
|
2012-09-28 12:49:54 +00:00
|
|
|
* Fri Sep 28 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-0.4
|
|
|
|
- 861037: Eclipse does not start in rawhide
|
|
|
|
|
2012-09-20 14:23:37 +00:00
|
|
|
* Thu Sep 20 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-0.3
|
|
|
|
- Remove build artifacts from P2 files.
|
|
|
|
- Fix native gnome-proxy build.
|
|
|
|
|
2012-09-19 13:18:29 +00:00
|
|
|
* Wed Sep 19 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-0.2
|
|
|
|
- Build the jdt.debug.launching internal jar.
|
|
|
|
|
2012-09-19 11:20:23 +00:00
|
|
|
* Wed Sep 19 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-0.1
|
|
|
|
- Update to SR1 RC4.
|
|
|
|
|
2012-09-17 09:03:27 +00:00
|
|
|
* Mon Sep 17 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-19
|
|
|
|
- Add BR/R tomcat-jsp-2.2-api tp platform.
|
|
|
|
|
2012-09-10 08:49:35 +00:00
|
|
|
* Mon Sep 10 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-18
|
|
|
|
- Explicit dependency to jdt in platform.
|
|
|
|
|
2012-09-07 18:49:29 +00:00
|
|
|
* Fri Sep 7 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-17
|
|
|
|
- Yet another version of the previous patch.
|
|
|
|
|
2012-09-07 17:14:56 +00:00
|
|
|
* Fri Sep 7 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-16
|
|
|
|
- Remove remaining mina-core dependency.
|
|
|
|
|
2012-09-07 16:30:46 +00:00
|
|
|
* Fri Sep 7 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-15
|
|
|
|
- Use existing software group.
|
|
|
|
- Add BR to eclipse-pde
|
|
|
|
- Removed dependency on tomcat6
|
|
|
|
- Removed BR GConf2-devel.
|
|
|
|
- Removed BR apache-sshd.
|
|
|
|
- Removed BR/R tomcat-lib.
|
|
|
|
- jetty BR/R transformed to osgi() style.
|
|
|
|
- Excluded org.eclipse.equinox.console.jaas from builds.
|
|
|
|
|
2012-09-05 13:50:31 +00:00
|
|
|
* Wed Sep 5 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-14
|
2012-08-31 09:59:11 +00:00
|
|
|
- Native network support added.
|
|
|
|
- Native filesystem support added.
|
2012-09-05 13:50:31 +00:00
|
|
|
- Added test package.
|
|
|
|
- Generated help contents.
|
2012-08-31 09:59:11 +00:00
|
|
|
|
2012-08-24 13:03:39 +00:00
|
|
|
* Fri Aug 24 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-12
|
|
|
|
- Fix eclipse-pdebuild script to have proper path to pde bundle.
|
2012-08-27 12:05:27 +00:00
|
|
|
- Ensure there are right R dependencies between subpackages.
|
2012-08-28 08:41:26 +00:00
|
|
|
- Overall spec improvements.
|
2012-08-29 15:50:48 +00:00
|
|
|
- Bug 820248 - Start using glassfish-jsp
|
2012-08-24 13:03:39 +00:00
|
|
|
|
2012-08-23 09:45:12 +00:00
|
|
|
* Thu Aug 23 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-11
|
|
|
|
- Symlink junit 4.
|
|
|
|
- Move additional, non-Eclipse sources back to eclipse-build.
|
2012-08-23 11:25:34 +00:00
|
|
|
- Make the patch for setting BREE smaller.
|
2012-08-23 12:22:36 +00:00
|
|
|
- Patch for the compatibility.registry updated.
|
2012-08-24 07:26:01 +00:00
|
|
|
- Introduce a macro for symlinking.
|
|
|
|
- Bug 851190 - eclipse CBI build does not Requires: icu4j-eclipse
|
2012-08-23 09:45:12 +00:00
|
|
|
|
2012-08-22 11:51:12 +00:00
|
|
|
* Wed Aug 22 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-10
|
|
|
|
- Fix Eclipse not picking anything from dropins folder.
|
|
|
|
|
2012-08-21 12:22:10 +00:00
|
|
|
* Tue Aug 21 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-9
|
2012-08-10 07:06:59 +00:00
|
|
|
- Adopt upstream CBI system.
|
|
|
|
|
2012-08-14 19:32:18 +00:00
|
|
|
* Tue Aug 14 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-8
|
|
|
|
- Symlink emf bundles.
|
|
|
|
|
2012-08-14 09:03:18 +00:00
|
|
|
* Tue Aug 14 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-7
|
|
|
|
- Reduce the emf-core dependency strength.
|
|
|
|
|
2012-08-01 09:30:14 +00:00
|
|
|
* Wed Aug 1 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:4.2.0-6
|
|
|
|
- Move maven fragments and pom files in appropriate subpackages
|
|
|
|
|
2012-07-18 22:28:46 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.2.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 12:08:44 +00:00
|
|
|
* Tue Jul 17 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-4
|
|
|
|
- Bug 839986 - eclipse-rcp: broken symlinks
|
|
|
|
|
2012-07-06 13:35:28 +00:00
|
|
|
* Fri Jul 6 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-3
|
|
|
|
- Improved patch for discovering changes after update.
|
|
|
|
|
2012-07-05 11:08:47 +00:00
|
|
|
* Thu Jul 5 2012 Alexander Kurtakov <akurtako@redhat.com> 1:4.2.0-2
|
|
|
|
- Fix compilation against lucene 3.x.
|
|
|
|
|
2012-06-29 09:53:16 +00:00
|
|
|
* Fri Jun 29 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-1
|
|
|
|
- Included patch for Eclipse bug 251167
|
|
|
|
- Recompiled all jsr14 bundles as 1.5
|
|
|
|
- Update to final Juno release.
|
|
|
|
- Removed the old pdebuild script warning.
|
|
|
|
- Created OSGI subpackage.
|
|
|
|
- Removed the necessity to delete ~/.eclipse after some updates.
|
|
|
|
|
2012-06-13 17:11:56 +00:00
|
|
|
* Fri Jun 18 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:4.2.0-0.24.I201205031800
|
|
|
|
- Remove empty reconciler script.
|
|
|
|
|
2012-06-15 06:59:55 +00:00
|
|
|
* Fri Jun 15 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.23.I201205031800
|
|
|
|
- Workaround for Eclipse bug 382574
|
|
|
|
|
2012-05-24 07:31:51 +00:00
|
|
|
* Thu May 24 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.22.I201205031800
|
|
|
|
- Do not pass the -preventMasterLaunch to non SDK applications.
|
|
|
|
|
2012-05-18 17:39:59 +00:00
|
|
|
* Fri May 18 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.21.I201205031800
|
|
|
|
- Prevent running Eclipse as root.
|
|
|
|
- Populate Update Sites.
|
|
|
|
- Pick renamed plugins on startup.
|
|
|
|
- Bundle the .option file for investigating startup problems.
|
|
|
|
|
2012-05-05 16:46:30 +00:00
|
|
|
* Sat May 5 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.20.I201205031800
|
|
|
|
- Update to M7.
|
|
|
|
|
2012-04-30 13:57:27 +00:00
|
|
|
* Mon Apr 30 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.19.I201204291800
|
|
|
|
- Update to I20120429-1800.
|
|
|
|
|
2012-04-24 12:39:52 +00:00
|
|
|
* Tue Apr 24 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.18.I201204171000
|
|
|
|
- Regenerating s390 and s390x launcher fragments from scratch.
|
|
|
|
|
2012-04-23 10:58:22 +00:00
|
|
|
* Mon Apr 23 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.17.I201204171000
|
|
|
|
- Remove duplicated junit library.
|
|
|
|
- Initial s390 and s390x support.
|
|
|
|
- Update to latest eclipse-build.
|
|
|
|
|
2012-04-20 09:42:51 +00:00
|
|
|
* Fri Apr 20 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.16.I201204171000
|
2012-08-01 09:30:14 +00:00
|
|
|
- Bug 814332 - Documentation is not pointing to locally installed javadoc.
|
2012-04-20 09:42:51 +00:00
|
|
|
|
2012-04-19 13:25:30 +00:00
|
|
|
* Thu Apr 19 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.15.I201204171000
|
|
|
|
- Amendment to previous release.
|
|
|
|
|
2012-04-19 10:12:16 +00:00
|
|
|
* Thu Apr 19 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.14.I201204171000
|
|
|
|
- Bug 813763 - /usr/bin/efj has missising exec permissions
|
|
|
|
- Bug 813756 - eclipse-jdt: bundled junit library
|
2012-04-19 13:25:30 +00:00
|
|
|
- Move hamcrest dependency to JDT.
|
2012-04-19 10:12:16 +00:00
|
|
|
|
2012-04-18 16:34:24 +00:00
|
|
|
* Wed Apr 18 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.13.I201204171000
|
|
|
|
- Move to the latest upstream I-build
|
|
|
|
- Generate full documentation.
|
|
|
|
- Formalize requirement on geronimo.
|
|
|
|
|
1970-01-01 00:18:02 +00:00
|
|
|
* Wed Apr 18 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:4.2.0-0.12.I201204051114
|
|
|
|
- Don't fail if icon.xpm does not exist.
|
|
|
|
|
2012-04-12 07:06:45 +00:00
|
|
|
* Thu Apr 12 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.11.I201204051114
|
|
|
|
- Version more requirements.
|
2012-04-12 07:09:52 +00:00
|
|
|
- Move java requirement to the lowest-in-stack package.
|
2012-04-12 07:27:47 +00:00
|
|
|
- Removed some rpmlint warnings from spec file.
|
2012-04-12 07:06:45 +00:00
|
|
|
|
2012-04-11 10:41:29 +00:00
|
|
|
* Wed Apr 11 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.10.I201204051114
|
|
|
|
- Specified version for java-javadoc requirements.
|
|
|
|
|
2012-04-10 15:15:05 +00:00
|
|
|
* Tue Apr 10 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.9.I201204051114
|
|
|
|
- Add proper version to conflicts eclipse-emf-core
|
|
|
|
|
2012-04-10 12:10:06 +00:00
|
|
|
* Tue Apr 10 2012 Andrew Overholt <overholt@redhat.com> 1:4.2.0-0.8.I201204051114
|
|
|
|
- Add epoch to java and java-devel {Build,}Requires.
|
|
|
|
|
2012-04-10 07:43:54 +00:00
|
|
|
* Tue Apr 10 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.7.I201204051114
|
|
|
|
- Bug 810568 - require Java 7 to run.
|
2012-04-10 08:00:42 +00:00
|
|
|
- Bug 810970 - Cannot start 4.2.0-0.6.I201204051114.fc18.x86_64
|
2012-04-10 07:43:54 +00:00
|
|
|
|
2012-04-06 12:42:16 +00:00
|
|
|
* Fri Apr 6 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.6.I201204051114
|
2012-04-06 12:38:54 +00:00
|
|
|
- Update to I20120405-1114 upstream Eclipse build.
|
|
|
|
- Update to latest e-b
|
2012-04-06 16:41:14 +00:00
|
|
|
- Bug 810552 - JSch Requires should be versioned
|
2012-04-06 12:38:54 +00:00
|
|
|
|
2012-04-04 13:58:56 +00:00
|
|
|
* Wed Apr 4 2012 Roland Grunberg <rgrunber@redhat.com> 1:4.2.0-0.5.fa15ab
|
|
|
|
- Define %%{_eclipse_base} to properly resolve %%{_libdir} for noarch.
|
|
|
|
|
2012-04-02 10:53:46 +00:00
|
|
|
* Mon Apr 2 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.4.fa15ab
|
2012-04-12 07:27:47 +00:00
|
|
|
- pdebuild script installed into %%{_bindir}
|
2012-04-02 10:53:46 +00:00
|
|
|
|
2012-03-29 18:54:45 +00:00
|
|
|
* Thu Mar 29 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.3.fa15ab
|
|
|
|
- Sort out problems with versions.
|
|
|
|
|
2012-03-29 17:42:44 +00:00
|
|
|
* Thu Mar 29 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.2.fa15ab
|
|
|
|
- Change eclipse-emf-core package version to 2.8
|
|
|
|
|
|
|
|
* Thu Mar 29 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.0-0.1.fa15ab
|
2012-03-29 13:18:11 +00:00
|
|
|
- Update to 4.2
|
|
|
|
- Added eclipse-emf-core package.
|
|
|
|
|
2012-03-26 18:18:41 +00:00
|
|
|
* Mon Mar 26 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.21.I201203201400
|
|
|
|
- Added Provides: osgi(system.bundle) to rcp package.
|
|
|
|
|
2012-03-22 12:12:57 +00:00
|
|
|
* Thu Mar 22 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.20.I201203201400
|
|
|
|
- Update to I20120320-1400.
|
|
|
|
- Ant version changed to 1.8.3.
|
|
|
|
- ECF version changed to 3.5.5.
|
|
|
|
- Experimental ARM support.
|
|
|
|
|
2012-03-16 12:56:14 +00:00
|
|
|
* Fri Mar 16 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.19.I201203141800
|
|
|
|
- Update to I20120314-1800.
|
|
|
|
- Eclipse-build updated to head.
|
2012-08-01 09:30:14 +00:00
|
|
|
- Required Jsch version updated to include correct MANIFEST.MF
|
2012-03-16 12:56:14 +00:00
|
|
|
|
2012-03-11 20:19:07 +00:00
|
|
|
* Sun Mar 11 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.18.I201203060800
|
|
|
|
- Update to I20120228-0800.
|
|
|
|
- Properly build org.eclipse.jdt.launching from source.
|
|
|
|
|
2012-02-29 16:38:13 +00:00
|
|
|
* Wed Feb 29 2012 Andrew Overholt <overholt@redhat.com> 1:3.8.0-0.17.I201202280800
|
|
|
|
- Add macro for build ID to ease moving to new ones.
|
|
|
|
|
2012-02-29 13:45:59 +00:00
|
|
|
* Wed Feb 29 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.16.I201202280800
|
|
|
|
- Eclipse update to I20120228-0800
|
|
|
|
|
2012-02-23 17:23:34 +00:00
|
|
|
* Wed Feb 22 2012 Roland Grunberg <rgrunber@redhat.com> 1:3.8.0-0.15.I201202140800
|
|
|
|
- Add org.eclipse.tycho:org.eclipse.osgi to osgi depmap.
|
|
|
|
- Install org.eclipse.jdt.core in javadir/eclipse.
|
|
|
|
- Add maven pom and depmap for org.eclipse.jdt.core.
|
|
|
|
|
2012-02-22 09:43:04 +00:00
|
|
|
* Wed Feb 22 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.14.I201202140800
|
|
|
|
- Updated dependencies to match jetty 8.1.0-1.
|
|
|
|
- Updated commons-codec minimal requirements.
|
|
|
|
- Moved icu4j dependency from swt to rcp.
|
|
|
|
|
2012-02-17 10:34:30 +00:00
|
|
|
* Fri Feb 17 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.13.I201202140800
|
|
|
|
- Add the icu4j-source bundle.
|
|
|
|
- Update to Eclipse build I20120214-0800.
|
|
|
|
|
2012-02-16 19:10:48 +00:00
|
|
|
* Thu Feb 16 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:3.8.0-0.12.I201202070800
|
|
|
|
- Install a blank eclipse-reconciler.sh.
|
|
|
|
|
2012-02-16 15:33:02 +00:00
|
|
|
* Thu Feb 16 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.11.I201202070800
|
|
|
|
- Using system jar for junit 4 and different OSGI metadata for junit 3
|
|
|
|
- Adopt noarch icu4j-eclipse
|
|
|
|
|
2012-02-13 16:55:58 +00:00
|
|
|
* Mon Feb 13 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:3.8.0-0.10.I201202070800
|
|
|
|
- Remove reconciler macros from macros.eclipse.
|
|
|
|
- Do not create temp eclipse directory in rpm-state.
|
|
|
|
- Do not install .so extaction paterns file.
|
|
|
|
- Stop running the reconciler.
|
|
|
|
|
2012-02-09 16:00:39 +00:00
|
|
|
* Thu Feb 9 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:3.8.0-0.9.I201202070800
|
|
|
|
- Remove -debug reconciler flag
|
|
|
|
- Remove macro _eclipse_reqs.
|
2012-04-12 07:27:47 +00:00
|
|
|
- Define %%{_eclipse_base} in macros.eclipse.
|
2012-02-09 16:00:39 +00:00
|
|
|
- Pass dropins dir to reconciler when updating the platform.
|
2012-02-09 08:15:03 +00:00
|
|
|
|
2012-02-08 11:17:20 +00:00
|
|
|
* Wed Feb 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.7.I201201310842
|
|
|
|
- Drop the indirect dependency to tomcat 5.
|
2012-02-08 12:39:10 +00:00
|
|
|
- Support for gnomelibproxy on x86_64.
|
2012-02-08 11:17:20 +00:00
|
|
|
|
2012-02-03 15:03:29 +00:00
|
|
|
* Fri Feb 3 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.6.I201201310842
|
|
|
|
- Change the makefile patch to be truly universal
|
|
|
|
|
2012-02-01 14:57:57 +00:00
|
|
|
* Wed Feb 1 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.5.I201201310842
|
|
|
|
- Update to Eclipse 3.8 I20120131-0842
|
|
|
|
|
2012-01-31 19:55:31 +00:00
|
|
|
* Tue Jan 31 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:3.8.0-0.4.I201201230800
|
|
|
|
- Remove xulrunner requirement.
|
|
|
|
|
2012-01-31 15:27:32 +00:00
|
|
|
* Tue Jan 31 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.3.I201201230800
|
|
|
|
- Updated dependency to felix-gogo-shell to include fix for bug 786041.
|
|
|
|
- Fixed mixed-use-of-spaces-and-tabs warning in the spec file.
|
|
|
|
|
2012-01-31 09:48:56 +00:00
|
|
|
* Tue Jan 31 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.2.I201201230800
|
|
|
|
- Version changed to a better format.
|
|
|
|
|
2012-01-30 14:49:04 +00:00
|
|
|
* Mon Jan 30 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.M4c
|
|
|
|
- Update to Eclipse 3.8 I20120123-0800
|
|
|
|
|
2012-01-20 21:22:10 +00:00
|
|
|
* Fri Jan 20 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.1-16
|
|
|
|
- Remove ORBit-2 requirement.
|
|
|
|
|
2012-01-19 20:32:12 +00:00
|
|
|
* Thu Jan 19 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.1-15
|
|
|
|
- Add BuildRequires: ORBit2-devel
|
|
|
|
|
|
|
|
* Tue Jan 19 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.1-15
|
2011-12-20 19:06:27 +00:00
|
|
|
- Use rpm-state/eclipse for run-reconciler file instead of /var/run.
|
|
|
|
- Delete eclipse-tmpfiles.conf.
|
|
|
|
|
2011-12-19 18:56:12 +00:00
|
|
|
* Mon Jan 19 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.1-14
|
|
|
|
- Remove _eclipse_pkg macro.
|
|
|
|
- Use mktemp for creating a backup directory in eclipse-reconciler.sh
|
|
|
|
|
2012-01-16 11:24:25 +00:00
|
|
|
* Fri Jan 16 2012 Alexander Kurtakov <akurtako@redhat.com> - 1:3.7.1-13
|
|
|
|
- Fix o.e.osgi.services pom to remove fake parent.
|
|
|
|
|
2012-01-13 01:25:47 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.7.1-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-22 17:23:52 +00:00
|
|
|
* Thu Dec 22 2011 Andrew Overholt <overholt@redhat.com> 1:3.7.1-11
|
|
|
|
- Install org.eclipse.osgi.services and org.eclipse.equinox.http.servlet in
|
|
|
|
javadir/eclipse.
|
|
|
|
- Add maven pom and depmap for the above.
|
|
|
|
- Fixes rhbz#769621.
|
|
|
|
|
2011-12-20 23:03:16 +00:00
|
|
|
* Tue Dec 20 2011 Andrew Robinson <arobinso@redhat.com> 1:3.7.1-10
|
|
|
|
- Specfile fix for license feature.
|
|
|
|
|
2011-12-19 20:49:16 +00:00
|
|
|
* Mon Dec 19 2011 Andrew Overholt <overholt@redhat.com> 1:3.7.1-9
|
|
|
|
- New eclipse-build snapshot with proper p2 repo URLs.
|
|
|
|
|
2011-12-19 15:58:11 +00:00
|
|
|
* Tue Nov 29 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.1-8
|
2011-11-29 19:08:58 +00:00
|
|
|
- Stop using -clean option.
|
|
|
|
- Use -Dosgi.checkConfiguration=true when updating the platform.
|
|
|
|
- Remove cache.timestamps and .bundledata* when running the reconciler
|
|
|
|
with -Dosgi.checkConfiguration=true.
|
2012-04-12 07:27:47 +00:00
|
|
|
- Do not verify %%{_libdir}/%%{name}/artifacts.xml.
|
2011-11-29 19:08:58 +00:00
|
|
|
|
2011-11-29 15:44:14 +00:00
|
|
|
* Tue Nov 29 2011 Roland Grunberg <rgrunber@redhat.com> 1:3.7.1-7
|
|
|
|
- Bump release.
|
|
|
|
|
2011-11-25 18:42:15 +00:00
|
|
|
* Fri Nov 25 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.7.1-6
|
|
|
|
- Add ExclusiveArch for RHEL.
|
|
|
|
|
2011-11-25 17:54:53 +00:00
|
|
|
* Fri Nov 25 2011 Roland Grunberg <rgrunber@redhat.com> 1:3.7.1-5
|
|
|
|
- (Re-apply) Upgrade to Tomcat 7 Jasper.
|
|
|
|
- Include org.eclipse.jdt.core as part of platform to avoid cyclic
|
|
|
|
dependency between platform and jdt.
|
|
|
|
|
2011-11-21 17:38:16 +00:00
|
|
|
* Mon Nov 21 2011 Roland Grunberg <rgrunber@redhat.com> 1:3.7.1-4
|
|
|
|
- Bump release to match f16 branch.
|
|
|
|
|
2011-11-16 20:24:33 +00:00
|
|
|
* Tue Nov 16 2011 Roland Grunberg <rgrunber@redhat.com> 1:3.7.1-2
|
|
|
|
- Upload new source fixing RHBZ #753090.
|
2011-11-09 20:12:00 +00:00
|
|
|
|
2011-11-08 18:30:00 +00:00
|
|
|
* Tue Nov 08 2011 Roland Grunberg <rgrunber@redhat.com> 1:3.7.1-1
|
|
|
|
- Update to 3.7.1.
|
|
|
|
- org.apache.lucene no longer used upstream.
|
|
|
|
|
2011-10-29 00:23:19 +00:00
|
|
|
* Sat Oct 29 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.7.0-9
|
|
|
|
- New e-b snapshot - fixed Program.launch for remote uris.
|
|
|
|
- Adds _javadir/icu4j.jar for secondary archs bootstrapping.
|
|
|
|
|
2011-10-26 20:49:10 +00:00
|
|
|
* Wed Oct 26 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-8
|
|
|
|
- Add Requires(post/postun) to _eclipse_pkg macro.
|
|
|
|
|
2011-10-21 19:42:49 +00:00
|
|
|
* Fri Oct 21 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.7.0-7
|
|
|
|
- Install org.eclipse.osgi in javadir/eclipse/osgi.jar
|
|
|
|
- Add maven pom and depmap.
|
2011-10-21 20:51:19 +00:00
|
|
|
- Fix compilation with glib 2.31.
|
2011-10-21 19:42:49 +00:00
|
|
|
|
2011-10-20 19:33:03 +00:00
|
|
|
* Thu Oct 20 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-7
|
|
|
|
- Change _eclipse_pkg to pipe all reconciler output to /dev/null
|
|
|
|
|
2011-10-20 13:44:04 +00:00
|
|
|
* Thu Oct 20 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-6
|
|
|
|
- Bump the release number.
|
|
|
|
|
2011-10-19 21:17:57 +00:00
|
|
|
* Wed Oct 19 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-5
|
|
|
|
- Add new line before writing to eclipse.ini.
|
|
|
|
|
2011-10-14 13:32:19 +00:00
|
|
|
* Fri Oct 14 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-5
|
|
|
|
- Change eclipse-reconciler script to run with no arguments.
|
|
|
|
- Use initscripts to create run directory.
|
2012-08-01 09:30:14 +00:00
|
|
|
- Run reconciler only once per install transaction.
|
2011-10-14 13:32:19 +00:00
|
|
|
|
2011-10-04 18:12:41 +00:00
|
|
|
* Tue Oct 4 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-5
|
|
|
|
- New eclipse-build source tar ball.
|
|
|
|
|
2011-10-03 18:48:49 +00:00
|
|
|
* Mon Oct 3 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-5
|
2011-10-03 18:49:50 +00:00
|
|
|
- Bump the relese number.
|
|
|
|
|
|
|
|
* Mon Oct 3 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-5
|
2011-10-03 18:48:49 +00:00
|
|
|
- Remove all metadata files created by the reconciler before
|
|
|
|
uninstallation.
|
|
|
|
|
2011-10-03 18:45:32 +00:00
|
|
|
* Mon Oct 3 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-5
|
|
|
|
- Install .so extraction file.
|
|
|
|
- Extract .so files when the reconciler is run with -clean
|
|
|
|
|
2011-10-03 18:41:31 +00:00
|
|
|
* Mon Oct 3 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-5
|
|
|
|
- Correct verification for files edited by the reconciler.
|
|
|
|
- Do not install state files.
|
|
|
|
|
2011-10-03 18:18:04 +00:00
|
|
|
* Mon Oct 3 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-5
|
2012-08-01 09:30:14 +00:00
|
|
|
- Add Requires post and postun platform to jdt and pde on
|
2011-10-03 18:18:04 +00:00
|
|
|
|
2011-09-23 20:23:22 +00:00
|
|
|
* Fri Sep 23 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-4
|
|
|
|
- Run reconciler after and before pde installation.
|
|
|
|
|
2011-09-23 14:56:22 +00:00
|
|
|
* Fri Sep 23 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-4
|
|
|
|
- Add new script eclipse-reconciler.sh
|
2012-08-01 09:30:14 +00:00
|
|
|
- Run eclipse-reconciler.sh in the post and postun sections of jdt
|
2011-09-23 14:56:22 +00:00
|
|
|
and post seciton on platform.
|
2012-04-12 07:27:47 +00:00
|
|
|
- Remove all old profiles in %%pre rcp.
|
2011-09-23 14:56:22 +00:00
|
|
|
|
2011-09-21 09:27:06 +00:00
|
|
|
* Wed Sep 21 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.7.0-4
|
|
|
|
- Remove _bindir/efj in pre - Fixes #738677.
|
|
|
|
|
2011-09-12 09:03:06 +00:00
|
|
|
* Mon Sep 12 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.7.0-3
|
|
|
|
- Use latest eclipse-build snapshot - fixes openjdk 7 build.
|
|
|
|
- Fix efj launcher script.
|
|
|
|
|
2011-06-27 14:49:56 +00:00
|
|
|
* Mon Jun 27 2011 Chris Aniszczyk <zx@redhat.com> 1:3.7.0-1.3
|
|
|
|
- Fix eclipse archive name
|
|
|
|
|
2011-06-24 12:46:01 +00:00
|
|
|
* Fri Jun 24 2011 Andrew Overholt <overholt@redhat.com> 1:3.7.0-1.2
|
|
|
|
- Fix SWT symlink in %%{_libdir} (rhbz#715470)
|
|
|
|
|
2011-06-19 14:56:11 +00:00
|
|
|
* Sun Jun 19 2011 Chris Aniszczyk <zx@redhat.com> 1:3.7.0-1.1
|
|
|
|
- Fix upload of e-b snapshot
|
|
|
|
|
2011-06-15 16:27:47 +00:00
|
|
|
* Wed Jun 15 2011 Chris Aniszczyk <zx@redhat.com> 1:3.7.0-1.0
|
|
|
|
- New e-b snapshot to update build on 3.7 Final
|
|
|
|
|
2011-06-07 14:30:53 +00:00
|
|
|
* Tue Jun 07 2011 Chris Aniszczyk <zx@redhat.com> 1:3.7.0-0.4.RC4
|
|
|
|
- New e-b snapshot to update build on 3.7 RC4
|
|
|
|
- Added usage of features back
|
|
|
|
|
2011-06-01 22:01:27 +00:00
|
|
|
* Thu Jun 02 2011 Chris Aniszczyk <zx@redhat.com> 1:3.7.0-0.3.RC3
|
|
|
|
- New e-b snapshot to update build on 3.7 RC3
|
|
|
|
- removed efj as it's part of eclipse-build now
|
|
|
|
- removed usage of features
|
|
|
|
|
2011-05-17 20:00:30 +00:00
|
|
|
* Tue May 17 2011 Chris Aniszczyk <zx@redhat.com> 1:3.7.0-0.2.RC1
|
|
|
|
- New e-b snapshot, fixes org.eclipse.equinox.util issue
|
|
|
|
- updated servlet and jsp related dependencies
|
|
|
|
|
2011-05-11 21:26:16 +00:00
|
|
|
* Tue May 17 2011 Chris Aniszczyk <zx@redhat.com> 1:3.7.0-0.1.RC1
|
|
|
|
- New e-b snapshot - first eclipse 3.7 build based on 3.7 RC1.
|
|
|
|
|
2011-04-27 16:06:22 +00:00
|
|
|
* Wed Apr 27 2011 Chris Aniszczyk <zx@redhat.com> 1:3.6.2-5
|
|
|
|
- New e-b snapshot - really fixes dropins issue.
|
|
|
|
- update sat4j dependency to 2.3.0
|
|
|
|
|
2011-04-25 23:49:06 +00:00
|
|
|
* Mon Apr 25 2011 Chris Aniszczyk <zx@redhat.com> 1:3.6.2-4
|
|
|
|
- Add rsync to BuildRequires.
|
|
|
|
|
2011-04-25 19:44:21 +00:00
|
|
|
* Mon Apr 25 2011 Chris Aniszczyk <zx@redhat.com> 1:3.6.2-3
|
|
|
|
- New e-b snapshot - fixes dropins issue.
|
|
|
|
|
2011-04-08 19:58:26 +00:00
|
|
|
* Fri Apr 8 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.2-2
|
|
|
|
- New e-b snapshot - fixes Program.launch problem without libswt-gnome.
|
|
|
|
|
2011-04-08 13:06:59 +00:00
|
|
|
* Fri Apr 8 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.2-1
|
|
|
|
- Switch to webkit by default.
|
|
|
|
- New eclipse-build snapshot.
|
|
|
|
|
2011-04-06 08:25:23 +00:00
|
|
|
* Wed Apr 6 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.2-0.2
|
2011-04-06 08:34:39 +00:00
|
|
|
- Drop bootstrap conditional.
|
2011-04-06 08:25:23 +00:00
|
|
|
- Drop shell start script.
|
|
|
|
- Drop jpp versioned dependencies - apache-commons-* have never had such versions.
|
2012-08-01 09:30:14 +00:00
|
|
|
- Removed patches moved to eclipse-build.
|
2011-04-06 08:25:23 +00:00
|
|
|
|
2011-03-11 19:59:47 +00:00
|
|
|
* Fri Mar 11 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.2-0.1
|
|
|
|
- First take on 3.6.2.
|
|
|
|
|
2011-02-08 16:15:34 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.6.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-03 12:31:33 +00:00
|
|
|
* Mon Jan 3 2011 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.1-4
|
|
|
|
- Fix build with ant 1.8.2.
|
|
|
|
|
2010-12-13 18:08:29 +00:00
|
|
|
* Mon Dec 13 2010 Severin Gehwolf <sgehwolf@redhat.com> 1:3.6.1-3
|
|
|
|
- Add fix for Eclipse help XSS vulnerability (RH Bz #661901).
|
|
|
|
|
2010-10-12 18:54:34 +00:00
|
|
|
* Tue Oct 12 2010 Severin Gehwolf <sgehwolf@redhat.com> 1:3.6.1-2
|
|
|
|
- Require zip for eclipse-pde.
|
|
|
|
|
2010-10-05 10:56:52 +00:00
|
|
|
* Tue Oct 5 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.1-1
|
|
|
|
- Update to 3.6.1.
|
|
|
|
|
2010-10-01 14:06:53 +00:00
|
|
|
* Fri Oct 1 2010 Severin Gehwolf <sgehwolf@redhat.com> 1:3.6.0-17
|
|
|
|
- Push release #, since there has been a 3.6.0-16 scratch build.
|
|
|
|
|
2010-09-30 22:06:21 +00:00
|
|
|
* Thu Sep 30 2010 Severin Gehwolf <sgehwolf@redhat.com> 1:3.6.0-16
|
|
|
|
- Fix copy-platform script generation.
|
|
|
|
|
2010-09-28 20:13:14 +00:00
|
|
|
* Mon Sep 27 2010 Severin Gehwolf <sgehwolf@redhat.com> 1:3.6.0-15
|
2010-09-30 22:06:21 +00:00
|
|
|
- Add shell script portability patch for prepare-build-dir.sh.
|
2010-09-28 20:13:14 +00:00
|
|
|
|
2010-09-21 13:03:51 +00:00
|
|
|
* Tue Sep 21 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-14
|
|
|
|
- Really reenable webkit.
|
|
|
|
|
2010-09-21 12:38:16 +00:00
|
|
|
* Tue Sep 21 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-13
|
|
|
|
- Reenable webkit support, build is fixed.
|
|
|
|
|
2010-09-21 11:07:11 +00:00
|
|
|
* Tue Sep 21 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-12
|
|
|
|
- Disable webkit support - it is causing build failures.
|
|
|
|
|
2010-09-21 09:08:47 +00:00
|
|
|
* Tue Sep 21 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-11
|
|
|
|
- Add jsp-api dependency and use the tomcat6 one.
|
|
|
|
|
2010-09-17 18:04:48 +00:00
|
|
|
* Fri Sep 17 2010 Jeff Johnston <jjohnstn@redhat.com> 1:3.6.0-10
|
|
|
|
- Add patch to fix xpcom problem.
|
|
|
|
|
2010-09-07 09:27:29 +00:00
|
|
|
* Tue Sep 7 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-9
|
|
|
|
- Add webkitgtk-devel BR and webkit R.
|
|
|
|
|
2010-09-01 10:27:42 +00:00
|
|
|
* Wed Sep 1 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-8
|
|
|
|
- Add patch to remove ant-trax from ant bundle's classpath.
|
|
|
|
- Use new package names in BR/R.
|
|
|
|
|
2010-08-31 21:38:07 +00:00
|
|
|
* Wed Sep 1 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-7
|
|
|
|
- Update to eclipse-build 0.6.1 release.
|
|
|
|
- Fix build with ant 1.8.1.
|
|
|
|
|
2010-08-18 13:43:16 +00:00
|
|
|
* Tue Aug 17 2010 Andrew Overholt <overholt@redhat.com> 1:3.6.0-6
|
|
|
|
- Update to eclipse-build 0.6.1RC2.
|
|
|
|
- List a few files that were missing but should be installed.
|
|
|
|
- Finally remove %%{_datadir}/%%{name}/{features,plugins} as nothing is
|
|
|
|
installed in there and shouldn't be.
|
|
|
|
- Use new eclipse-build targets provision.sdk and installSDKinDropins.
|
|
|
|
- Remove filenamepatterns.txt as it's now part of eclipse-build.
|
|
|
|
- Update download URL.
|
|
|
|
- Remove unused patches.
|
|
|
|
|
|
|
|
* Tue Aug 10 2010 Andrew Overholt <overholt@redhat.com> 1:3.6.0-5
|
|
|
|
- Update to eclipse-build 0.6.0 final.
|
|
|
|
|
2010-08-06 14:36:37 +00:00
|
|
|
* Fri Aug 06 2010 Andrew Overholt <overholt@redhat.com> 1:3.6.0-4
|
|
|
|
- Move epl-v10.html and notice.html to SWT sub-package.
|
|
|
|
|
2010-07-15 21:03:06 +00:00
|
|
|
* Thu Jul 15 2010 Elliott Baron <ebaron@fedoraproject.org> 1:3.6.0-3
|
|
|
|
- Increasing min versions for jetty, icu4j-eclipse and sat4j.
|
|
|
|
|
2010-07-08 22:03:08 +00:00
|
|
|
* Fri Jul 9 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-2
|
|
|
|
- o.e.core.net.linux is no longer x86 only.
|
|
|
|
|
2010-07-08 21:23:51 +00:00
|
|
|
* Fri Jul 9 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.6.0-1
|
|
|
|
- Update to 3.6.0.
|
|
|
|
- Based on eclipse-build 0.6.1 RC0.
|