2013-02-07 09:21:40 +00:00
|
|
|
%{?scl:%scl_package eclipse}
|
|
|
|
%{!?scl:%global pkg_name %{name}}
|
|
|
|
|
2014-01-24 20:27:50 +00:00
|
|
|
# Set to 1 to build Eclipse without dependency to eclipse-pde
|
|
|
|
# Some parts (help) will not be built, and second run will be required,
|
|
|
|
# but this is a way to bootstrap Eclipse on secondary archs.
|
2014-06-24 19:39:07 +00:00
|
|
|
%global bootstrap 0
|
2014-01-24 20:27:50 +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
|
2014-03-24 17:09:57 +00:00
|
|
|
%global eclipse_minor 4
|
|
|
|
%global eclipse_micro 0
|
2014-07-17 10:20:14 +00:00
|
|
|
%global eb_commit db6b9cd54787feb7cf7c7a28c80e740340213bd3
|
2014-06-26 08:15:37 +00:00
|
|
|
%global eclipse_tag R4_4
|
|
|
|
%global eclipse_version %{eclipse_major}.%{eclipse_minor}.%{eclipse_micro}
|
|
|
|
%global _jetty_version 9.2.1
|
2012-10-18 07:00:58 +00:00
|
|
|
|
2012-10-19 06:08:58 +00:00
|
|
|
%ifarch %{ix86}
|
2014-04-09 13:40:35 +00:00
|
|
|
%define eclipse_arch x86
|
2012-10-19 06:08:58 +00:00
|
|
|
%endif
|
2012-10-18 07:00:58 +00:00
|
|
|
%ifarch %{arm}
|
|
|
|
%define eclipse_arch arm
|
2014-07-17 10:20:14 +00:00
|
|
|
%endif
|
2014-04-09 13:40:35 +00:00
|
|
|
%ifarch ppc64 ppc64p7
|
2012-10-18 07:00:58 +00:00
|
|
|
%define eclipse_arch ppc64
|
2012-10-19 06:08:58 +00:00
|
|
|
%endif
|
2014-04-09 13:40:35 +00:00
|
|
|
%ifarch s390 s390x ppc x86_64 aarch64 ppc64le
|
2012-10-31 12:55:59 +00:00
|
|
|
%define eclipse_arch %{_arch}
|
2012-10-19 06:08:58 +00:00
|
|
|
%endif
|
2012-10-18 07:00:58 +00:00
|
|
|
|
2013-12-04 21:22:40 +00:00
|
|
|
# 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.
|
2013-03-15 08:27:43 +00:00
|
|
|
%define __jar_repack %{nil}
|
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}
|
2014-08-19 12:08:50 +00:00
|
|
|
Release: 14%{?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/
|
2014-06-26 08:15:37 +00:00
|
|
|
|
|
|
|
# Tarball generated by calling ./get-eclipse.sh
|
2013-07-08 15:02:05 +00:00
|
|
|
Source0: R4_platform-aggregator-%{eclipse_tag}.tar.xz
|
2014-02-25 11:48:44 +00:00
|
|
|
Source1: http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.eclipse-build.git/snapshot/org.eclipse.linuxtools.eclipse-build-%{eb_commit}.tar.bz2
|
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
|
|
|
|
2014-04-24 09:59:05 +00:00
|
|
|
# Eclipse should not include source for dependencies that are not supplied by this package
|
|
|
|
# and should not include source for bundles that are not relevant to our platform
|
2013-12-04 21:22:40 +00:00
|
|
|
Patch2: %{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-12-04 21:22:40 +00:00
|
|
|
Patch3: %{pkg_name}-remove-weaving.patch
|
2012-08-28 06:43:06 +00:00
|
|
|
|
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=377515
|
2014-04-02 09:07:15 +00:00
|
|
|
Patch4: %{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.
|
2014-04-02 09:07:15 +00:00
|
|
|
Patch5: %{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.
|
2014-04-02 09:07:15 +00:00
|
|
|
Patch6: %{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.
|
2014-04-02 09:07:15 +00:00
|
|
|
Patch7: %{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
|
2014-04-02 09:07:15 +00:00
|
|
|
Patch8: %{pkg_name}-change-build-packagings.patch
|
2012-08-28 08:41:26 +00:00
|
|
|
|
2014-04-02 09:07:15 +00:00
|
|
|
Patch9: %{pkg_name}-test-support.patch
|
2012-09-07 16:30:46 +00:00
|
|
|
|
2014-04-02 09:07:15 +00:00
|
|
|
Patch10: %{pkg_name}-secondary-arches.patch
|
2012-09-19 11:20:23 +00:00
|
|
|
|
2014-04-02 09:07:15 +00:00
|
|
|
Patch11: %{pkg_name}-debug-symbols.patch
|
2012-09-28 12:49:54 +00:00
|
|
|
|
2014-04-02 09:07:15 +00:00
|
|
|
Patch12: %{pkg_name}-fix-comaptibility-class.patch
|
2012-10-19 06:08:58 +00:00
|
|
|
|
2014-04-11 17:42:52 +00:00
|
|
|
Patch13: %{pkg_name}-bug-903537.patch
|
2012-11-08 10:03:10 +00:00
|
|
|
|
2014-04-11 17:42:52 +00:00
|
|
|
Patch14: %{pkg_name}-jetty-9.patch
|
2013-02-19 14:47:05 +00:00
|
|
|
|
2014-04-11 17:42:52 +00:00
|
|
|
Patch15: %{pkg_name}-fix-startup-class-refresh.patch
|
2013-04-24 07:10:48 +00:00
|
|
|
|
2014-03-24 17:09:57 +00:00
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=408138
|
2014-04-11 17:42:52 +00:00
|
|
|
Patch16: %{pkg_name}-fix-dropins.patch
|
2013-05-29 08:28:50 +00:00
|
|
|
|
2014-04-11 17:42:52 +00:00
|
|
|
Patch17: %{pkg_name}-bug-386377.patch
|
|
|
|
Patch18: %{pkg_name}-servlet-3.1.patch
|
|
|
|
Patch19: %{pkg_name}-lucene-4.patch
|
|
|
|
Patch20: %{pkg_name}-no-target-platform.patch
|
2013-07-31 09:06:35 +00:00
|
|
|
|
2014-03-24 17:09:57 +00:00
|
|
|
# org.mockito -> org.mockito.mockito-core
|
2014-04-11 17:42:52 +00:00
|
|
|
Patch21: %{pkg_name}-mockito.patch
|
2014-03-24 17:09:57 +00:00
|
|
|
|
2014-04-11 17:42:52 +00:00
|
|
|
Patch22: %{pkg_name}-policy-comparators.patch
|
2014-03-24 17:09:57 +00:00
|
|
|
|
2014-07-15 09:40:56 +00:00
|
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=438992
|
|
|
|
Patch23: %{pkg_name}-bug-438992.patch
|
2014-07-25 18:00:11 +00:00
|
|
|
Patch24: %{pkg_name}-webkit2-support.patch
|
2014-07-15 09:40:56 +00:00
|
|
|
|
2012-10-31 12:55:59 +00:00
|
|
|
BuildRequires: rsync
|
2013-12-04 21:22:40 +00:00
|
|
|
BuildRequires: make, gcc
|
2012-10-31 12:55:59 +00:00
|
|
|
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
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: nspr-devel
|
|
|
|
BuildRequires: libXtst-devel
|
|
|
|
BuildRequires: mesa-libGL-devel
|
|
|
|
BuildRequires: mesa-libGLU-devel
|
|
|
|
BuildRequires: cairo >= 1.0
|
|
|
|
BuildRequires: unzip
|
|
|
|
BuildRequires: desktop-file-utils
|
2014-05-01 17:22:23 +00:00
|
|
|
BuildRequires: java-1.8.0-openjdk-devel
|
2012-10-31 12:55:59 +00:00
|
|
|
BuildRequires: libXt-devel
|
|
|
|
BuildRequires: webkitgtk-devel
|
2014-08-26 17:40:32 +00:00
|
|
|
BuildRequires: webkitgtk4
|
|
|
|
BuildRequires: webkitgtk4-devel
|
2012-10-31 12:55:59 +00:00
|
|
|
BuildRequires: geronimo-annotation >= 1.0-7
|
2014-03-24 17:09:57 +00:00
|
|
|
BuildRequires: %{?scl_prefix}icu4j-eclipse >= 1:52.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-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
|
2014-07-03 11:26:52 +00:00
|
|
|
BuildRequires: felix-gogo-command >= 0.14.0-2
|
2014-05-01 17:22:23 +00:00
|
|
|
BuildRequires: 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}
|
2014-06-26 08:15:37 +00:00
|
|
|
BuildRequires: %{?scl_prefix}lucene-core >= 4.8.1-3
|
|
|
|
BuildRequires: %{?scl_prefix}lucene-analysis >= 4.8.1-3
|
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-05-29 08:28:50 +00:00
|
|
|
BuildRequires: %{?scl_prefix}sat4j >= 2.3.5-1
|
2014-07-17 10:20:14 +00:00
|
|
|
BuildRequires: %{?scl_prefix}objectweb-asm >= 5.0.2-2
|
2011-09-12 09:03:06 +00:00
|
|
|
BuildRequires: zip
|
2012-04-12 07:29:32 +00:00
|
|
|
BuildRequires: sac >= 1.3-12
|
2014-07-17 10:20:14 +00:00
|
|
|
BuildRequires: batik >= 1.8
|
2013-05-20 13:33:36 +00:00
|
|
|
BuildRequires: xml-commons-apis >= 1.4.01-12
|
2012-04-10 12:56:06 +00:00
|
|
|
BuildRequires: atinject >= 1-6
|
2014-03-24 17:09:57 +00:00
|
|
|
BuildRequires: tycho >= 0.19
|
|
|
|
BuildRequires: tycho-extras >= 0.19
|
2014-08-19 12:08:50 +00:00
|
|
|
BuildRequires: eclipse-ecf-core >= 3.9.0-1
|
2014-06-26 08:15:37 +00:00
|
|
|
BuildRequires: eclipse-emf-core >= 1:2.10.0-1
|
2012-10-19 07:49:53 +00:00
|
|
|
BuildRequires: glassfish-jsp-api >= 2.2.1-4
|
2012-11-13 17:37:05 +00:00
|
|
|
BuildRequires: glassfish-jsp >= 2.2.5
|
2013-12-12 22:02:37 +00:00
|
|
|
BuildRequires: glassfish-servlet-api >= 3.1.0
|
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
|
2014-04-24 09:59:05 +00:00
|
|
|
BuildRequires: mockito
|
2014-01-24 20:27:50 +00:00
|
|
|
%if ! %{bootstrap}
|
2012-11-06 11:55:37 +00:00
|
|
|
BuildRequires: eclipse-pde
|
2014-01-24 20:27:50 +00:00
|
|
|
%endif
|
2014-03-14 17:26:14 +00:00
|
|
|
BuildRequires: eclipse-license
|
2011-11-25 18:42:15 +00:00
|
|
|
|
auto-import changelog data from eclipse-2.1.0-22.src.rpm
Mon Sep 29 2003 Tom Tromey <tromey@redhat.com> 2.1.0-22
- Updated upstream sources; oprofile plugin works
Wed Sep 24 2003 Tom Tromey <tromey@redhat.com> 2.1.0-21
- Updated upstream sources; fixes oprofile buglets, also doc updates
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-20
- Backed out xalan-j requirement; it causes problems
- Updated upstream sources; pulls in new documentation
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-19
- Fix for PR 104274. Set LANG in startup script.
Wed Sep 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-18
- xalan-j required at build time and runtime; bugzilla 104513
Mon Sep 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-17
- Bug fixes in sources
Fri Sep 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-16
- Updated upstream sources
Fri Aug 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-15
- Don't build eclipse with -O2 for now
Thu Aug 14 2003 Tom Tromey <tromey@redhat.com> 2.1.0-14
- Updated eclipse sources
Thu Aug 07 2003 Tom Tromey <tromey@redhat.com> 2.1.0-13
- g++ is build requirement
Mon Jul 21 2003 Tom Tromey <tromey@redhat.com> 2.1.0-12
- Enable gcj build again
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-11
- Updated sources to fix -vm bug
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-10
- Updated sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-9
- Updated upstream sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-8
- Updated upstream sources
- Require gnome-vfs2-devel at build time
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-7
- Use LD_ASSUME_KERNEL hack
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-6
- Updated sources
Wed Jul 09 2003 Tom Tromey <tromey@redhat.com> 2.1.0-5
- Updated upstream sources
- Removed j2sdk dependency
- Added rpm-build and gnome-utils dependencies
Tue Jul 08 2003 Tom Tromey <tromey@redhat.com> 2.1.0-4
- Updated upstream sources
Sun Jul 06 2003 Tom Tromey <tromey@redhat.com> 2.1.0-3
- Fixed more build buglets
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-2
- Don't build .so files at all
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com>
- Require Sun JVM
Wed Jul 02 2003 Tom Tromey <tromey@redhat.com> 2.1.0-1
- Updated to eclipse 2.1
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- From Tom Tromey <tromey@redhat.com>
- Use i386, not x86, in ExclusiveArch
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- Set executable bit for opxml since zip won't preserve it.
Wed May 14 2003 Keith Seitz <keiths@redhat.com>
- Add oprofile plugin installation requirements.
Mon May 05 2003 Tom Tromey <tromey@redhat.com> 2.0.1-25
- Use ExclusiveArch, not ExcludeArch
Fri May 02 2003 Tom Tromey <tromey@redhat.com> 2.0.1-24
- Exclude ppc64
Wed Apr 23 2003 Tom Tromey <tromey@redhat.com> 2.0.1-23
- Require gdb and make
Tue Apr 08 2003 Tom Tromey <tromey@redhat.com> 2.0.1-22
- Bumped release for new build
- Fixed bug in JDT build
Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 2.0.1-21
- Bumped release for rebuild
Tue Apr 01 2003 Tom Tromey <tromey@redhat.com> 2.0.1-20
- Allow builds on ppc
Fri Mar 28 2003 Tom Tromey <tromey@redhat.com> 2.0.1-19
- Changes to use gcc-ssa compiler
- Default to gcj build; install files required for gcj
- Define and use java_bin
- Only build on x86
Wed Mar 05 2003 Tom Tromey <tromey@redhat.com>
- Use build script to create ecj, compute architecture, choose targets
- Release 18
Tue Feb 18 2003 Tom Tromey <tromey@redhat.com>
- Replaced jikes with ecj
- Release 17
Wed Feb 05 2003 Tom Tromey <tromey@redhat.com>
- Added -arch to build, code to build with gcj, code to build with jikes,
code to use Sun JDK
- Removed java_jrelib
- Now release 16
Tue Dec 10 2002 Tom Tromey <tromey@redhat.com>
- Invoke buildNative
- Now release 15
Wed Nov 27 2002 Tom Tromey <tromey@redhat.com>
- Removed "-linux" from name
- Now release 14
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Changed name to eclipse
- Removed Conflicts
- Updated Provides
- Now release 13
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Install eclipse.desktop in /usr/share/applications, for 8.x
- Now release 12
Tue Nov 05 2002 Jeff Johnson <jbj@redhat.com>
- Define java_home, java_jre, java_jrelib
- Use %setup
- Minor cleanups in %build LANG=C export LANG unset DISPLAY
- Use _bindir
Thu Oct 24 2002 Andrew Haley <aph@redhat.com>
- eclipse-2.0-linux-gtk.spec (Source): Now use gzip.
- (install): Now use Ant zip.distribution to do this installation.
- Added Requires for ctags.
Fri Oct 18 2002 Tom Tromey <tromey@redhat.com>
- Require JDK 1.3.1
- Added BuildReq for ant
- Use MANIFEST file to decide what to copy into install tree
Tue Oct 15 2002 Tom Tromey <tromey@redhat.com>
- Eclipse source now bzipped
Mon Oct 14 2002 Tom Tromey <tromey@redhat.com>
- No patch required
Fri Oct 11 2002 Tom Tromey <tromey@redhat.com>
- Added .desktop file
- Added BuildReq for desktop-file-utils
2004-09-09 04:24:47 +00:00
|
|
|
%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
|
2013-06-04 18:32:37 +00:00
|
|
|
Summary: SWT Library for GTK+
|
2012-09-07 16:30:46 +00:00
|
|
|
Group: Development/Tools
|
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
|
2013-06-04 18:32:37 +00:00
|
|
|
SWT Library for GTK+.
|
2006-09-18 22:20:30 +00:00
|
|
|
|
2012-06-29 09:53:16 +00:00
|
|
|
%package equinox-osgi
|
|
|
|
Summary: Eclipse OSGi - Equinox
|
2014-02-21 19:32:31 +00:00
|
|
|
Requires: java-headless >= 1:1.7.0
|
|
|
|
Requires: javapackages-tools
|
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
|
|
|
|
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-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
|
2014-07-03 11:26:52 +00:00
|
|
|
Requires: felix-gogo-command >= 0.14.0-2
|
2014-05-01 17:22:23 +00:00
|
|
|
Requires: 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
|
2014-06-26 08:15:37 +00:00
|
|
|
Requires: %{?scl_prefix}lucene-core >= 4.8.1-3
|
|
|
|
Requires: %{?scl_prefix}lucene-analysis >= 4.8.1-3
|
2013-05-29 08:28:50 +00:00
|
|
|
Requires: %{?scl_prefix}sat4j >= 2.3.5-1
|
2012-04-12 07:29:32 +00:00
|
|
|
Requires: sac >= 1.3-12
|
2012-04-12 07:06:45 +00:00
|
|
|
Requires: batik >= 1.8
|
2014-07-17 10:20:14 +00:00
|
|
|
Requires: xml-commons-apis >= 1.4.01-12
|
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
|
2014-08-19 12:08:50 +00:00
|
|
|
Requires: eclipse-ecf-core >= 3.9.0-1
|
2014-06-26 08:15:37 +00:00
|
|
|
Requires: eclipse-emf-core >= 1:2.10.0-1
|
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-12-12 22:02:37 +00:00
|
|
|
Requires: glassfish-servlet-api >= 3.1.0
|
2014-03-24 17:09:57 +00:00
|
|
|
Requires: %{?scl_prefix}icu4j-eclipse >= 1:52.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}
|
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
|
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}
|
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-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
|
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}
|
2012-03-29 18:54:45 +00:00
|
|
|
Requires: %{name}-platform = %{epoch}:%{eclipse_version}-%{release}
|
|
|
|
Requires: %{name}-jdt = %{epoch}:%{eclipse_version}-%{release}
|
2014-07-17 10:20:14 +00:00
|
|
|
Requires: %{?scl_prefix}objectweb-asm >= 5.0.2-2
|
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
|
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
|
|
|
|
2014-07-03 11:26:52 +00:00
|
|
|
%package p2-discovery
|
|
|
|
Summary: Eclipse p2 Discovery
|
|
|
|
Group: Development/Tools
|
|
|
|
Requires: %{name}-platform = %{epoch}:%{eclipse_version}-%{release}
|
|
|
|
Obsoletes: %{name}-p2-discovery < 1:4.4.0
|
|
|
|
|
|
|
|
%description p2-discovery
|
|
|
|
The p2 Discovery mechanism provides a simplified and branded front-end for the
|
|
|
|
p2 provisioning platform. Discovery can be used as a tool to display and
|
|
|
|
install from existing P2 repositories or as a framework to build branded
|
|
|
|
installer UIs.
|
|
|
|
|
2012-09-04 09:15:37 +00:00
|
|
|
%package tests
|
|
|
|
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}
|
2014-07-17 10:20:14 +00:00
|
|
|
Requires: easymock3
|
2014-03-24 17:09:57 +00:00
|
|
|
Requires: mockito
|
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
|
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
|
|
|
|
2014-03-07 20:42:07 +00:00
|
|
|
%patch0 -p1
|
2012-07-26 10:25:54 +00:00
|
|
|
%patch1
|
2013-12-04 21:22:40 +00:00
|
|
|
%patch2
|
2012-07-26 11:43:17 +00:00
|
|
|
%patch3
|
2014-04-02 09:07:15 +00:00
|
|
|
%patch4
|
|
|
|
%patch5
|
2012-07-26 15:21:47 +00:00
|
|
|
%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
|
2014-04-02 09:07:15 +00:00
|
|
|
%patch10 -p1
|
2012-07-30 11:09:46 +00:00
|
|
|
%patch11
|
2014-04-02 09:07:15 +00:00
|
|
|
%patch12
|
2013-12-04 21:22:40 +00:00
|
|
|
%patch13
|
2014-05-21 08:03:44 +00:00
|
|
|
%patch14
|
2014-04-11 17:42:52 +00:00
|
|
|
%patch15
|
2013-12-04 21:22:40 +00:00
|
|
|
%patch16
|
2014-04-16 11:39:56 +00:00
|
|
|
%patch17
|
2014-04-11 17:42:52 +00:00
|
|
|
%patch18
|
|
|
|
%patch19 -p1
|
|
|
|
%patch20
|
2014-04-02 09:07:15 +00:00
|
|
|
%patch21
|
2014-01-06 12:18:00 +00:00
|
|
|
%patch22
|
2014-07-15 09:40:56 +00:00
|
|
|
%patch23 -p1
|
2014-07-25 18:00:11 +00:00
|
|
|
%patch24
|
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
|
2014-04-01 15:28:05 +00:00
|
|
|
%pom_disable_module equinox-sdk eclipse.platform.releng.tychoeclipsebuilder
|
2012-12-19 17:47:29 +00:00
|
|
|
%pom_disable_module equinox.starterkit.product eclipse.platform.releng.tychoeclipsebuilder
|
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-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
|
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
|
2014-04-01 15:28:05 +00:00
|
|
|
%pom_disable_module features/org.eclipse.equinox.core.sdk rt.equinox.bundles
|
2013-01-28 12:46:52 +00:00
|
|
|
%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
|
2014-03-24 17:09:57 +00:00
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.p2.tests.reconciler.product rt.equinox.p2
|
2014-04-16 11:39:56 +00:00
|
|
|
%pom_disable_module org.eclipse.ua.tests eclipse.platform.ua
|
2012-07-05 11:08:47 +00:00
|
|
|
|
2014-04-24 09:59:05 +00:00
|
|
|
# We don't need releng tools
|
|
|
|
%pom_disable_module bundles/org.eclipse.releng.tests eclipse.platform.releng
|
|
|
|
%pom_disable_module bundles/org.eclipse.releng.tools eclipse.platform.releng
|
|
|
|
%pom_disable_module features/org.eclipse.releng.tools eclipse.platform.releng
|
|
|
|
|
2014-04-16 11:39:56 +00:00
|
|
|
# We don't need support for Eclipse 2.x style plugins
|
|
|
|
%pom_disable_module features/org.eclipse.osgi.compatibility.plugins.feature rt.equinox.framework
|
|
|
|
%pom_disable_module bundles/org.eclipse.osgi.compatibility.plugins rt.equinox.framework
|
2012-12-21 13:17:28 +00:00
|
|
|
|
2014-04-16 11:39:56 +00:00
|
|
|
# Remove platform-specific stuff that we don't care about to reduce build time
|
|
|
|
# (i.e., all bundles that are only applicable on non-linux platforms)
|
|
|
|
for b in `ls eclipse.platform.swt.binaries/bundles | grep -P -e 'org.eclipse.swt\.(?!gtk\.linux)'` ; do
|
2014-05-01 17:22:23 +00:00
|
|
|
module=$(grep ">bundles/$b<" eclipse.platform.swt.binaries/pom.xml || :)
|
|
|
|
if [ -n "$module" ] ; then
|
|
|
|
%pom_disable_module bundles/$b eclipse.platform.swt.binaries
|
|
|
|
fi
|
2014-04-16 11:39:56 +00:00
|
|
|
done
|
|
|
|
for b in `ls rt.equinox.framework/bundles | grep -P -e 'org.eclipse.equinox.launcher\.(?!gtk\.linux)'` ; do
|
2014-05-01 17:22:23 +00:00
|
|
|
module=$(grep ">bundles/$b<" rt.equinox.framework/pom.xml || :)
|
|
|
|
if [ -n "$module" ] ; then
|
|
|
|
%pom_disable_module bundles/$b rt.equinox.framework
|
|
|
|
fi
|
2014-04-16 11:39:56 +00:00
|
|
|
done
|
|
|
|
%pom_disable_module org.eclipse.jdt.launching.macosx eclipse.jdt.debug
|
|
|
|
%pom_disable_module org.eclipse.jdt.launching.ui.macosx eclipse.jdt.debug
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.security.macosx rt.equinox.bundles
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.security.win32.x86 rt.equinox.bundles
|
|
|
|
%pom_disable_module bundles/org.eclipse.equinox.security.win32.x86_64 rt.equinox.bundles
|
|
|
|
%pom_disable_module bundles/org.eclipse.compare.win32 eclipse.platform.team
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86 eclipse.platform.team
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64 eclipse.platform.team
|
|
|
|
%pom_disable_module bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa eclipse.platform.ui
|
2014-04-28 16:15:03 +00:00
|
|
|
%pom_disable_module bundles/org.eclipse.ui.cocoa eclipse.platform.ui
|
2014-04-16 11:39:56 +00:00
|
|
|
%pom_disable_module bundles/org.eclipse.ui.win32 eclipse.platform.ui
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.filesystem.hpux.ia64 eclipse.platform.resources
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.filesystem.macosx eclipse.platform.resources
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.filesystem.solaris.sparc eclipse.platform.resources
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.filesystem.win32.x86 eclipse.platform.resources
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.filesystem.win32.x86_64 eclipse.platform.resources
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.aix.ppc eclipse.platform.resources
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.aix.ppc64 eclipse.platform.resources
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.filesystem/fragments/org.eclipse.core.filesystem.solaris.sparcv9 eclipse.platform.resources
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.resources.win32.x86 eclipse.platform.resources
|
|
|
|
%pom_disable_module bundles/org.eclipse.core.resources.win32.x86_64 eclipse.platform.resources
|
|
|
|
%pom_disable_module examples/org.eclipse.swt.examples.ole.win32 eclipse.platform.swt
|
2014-01-06 14:02:04 +00:00
|
|
|
|
2014-04-02 13:38:59 +00:00
|
|
|
# This part generates secondary fragments using primary fragments
|
|
|
|
for dir in eclipse.platform.swt.binaries/bundles \
|
|
|
|
rt.equinox.framework/bundles rt.equinox.binaries ; do
|
2014-04-09 13:40:35 +00:00
|
|
|
utils/ensure_arch.sh "$dir" x86 arm
|
|
|
|
utils/ensure_arch.sh "$dir" x86_64 aarch64 ppc64le
|
2014-04-02 13:38:59 +00:00
|
|
|
done
|
2012-10-23 04:28:36 +00:00
|
|
|
|
2014-04-24 09:59:05 +00:00
|
|
|
# Don't mirror stuff to the repo that we haven't built
|
2014-04-28 17:49:07 +00:00
|
|
|
%pom_xpath_remove "pom:execution[pom:id[text()='mirror-build-emf']]" \
|
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository
|
|
|
|
%pom_xpath_remove "pom:execution[pom:id[text()='mirror-build-ecf']]" \
|
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository
|
2014-04-24 09:59:05 +00:00
|
|
|
%pom_xpath_remove "pom:execution[pom:id[text()='mirror-org.eclipse.rcp']]" \
|
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository
|
|
|
|
%pom_xpath_remove "pom:execution[pom:id[text()='mirror-org.eclipse.rcp.source']]" \
|
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository
|
|
|
|
%pom_xpath_remove "pom:execution[pom:id[text()='mirror-org.eclipse.releng.tools']]" \
|
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository
|
|
|
|
|
|
|
|
# Remove the SWT build sections from every linux arch that is not currently being built
|
|
|
|
# (this is not really necessary but further reduces the build time on arm by around 20
|
|
|
|
# minutes per architecture that we are not currently building, over 2.5 hours in total)
|
|
|
|
for b in `ls eclipse.platform.swt.binaries/bundles | grep -P -e 'org.eclipse.swt.gtk.linux.(?!%{eclipse_arch})'` ; do
|
|
|
|
%pom_xpath_remove "/pom:project/pom:build" eclipse.platform.swt.binaries/bundles/$b
|
|
|
|
done
|
|
|
|
|
2014-06-05 16:16:48 +00:00
|
|
|
# Don't set perms on files for platforms that aren't linux
|
|
|
|
sed -i -e '/^root\.[^l]/d' \
|
|
|
|
rt.equinox.framework/features/org.eclipse.equinox.executable.feature/build.properties \
|
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
|
|
|
|
|
2012-10-23 04:28:36 +00:00
|
|
|
#hack - there should be a patch providing a profile for each 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
|
2013-12-04 21:22:40 +00:00
|
|
|
echo -e "Eclipse-BundleShape: dir\n\n" >> $f;
|
2013-01-25 18:33:06 +00:00
|
|
|
done
|
|
|
|
for f in `find eclipse.platform.resources/bundles/org.eclipse.core.filesystem.linux.* -name MANIFEST.MF` ; do
|
2013-12-04 21:22:40 +00:00
|
|
|
echo -e "Eclipse-BundleShape: dir\n\n" >> $f;
|
2013-01-25 18:33:06 +00:00
|
|
|
done
|
|
|
|
for f in `find eclipse.platform.team/bundles/org.eclipse.core.net/fragments -name MANIFEST.MF` ; do
|
2013-12-04 21:22:40 +00:00
|
|
|
echo -e "Eclipse-BundleShape: dir\n\n" >> $f;
|
2013-01-25 18:33:06 +00:00
|
|
|
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
|
|
|
|
2014-03-24 17:09:57 +00:00
|
|
|
cp -r %{_javadir}/eclipse-license/eclipse/features/* .m2/p2/repo-sdk/features/
|
|
|
|
cp -r %{_javadir}/emf/eclipse/features/* .m2/p2/repo-sdk/features/
|
|
|
|
cp -r %{_javadir}/ecf/eclipse/features/* .m2/p2/repo-sdk/features/
|
2014-01-24 20:27:50 +00:00
|
|
|
%if ! %{bootstrap}
|
2013-04-07 19:49:16 +00:00
|
|
|
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/
|
2014-01-24 20:27:50 +00:00
|
|
|
%else
|
|
|
|
# Use org.eclipse.tycho:org.eclipse.jdt.core (ecj)
|
|
|
|
sed -i -e 's@>org.eclipse.jdt<@>org.eclipse.tycho<@' eclipse-platform-parent/pom.xml
|
|
|
|
%endif
|
2013-02-20 12:05:25 +00:00
|
|
|
|
2014-03-07 23:56:05 +00:00
|
|
|
# Allow usage of javax.servlet.jsp 2.3.
|
|
|
|
sed -i '/javax\.servlet\.jsp/ s/2\.3/2\.4/' rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
|
|
|
|
|
2014-03-11 17:16:58 +00:00
|
|
|
# Use com.sun.el.java.el (Glassfish) instead of javax.el (Tomcat)
|
2014-06-06 13:32:24 +00:00
|
|
|
sed -i 's/javax\.el/com\.sun\.el\.javax\.el/' \
|
|
|
|
eclipse.platform.releng/features/org.eclipse.help-feature/feature.xml \
|
|
|
|
eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml
|
2014-03-11 17:16:58 +00:00
|
|
|
|
2014-07-17 10:20:14 +00:00
|
|
|
# Use javax.servlet-api (Glassfish) instead of javax.servlet (Tomcat)
|
|
|
|
find -name feature.xml | xargs sed -i -e 's|"javax.servlet"|"javax.servlet-api"|'
|
|
|
|
|
2014-03-11 17:16:58 +00:00
|
|
|
# Bump javax.servlet Import-Package statements
|
|
|
|
sed -i '/javax\.servlet/ s/3\.1/3\.2/' rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/META-INF/MANIFEST.MF
|
|
|
|
sed -i '/javax\.servlet/ s/3\.1/3\.2/' rt.equinox.bundles/bundles/org.eclipse.equinox.jsp.jasper/META-INF/MANIFEST.MF
|
|
|
|
|
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
|
2013-03-15 08:27:43 +00:00
|
|
|
|
2013-09-03 07:41:09 +00:00
|
|
|
sed -i -e 's@Dhelp.lucene.tokenizer=standard@XX:MaxPermSize=384M@g' eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml
|
2014-01-24 20:27:50 +00:00
|
|
|
|
2005-03-22 23:17:45 +00:00
|
|
|
%build
|
2012-11-07 18:18:31 +00:00
|
|
|
#This is the lowest value where the build succeeds. 512m is not enough.
|
2014-01-30 22:09:57 +00:00
|
|
|
export MAVEN_OPTS="-Xmx1000m -XX:MaxPermSize=256m -XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
|
2013-07-31 09:06:35 +00:00
|
|
|
export JAVA_HOME=%{java_home}
|
2013-02-12 14:23:49 +00:00
|
|
|
|
|
|
|
export GTK_VERSION=3.0
|
2014-03-24 17:09:57 +00:00
|
|
|
xmvn -o clean verify \
|
2014-01-24 20:27:50 +00:00
|
|
|
%if %{bootstrap}
|
|
|
|
-P !api-generation,!build-docs \
|
|
|
|
%endif
|
2014-05-27 13:08:59 +00:00
|
|
|
-Declipse.javadoc=/usr/bin/javadoc \
|
2013-12-16 16:25:19 +00:00
|
|
|
-Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} \
|
2014-08-18 09:12:23 +00:00
|
|
|
-Dtycho.local.keepTarget -Ddirector.running.env.only=true \
|
|
|
|
-Dtargets=install
|
2012-08-22 11:51:12 +00:00
|
|
|
|
2013-01-28 12:46:52 +00:00
|
|
|
#ant again
|
2014-04-24 09:59:05 +00:00
|
|
|
dependencies/fake_ant_dependency.sh \
|
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/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.
|
2014-04-24 09:59:05 +00:00
|
|
|
utils/move_JDT_PDE_to_dropins.sh \
|
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/ \
|
2014-07-03 11:26:52 +00:00
|
|
|
`pwd`/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository \
|
|
|
|
"jdt cvs equinox.p2.discovery.feature sdk"
|
2012-08-22 11:51:12 +00:00
|
|
|
|
2014-07-17 10:20:14 +00:00
|
|
|
# Symlink necessary plugins that are provided by other packages
|
|
|
|
dependencies/replace_platform_plugins_with_symlinks.sh \
|
|
|
|
eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse %{_javadir}
|
2013-12-12 22:02:37 +00:00
|
|
|
|
2014-07-17 10:20:14 +00:00
|
|
|
pushd eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse
|
2012-08-21 12:00:03 +00:00
|
|
|
|
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
|
|
|
|
sed -i "s|-Xms40m|-Xms128m|g" eclipse.ini
|
|
|
|
sed -i "s|-Xmx384m|-Xmx512m|g" eclipse.ini
|
2014-03-24 17:09:57 +00:00
|
|
|
sed -i '1i-protect\nmaster' eclipse.ini
|
2014-07-16 14:08:25 +00:00
|
|
|
|
|
|
|
# Use GTK3 by default on F22 or newer
|
|
|
|
%if 0%{?fedora} >= 22
|
2014-07-08 08:34:23 +00:00
|
|
|
sed -i '5i--launcher.GTK_version\n3' eclipse.ini
|
2014-07-16 14:08:25 +00:00
|
|
|
%else
|
|
|
|
sed -i '5i--launcher.GTK_version\n2' eclipse.ini
|
|
|
|
%endif
|
2013-01-28 12:46:52 +00:00
|
|
|
|
2014-03-24 17:09:57 +00:00
|
|
|
# Temporary fix until https://bugs.eclipse.org/294877 is resolved
|
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
|
2014-07-15 09:40:56 +00:00
|
|
|
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=%{?_scl_root}/usr/share/eclipse/dropins
|
2013-05-30 10:55:33 +00:00
|
|
|
-Declipse.p2.skipMovedInstallDetection=true
|
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
|
|
|
|
2014-04-24 09:59:05 +00:00
|
|
|
# Some directories we need
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{pkg_name}
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/buildscripts
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/%{pkg_name}/dropins
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
|
|
|
|
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
|
|
|
|
# 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
|
2014-04-24 09:59:05 +00:00
|
|
|
install -d $RPM_BUILD_ROOT/usr/share/pixmaps
|
|
|
|
ln -s /usr/share/icons/hicolor/256x256/apps/%{?scl_prefix}eclipse.png \
|
2013-04-07 19:49:16 +00:00
|
|
|
$RPM_BUILD_ROOT/usr/share/pixmaps/%{?scl_prefix}eclipse.png
|
2012-08-07 08:41:28 +00:00
|
|
|
|
2014-04-24 09:59:05 +00:00
|
|
|
# Install desktop file and app data
|
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}
|
2013-05-30 10:55:33 +00:00
|
|
|
%{?scl: sed -i -e 's/Name=Eclipse/Name=DTS Eclipse/g' desktopintegration/eclipse.desktop}
|
2013-04-07 19:49:16 +00:00
|
|
|
install -D desktopintegration/eclipse.desktop $RPM_BUILD_ROOT/usr/share/applications/%{?scl_prefix}eclipse.desktop
|
2013-10-21 07:08:42 +00:00
|
|
|
install -D desktopintegration/eclipse.appdata.xml $RPM_BUILD_ROOT/usr/share/appdata/%{?scl_prefix}eclipse.appdata.xml
|
2014-07-16 14:08:25 +00:00
|
|
|
install -D desktopintegration/eclipse-jdt.metainfo.xml $RPM_BUILD_ROOT/usr/share/appdata/%{?scl_prefix}eclipse-jdt.metainfo.xml
|
|
|
|
install -D desktopintegration/eclipse-pde.metainfo.xml $RPM_BUILD_ROOT/usr/share/appdata/%{?scl_prefix}eclipse-pde.metainfo.xml
|
2014-04-09 13:40:35 +00:00
|
|
|
desktop-file-validate $RPM_BUILD_ROOT/usr/share/applications/%{?scl_prefix}eclipse.desktop
|
2013-01-28 12:46:52 +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
|
2014-04-24 09:59:05 +00:00
|
|
|
pushd eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/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 ; \
|
2014-04-24 09:59:05 +00:00
|
|
|
sed -i -e "s@${LOCAL_PWD}/eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/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
|
2014-04-24 09:59:05 +00:00
|
|
|
rsync -vrpl eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse \
|
2012-08-07 08:41:28 +00:00
|
|
|
$RPM_BUILD_ROOT%{_libdir}
|
|
|
|
|
|
|
|
|
|
|
|
#eclipse compiler
|
2014-04-11 17:42:52 +00:00
|
|
|
install -m 755 jdtcompilatorscript/efj.sh $RPM_BUILD_ROOT%{_bindir}/efj
|
2014-04-24 09:59:05 +00:00
|
|
|
TARGET_LAUNCHER=%{_libdir}/%{pkg_name}/plugins/`ls eclipse.platform.releng.tychoeclipsebuilder/platform/target/products/org.eclipse.platform.ide/linux/gtk/%{eclipse_arch}/eclipse/plugins | grep launcher_[0-9]*`
|
2014-04-11 17:42:52 +00:00
|
|
|
sed -i -e "s,@LAUNCHER@,${TARGET_LAUNCHER}," $RPM_BUILD_ROOT%{_bindir}/efj
|
2012-08-07 08:41:28 +00:00
|
|
|
|
|
|
|
#eclipse binary
|
2014-07-15 09:40:56 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_bindir}
|
2013-02-07 09:21:40 +00:00
|
|
|
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}
|
2013-10-25 09:35:39 +00:00
|
|
|
#fix privileges
|
2013-02-05 12:24:41 +00:00
|
|
|
#zip the contents
|
2013-06-04 18:32:37 +00:00
|
|
|
zip -r "../../swt.jar" *
|
2013-01-25 18:33:06 +00:00
|
|
|
popd
|
2013-06-04 18:32:37 +00:00
|
|
|
ln -s swt.jar swt-gtk.jar
|
2013-12-04 21:22:40 +00:00
|
|
|
mkdir -p ../../lib/java
|
|
|
|
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-12-04 21:22: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 #
|
|
|
|
#################################
|
|
|
|
|
2014-03-24 17:09:57 +00:00
|
|
|
# Symlink OSGI jars into javadir
|
2014-06-10 11:42:23 +00:00
|
|
|
for J in osgi osgi.services osgi.util osgi.compatibility.state equinox.http.servlet ; do
|
2014-03-24 17:09:57 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{_javadir}/eclipse
|
2014-07-15 09:40:56 +00:00
|
|
|
DIR=%{?scl:../../../../}../../../..%{_libdir}/%{pkg_name}
|
2014-04-09 13:40:35 +00:00
|
|
|
[ -e "`ls $DIR/plugins/org.eclipse.${J}_*.jar`" ] && ln -s $DIR/plugins/org.eclipse.${J}_*.jar ${J}.jar
|
|
|
|
[ -e "`ls $DIR/dropins/*/plugins/org.eclipse.${J}_*.jar`" ] && ln -s $DIR/dropins/*/plugins/org.eclipse.${J}_*.jar ${J}.jar
|
2014-03-24 17:09:57 +00:00
|
|
|
popd
|
2014-04-09 13:40:35 +00:00
|
|
|
VER=$(echo $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/plugins/org.eclipse.${J}_*.jar | sed -e "s/.*${J}_\(.*\)\.jar/\1/")
|
2014-03-24 17:09:57 +00:00
|
|
|
sed -i -e "s/@VERSION@/$VER/" externalpoms/org.eclipse.${J}.pom
|
2014-04-09 13:40:35 +00:00
|
|
|
install -m 0644 externalpoms/org.eclipse.${J}.pom $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.eclipse-${J}.pom
|
2014-03-24 17:09:57 +00:00
|
|
|
done
|
2011-10-21 19:42:49 +00:00
|
|
|
|
2014-03-24 17:09:57 +00:00
|
|
|
# Install maven depmaps for OSGI jars
|
|
|
|
%add_maven_depmap JPP.eclipse-osgi.pom %{pkg_name}/osgi.jar -a "org.eclipse:osgi,org.eclipse.tycho:org.eclipse.osgi" -f equinox-osgi
|
2014-07-28 15:52:44 +00:00
|
|
|
%add_maven_depmap JPP.eclipse-osgi.compatibility.state.pom %{pkg_name}/osgi.compatibility.state.jar -a "org.eclipse.osgi:compatibility.state,org.eclipse.tycho:org.eclipse.osgi.compatibility.state" -f equinox-osgi
|
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
|
2014-03-24 17:09:57 +00:00
|
|
|
%add_maven_depmap JPP.eclipse-osgi.util.pom %{pkg_name}/osgi.util.jar -a "org.eclipse.osgi:util" -f equinox-osgi
|
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
|
2014-03-24 17:09:57 +00:00
|
|
|
|
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
|
|
|
|
mv copy-platform $RPM_BUILD_ROOT%{_libdir}/%{pkg_name}/buildscripts
|
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 \
|
2014-04-24 09:59:05 +00:00
|
|
|
| grep org.eclipse.pde.build_ | sed 's/org.eclipse.pde.build_//')
|
2008-07-29 13:40:46 +00:00
|
|
|
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-05-23 10:43:47 +00:00
|
|
|
cp production/testScripts/configuration/sdk.tests/testConfigs/linux/testing.properties $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
|
2014-07-03 11:26:52 +00:00
|
|
|
f=`ls | grep -e "^org.easymock_"`
|
|
|
|
rm -rf $f
|
|
|
|
ln -s %{_javadir}/easymock.jar ${f%.jar}.jar
|
|
|
|
f=`ls | grep -e "^org.mockito.mockito-core_"`
|
|
|
|
rm -rf $f
|
|
|
|
ln -s %{_javadir}/mockito.jar ${f%.jar}.jar
|
|
|
|
f=`ls | grep -e "^org.objenesis_"`
|
|
|
|
rm -rf $f
|
|
|
|
ln -s %{_javadir}/objenesis/objenesis.jar ${f%.jar}.jar
|
|
|
|
# These are already present in the platform
|
|
|
|
rm -rf org.hamcrest.core_*
|
|
|
|
rm -rf org.junit_*
|
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
|
2014-07-15 09:40:56 +00:00
|
|
|
sed -i -e "s#@USR@#%{?_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
|
|
|
|
2013-10-10 02:07:28 +00:00
|
|
|
# Package testbundle-to-eclipse-test
|
2013-10-10 18:53:51 +00:00
|
|
|
cp -r testbundle-to-eclipse-test $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/testbundle
|
2013-10-10 02:07:28 +00:00
|
|
|
|
|
|
|
pushd $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/testbundle
|
|
|
|
|
|
|
|
# Set the proper paths for scripts
|
|
|
|
sed -i 's|\.\+/\(gatherBundles\.sh\)|%{_javadir}/eclipse-testing/testbundle/\1|' prepRuntimeLocation.sh
|
|
|
|
sed -i 's|\.\+/\(genRepo\.sh\)|%{_javadir}/eclipse-testing/testbundle/\1|' prepAllTestBundles.sh
|
|
|
|
sed -i 's|\.\+/\(prepRuntimeLocation\.sh\)|%{_javadir}/eclipse-testing/testbundle/\1|' %{pkg_name}-runTestBundles
|
|
|
|
sed -i 's|\.\+/\(prepAllTestBundles\.sh\)|%{_javadir}/eclipse-testing/testbundle/\1|' %{pkg_name}-runTestBundles
|
|
|
|
sed -i 's|cp swtbot-library.xml alltest.xml updateTestBundleXML.sh target/|cp %{_javadir}/eclipse-testing/testbundle/{swtbot-library.xml,alltest.xml,updateTestBundleXML.sh} target/|' prepRuntimeLocation.sh
|
|
|
|
|
|
|
|
for file in genRepo.sh gatherBundles.sh ;do
|
2014-07-15 09:40:56 +00:00
|
|
|
sed -i 's|scl_root=|scl_root=%{?_scl_root}|' ${file}
|
2013-10-10 02:07:28 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
mv $RPM_BUILD_ROOT/%{_javadir}/eclipse-testing/testbundle/%{pkg_name}-runTestBundles $RPM_BUILD_ROOT/%{_bindir}/%{pkg_name}-runTestBundles
|
|
|
|
popd
|
|
|
|
|
2013-10-29 09:47:40 +00:00
|
|
|
#fix so permissions
|
|
|
|
find $RPM_BUILD_ROOT/%{_libdir}/eclipse -name *.so -exec chmod a+x {} \;
|
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
|
|
|
|
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-02-05 12:24:41 +00:00
|
|
|
%files platform -f .mfiles-platform
|
2014-03-24 17:09:57 +00:00
|
|
|
%{_bindir}/%{pkg_name}
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_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/*
|
2014-04-24 09:59:05 +00:00
|
|
|
/usr/share/pixmaps/*
|
2013-04-07 19:49:16 +00:00
|
|
|
/usr/share/icons/*/*/apps/*
|
2013-10-21 07:08:42 +00:00
|
|
|
/usr/share/appdata/%{?scl_prefix}eclipse.appdata.xml
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/eclipse
|
|
|
|
%dir %{_libdir}/%{pkg_name}/dropins
|
2013-07-23 12:04:25 +00:00
|
|
|
%dir %{_datadir}/%{pkg_name}/
|
2013-02-07 09:21:40 +00:00
|
|
|
%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_*
|
2013-05-23 09:07:29 +00:00
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.rcp.configuration_*
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/com.ibm.icu_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/com.jcraft.jsch_*
|
2013-12-12 22:02:37 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/javax.servlet-api_*
|
2014-03-07 23:56:05 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/javax.servlet.jsp_*
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/javax.xml_*
|
2014-03-11 17:16:58 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/com.sun.el.javax.el_*
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_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_*
|
2014-04-10 08:57:41 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filesystem*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.net*
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_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.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_*
|
2014-04-09 13:40:35 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.jdt.core.compiler.batch_*
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_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}/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_*
|
2014-03-24 17:09:57 +00:00
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.ecf.core.feature_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.ecf.core.ssl.feature_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.ecf.filetransfer.feature_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.ecf.filetransfer.httpclient4.feature_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_*
|
|
|
|
%{_libdir}/%{pkg_name}/features/org.eclipse.ecf.filetransfer.ssl.feature_*
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_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_*
|
2014-03-24 17:09:57 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.ui.themes_*
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_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-23 09:07:29 +00:00
|
|
|
%{_libdir}/%{pkg_name}/readme
|
|
|
|
%{_libdir}/%{pkg_name}/about_files
|
|
|
|
%doc %{_libdir}/%{pkg_name}/about.html
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/artifacts.xml
|
|
|
|
%{_libdir}/%{pkg_name}/p2
|
2008-07-16 15:33:03 +00:00
|
|
|
|
2014-06-10 09:28:39 +00:00
|
|
|
%files jdt
|
2014-07-03 11:26:52 +00:00
|
|
|
%{_bindir}/efj
|
2014-07-16 14:08:25 +00:00
|
|
|
/usr/share/appdata/%{?scl_prefix}eclipse-jdt.metainfo.xml
|
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
|
2014-07-16 14:08:25 +00:00
|
|
|
/usr/share/appdata/%{?scl_prefix}eclipse-pde.metainfo.xml
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_libdir}/%{pkg_name}/buildscripts
|
|
|
|
%{_libdir}/%{pkg_name}/dropins/sdk
|
2014-07-03 11:26:52 +00:00
|
|
|
%{_libdir}/%{pkg_name}/dropins/cvs
|
|
|
|
|
|
|
|
%files p2-discovery
|
|
|
|
%{_libdir}/%{pkg_name}/dropins/equinox.p2.discovery.feature
|
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
|
2013-10-10 02:07:28 +00:00
|
|
|
%{_bindir}/%{pkg_name}-runTestBundles
|
2013-02-07 09:21:40 +00:00
|
|
|
%{_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}
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.services_*
|
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
|
2014-03-24 17:09:57 +00:00
|
|
|
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
|
2012-06-29 09:53:16 +00:00
|
|
|
|
2012-01-19 20:32:12 +00:00
|
|
|
%changelog
|
2014-08-26 17:40:32 +00:00
|
|
|
* Tue Aug 26 2014 Sami Wagiaalla <swagiaal@edhat.com> - 1:4.4.0-15
|
|
|
|
- Build agianst webkitgtk4.
|
|
|
|
|
2014-08-19 12:08:50 +00:00
|
|
|
* Tue Aug 19 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-14
|
|
|
|
- Rebuild against new ECF
|
|
|
|
|
2014-08-18 09:12:23 +00:00
|
|
|
* Mon Aug 18 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-13
|
|
|
|
- Drop custom buildId, to keep it lexographically greater than upstream's
|
|
|
|
|
2014-08-16 10:18:27 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.4.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-25 18:00:11 +00:00
|
|
|
* Mon Jul 28 2014 Sami Wagiaalla <swagiaal@redhat.com> 1:4.4.0-11
|
|
|
|
- Add patch for webkit2 support.
|
|
|
|
|
2014-07-28 15:52:44 +00:00
|
|
|
* Mon Jul 28 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.0-10
|
|
|
|
- Provide org.eclipse.tycho:org.eclipse.osgi.compatibility.state.
|
|
|
|
|
2014-07-21 15:49:41 +00:00
|
|
|
* Mon Jul 21 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-9
|
|
|
|
- Rebuild for new ecf and asm.
|
|
|
|
|
2014-07-17 10:20:14 +00:00
|
|
|
* Wed Jul 16 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-8
|
|
|
|
- Update eclipse-build snapshot
|
|
|
|
- Tighten up deps on asm
|
|
|
|
|
2014-07-16 14:08:25 +00:00
|
|
|
* Tue Jul 15 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-7
|
|
|
|
- Add appstream addon metadata for JDT and PDE plugins
|
|
|
|
- Only use GTK3 by default on F22 or newer, rhbz1118317
|
|
|
|
|
2014-07-15 09:40:56 +00:00
|
|
|
* Tue Jul 15 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-6
|
|
|
|
- Backport fix for eclipse bz438992
|
|
|
|
- Only assemble products for current running target environment
|
|
|
|
- Tidy up some unnecessary SCL bits
|
|
|
|
|
2014-07-08 08:34:23 +00:00
|
|
|
* Tue Jul 08 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-5
|
|
|
|
- Make GTK3 the default SWT implementation in eclipse.ini
|
|
|
|
|
2014-07-03 11:26:52 +00:00
|
|
|
* Wed Jul 02 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-4
|
|
|
|
- Package the equinox.p2.discovery feature, obsolete the separate package
|
|
|
|
- Update e-b snapshot
|
|
|
|
- BR/R: gogo-command >= 0.14
|
|
|
|
- Symlink mockito to system jar in testing package
|
|
|
|
|
2014-06-27 13:20:20 +00:00
|
|
|
* Fri Jun 27 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.0-3
|
|
|
|
- Fix sed delimeter when dealing with paths.
|
|
|
|
|
2014-06-26 14:50:39 +00:00
|
|
|
* Thu Jun 26 2014 Roland Grunberg <rgrunber@redhat.com> - 1:4.4.0-2
|
|
|
|
- Update eclipse-build with improvements to bundle testing.
|
|
|
|
|
2014-06-26 08:15:37 +00:00
|
|
|
* Wed Jun 25 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-1
|
|
|
|
- Update to final Luna release
|
|
|
|
- Rebuild against newer dependencies
|
|
|
|
|
2014-06-24 19:39:07 +00:00
|
|
|
* Tue Jun 24 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.31.git201406042000
|
|
|
|
- Non bootstrap build.
|
|
|
|
|
2014-06-24 17:00:47 +00:00
|
|
|
* Tue Jun 24 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.30.git201406042000
|
|
|
|
- Bootstrap build for aarch64.
|
|
|
|
|
2014-06-13 11:18:06 +00:00
|
|
|
* Fri Jun 13 2014 Michael Simacek <msimacek@redhat.com> - 1:4.4.0-0.29.git201406042000
|
|
|
|
- Rebuild against new jetty
|
|
|
|
|
2014-06-10 09:28:39 +00:00
|
|
|
* Tue Jun 10 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.28.git201406042000
|
|
|
|
- Drop jdt mvn depmaps.
|
|
|
|
|
2014-06-05 16:16:48 +00:00
|
|
|
* Thu Jun 05 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.27.git201406042000
|
|
|
|
- Remove pre-built launcher binaries
|
2014-06-06 13:32:24 +00:00
|
|
|
- Remove last uses of tomcat
|
2014-06-05 16:16:48 +00:00
|
|
|
|
2014-06-03 17:02:32 +00:00
|
|
|
* Tue Jun 03 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.26.git201406022000
|
|
|
|
- Update to latest I-build
|
|
|
|
|
2014-05-30 11:48:05 +00:00
|
|
|
* Fri May 30 2014 Michael Simacek <msimacek@redhat.com> - 1:4.4.0-0.25.git201405252000
|
|
|
|
- Rebuild against new jetty
|
|
|
|
|
2014-05-27 13:08:59 +00:00
|
|
|
* Tue May 27 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.24.git201405252000
|
|
|
|
- Pass eclipse.javadoc as param to mvn call to fix javadoc generation.
|
|
|
|
|
2014-05-27 05:37:15 +00:00
|
|
|
* Tue May 27 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.23.git201405252000
|
|
|
|
- Update to latest I-build.
|
|
|
|
|
2014-05-23 06:14:35 +00:00
|
|
|
* Fri May 23 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.22.git201405112000
|
|
|
|
- Rebuild for new lucene/junit metadata.
|
|
|
|
|
2014-05-21 10:00:55 +00:00
|
|
|
* Wed May 21 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.21.git201405112000
|
|
|
|
- Drop tomcat BR/Rs.
|
|
|
|
|
2014-05-21 08:03:44 +00:00
|
|
|
* Wed May 21 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.20.git201405112000
|
|
|
|
- Drop cglib dep.
|
|
|
|
- Apply jetty 9 patch unconditionally.
|
|
|
|
|
2014-05-19 09:23:04 +00:00
|
|
|
* Mon May 19 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.19.git201405112000
|
|
|
|
- Drop unnecessary BRs
|
|
|
|
- Update e-b snapshot for new felix-gogo-* jar locations
|
|
|
|
|
2014-05-12 07:48:44 +00:00
|
|
|
* Mon May 12 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.4.0-0.18.git201405112000
|
|
|
|
- Update to latest I-build.
|
|
|
|
- Move pre-luna changelog to separate file.
|
|
|
|
|
2014-05-01 17:22:23 +00:00
|
|
|
* Wed May 07 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.17.git201405062000
|
|
|
|
- Update to latest I-build of Luna 4.4.0
|
|
|
|
- New e-b snapshot for updated gnome appdata
|
|
|
|
- Rebuilt for new dependency versions.
|
|
|
|
|
2014-05-01 17:22:23 +00:00
|
|
|
* Thu May 01 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.16.git201405010200
|
|
|
|
- Update to latest I-build of Luna 4.4.0
|
|
|
|
|
2014-04-28 17:49:07 +00:00
|
|
|
* Mon Apr 28 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.15.git201404280800
|
|
|
|
- Don't mirror emf and ecf into the final p2 repository
|
|
|
|
|
2014-04-28 16:15:03 +00:00
|
|
|
* Mon Apr 28 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.14.git201404280800
|
|
|
|
- Update to latest I-build of Luna 4.4.0
|
|
|
|
|
2014-04-24 09:59:05 +00:00
|
|
|
* Thu Apr 24 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.13.git201404220800
|
|
|
|
- Drop the use of custom jdtpde repository build from e-b
|
|
|
|
- Don't use a custom product ID
|
|
|
|
- Add BR on mockito
|
|
|
|
- Fix pixmaps directory ownership
|
|
|
|
|
2014-04-22 13:45:23 +00:00
|
|
|
* Tue Apr 22 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.12.git201404220800
|
|
|
|
- Update to latest I-build of Luna 4.4.0
|
|
|
|
- Enable Java 8 specific bundles
|
|
|
|
- Rebuild for updated lucene dependency
|
|
|
|
|
2014-04-16 11:39:56 +00:00
|
|
|
* Tue Apr 15 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.11.git201404150800
|
|
|
|
- Update to latest I-build of Luna 4.4.0
|
|
|
|
- Fix missing copy resource step on ppc64le
|
|
|
|
- Don't build bundles that are only applicable on non-linux platforms
|
|
|
|
|
2014-04-11 17:42:52 +00:00
|
|
|
* Thu Apr 10 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.10.git201404081645
|
|
|
|
- Drop unnecessary BR on GConf2-devel
|
|
|
|
- Drop unneeded patch: fix-swt-build-in-rawhide
|
|
|
|
|
2014-04-10 08:57:41 +00:00
|
|
|
* Thu Apr 10 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.9.git201404081645
|
|
|
|
- Make globbing work on arches that don't have platform specific fragments.
|
|
|
|
|
2014-04-09 13:40:35 +00:00
|
|
|
* Tue Apr 08 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.8.git201404081645
|
|
|
|
- Update to latest I-build of Luna 4.4.0
|
|
|
|
- Don't unnecessarily create platform specific fragments for o.e.core.net and
|
|
|
|
o.e.core.filesystem.
|
|
|
|
- Accomodate for ppc64le architecture.
|
|
|
|
- Drop upstreamed patch: objectweb-asm
|
|
|
|
|
2014-04-03 11:20:24 +00:00
|
|
|
* Thu Apr 03 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.7.git201404011500
|
|
|
|
- Fix symlinking junit when it is a directory.
|
|
|
|
|
2014-04-03 09:36:46 +00:00
|
|
|
* Thu Apr 03 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.6.git201404011500
|
|
|
|
- Non-bootstrap build.
|
|
|
|
|
2014-04-02 16:23:42 +00:00
|
|
|
* Wed Apr 02 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.5.git201404011500
|
|
|
|
- Add patch for org.ojectweb.asm -> org.ojectweb.asm.all
|
|
|
|
|
2014-04-02 13:38:59 +00:00
|
|
|
* Wed Apr 02 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.4.git201404011500
|
|
|
|
- Move secondary-arch fragment generation into e-b.
|
|
|
|
|
2014-04-02 09:07:15 +00:00
|
|
|
* Wed Apr 02 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.3.git201404011500
|
|
|
|
- Update eclipse-build snapshot
|
|
|
|
|
|
|
|
* Tue Apr 01 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.2.git201404011500
|
2014-04-01 15:28:05 +00:00
|
|
|
- Update to latest I-build of Luna 4.4.0
|
|
|
|
- Require objectweb-asm >= 5.0.1
|
|
|
|
|
2014-04-02 09:07:15 +00:00
|
|
|
* Mon Mar 24 2014 Mat Booth <mat.booth@redhat.com> - 1:4.4.0-0.1.M6
|
2014-03-24 17:09:57 +00:00
|
|
|
- Update to M6 pre-release of Luna 4.4.0
|
|
|
|
- Bootstrap build
|
|
|
|
- Drop upstreamed patches: do-not-run-as-root, bug-408505,
|
|
|
|
bug-404448, osgi-unpack-sources
|
|
|
|
- Add patch to use mockito-core 1.9
|