2007-01-10 18:58:44 +00:00
Epoch : 1
2004-09-09 04:27:27 +00:00
2009-10-15 10:33:35 +00:00
%global eclipse_major 3
2012-01-30 14:49:04 +00:00
%global eclipse_minor 8
2009-10-15 10:33:35 +00:00
%global eclipse_majmin %{eclipse_major} .%{eclipse_minor}
2012-01-30 14:49:04 +00:00
%global eclipse_micro 0
2009-10-15 10:33:35 +00:00
%global initialize 1
2012-01-30 14:49:04 +00:00
%global download_url http://download.eclipse.org/technology/linuxtools/eclipse-build/3.8.x/
2012-02-17 10:34:30 +00:00
%global eb_sha1 3bfbcec75d417112f4e099614c09e87886f9a99b
2004-09-09 04:27:27 +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
2006-08-31 18:26:31 +00:00
Summary : An open, extensible IDE
2004-09-09 04:27:27 +00:00
Name : eclipse
2005-10-11 21:21:27 +00:00
Version : %{eclipse_majmin} .%{eclipse_micro}
2012-02-17 10:54:00 +00:00
Release : 0.12.I201202140800%{?dist}
2008-07-17 15:00:36 +00:00
License : EPL
2004-09-09 04:27:27 +00:00
Group : Text Editors/Integrated Development Environments (IDE)
URL : http://www.eclipse.org/
2011-12-19 20:49:16 +00:00
Source0 : %{download_url} eclipse-build-%{eb_sha1} .tar.xz
2012-02-17 10:34:30 +00:00
Source1 : %{download_url} eclipse-3.8.0-I20120214-0800-src.tar.bz2
2012-02-16 19:10:48 +00:00
Source2 : eclipse-reconciler.sh
2011-10-14 13:32:19 +00:00
Source4 : macros.%{name}
2011-10-21 19:42:49 +00:00
Source5 : http://repo1.maven.org/maven2/org/eclipse/osgi/org.eclipse.osgi/3.6.0.v20100517/org.eclipse.osgi-3.6.0.v20100517.pom
2012-01-16 11:24:25 +00:00
# Fetched from http://repo1.maven.org/maven2/org/eclipse/osgi/org.eclipse.osgi.services/3.2.100.v20100503/org.eclipse.osgi.services-3.2.100.v20100503.pom
# Patched to remove fake parent
Source6 : org.eclipse.osgi.services-3.2.100.v20100503.pom
2011-12-22 17:23:52 +00:00
Source7 : http://repo1.maven.org/maven2/org/eclipse/equinox/http/servlet/1.0.0-v20070606/servlet-1.0.0-v20070606.pom
2006-09-18 22:20:30 +00:00
2011-04-06 08:25:23 +00:00
BuildRequires : ant
2011-04-25 23:49:06 +00:00
BuildRequires : rsync
2004-09-09 04:27:27 +00:00
BuildRequires : jpackage-utils >= 0:1.5, make, gcc
2005-01-17 19:09:19 +00:00
BuildRequires : gtk2-devel
BuildRequires : glib2-devel
2011-10-21 20:25:42 +00:00
BuildRequires : GConf2-devel
2005-04-25 22:39:24 +00:00
BuildRequires : gcc-c++
2005-10-31 19:48:52 +00:00
BuildRequires : nspr-devel
2006-01-04 22:32:40 +00:00
BuildRequires : libXtst-devel
2006-06-02 21:46:07 +00:00
BuildRequires : mesa-libGL-devel
BuildRequires : mesa-libGLU-devel
2005-11-06 15:32:26 +00:00
BuildRequires : cairo >= 1.0
2006-01-31 11:48:09 +00:00
BuildRequires : unzip
2006-12-20 04:19:37 +00:00
BuildRequires : desktop-file-utils
2012-01-30 14:49:04 +00:00
BuildRequires : java-devel >= 1.7.0
2008-04-10 00:16:11 +00:00
BuildRequires : java-javadoc
2007-08-30 20:37:01 +00:00
BuildRequires : libXt-devel
2010-09-21 13:03:51 +00:00
BuildRequires : webkitgtk-devel
2004-09-09 04:27:27 +00:00
2012-02-16 15:33:02 +00:00
BuildRequires : icu4j-eclipse >= 1:4.4.2.2-11
2012-02-10 08:15:00 +00:00
BuildRequires : tomcat-lib >= 7.0.25-3
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
2009-04-02 08:12:57 +00:00
BuildRequires : jsch >= 0:0.1.41
2011-04-06 08:25:23 +00:00
BuildRequires : apache-commons-el
BuildRequires : apache-commons-logging
2010-09-01 10:27:42 +00:00
BuildRequires : apache-commons-codec
2009-04-10 07:53:56 +00:00
BuildRequires : jakarta-commons-httpclient
2012-01-30 14:49:04 +00:00
BuildRequires : felix-gogo-command >= 0.12
2012-01-31 15:27:32 +00:00
BuildRequires : felix-gogo-shell >= 0.10.0-3
2012-01-30 14:49:04 +00:00
BuildRequires : jetty >= 8
2011-05-11 21:26:16 +00:00
BuildRequires : lucene >= 2.9.4-5
BuildRequires : lucene-contrib >= 2.9.4-5
2012-02-16 15:33:02 +00:00
BuildRequires : junit >= 4.10-4
2009-08-18 11:17:08 +00:00
BuildRequires : hamcrest >= 0:1.1-9.2
2011-04-27 16:06:22 +00:00
BuildRequires : sat4j >= 2.3.0-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
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
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
2006-12-06 18:20:01 +00:00
Summary : SWT Library for GTK+-2.0
2006-09-18 22:20:30 +00:00
Group : Text Editors/Integrated Development Environments (IDE)
2007-11-22 18:11:14 +00:00
# %{_libdir}/java directory owned by jpackage-utils
Requires : jpackage-utils
2006-12-06 18:20:01 +00:00
Requires : gtk2
2010-09-07 09:27:29 +00:00
Requires : webkitgtk
2006-09-18 22:20:30 +00:00
2008-07-14 21:40:30 +00:00
%description swt
2006-12-06 18:20:01 +00:00
SWT Library for GTK+-2.0.
2006-09-18 22:20:30 +00:00
%package rcp
Summary : Eclipse Rich Client Platform
Group : Development/Languages
2008-07-14 21:40:30 +00:00
Requires : %{name} -swt = %{epoch} :%{version} -%{release}
2012-02-16 15:33:02 +00:00
Requires : icu4j-eclipse >= 1:4.4.2.2-11
2007-08-30 19:54:32 +00:00
Requires : java >= 1.6.0
2006-09-18 22:20:30 +00:00
%description rcp
Eclipse Rich Client Platform
2004-09-09 04:27:27 +00:00
%package platform
Summary : Eclipse platform common files
Group : Text Editors/Integrated Development Environments (IDE)
2006-12-06 18:20:01 +00:00
Requires : %{name} -rcp = %{epoch} :%{version} -%{release}
2008-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
2011-04-06 08:25:23 +00:00
Requires : apache-commons-el
Requires : apache-commons-logging
2010-09-01 10:27:42 +00:00
Requires : apache-commons-codec
2012-01-30 14:49:04 +00:00
Requires : jakarta-commons-httpclient
2012-02-10 08:15:00 +00:00
Requires : tomcat-lib >= 7.0.25-3
2012-01-30 14:49:04 +00:00
Requires : felix-gogo-command >= 0.12
2012-01-31 15:27:32 +00:00
Requires : felix-gogo-shell >= 0.10.0-3
2012-01-30 14:49:04 +00:00
Requires : jetty >= 8
2009-04-02 08:12:57 +00:00
Requires : jsch >= 0.1.41
2011-05-11 21:26:16 +00:00
Requires : lucene >= 2.9.4-5
Requires : lucene-contrib >= 2.9.4-5
2011-04-27 16:06:22 +00:00
Requires : sat4j >= 2.3.0-1
2008-07-14 21:40:30 +00:00
Provides : eclipse-cvs-client = 1:%{version} -%{release}
Obsoletes : eclipse-cvs-client < 1:3.3.2-20
2004-09-09 04:27:27 +00:00
%description platform
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
2004-09-09 04:27:27 +00:00
Group : Text Editors/Integrated Development Environments (IDE)
2005-02-21 00:31:38 +00:00
Requires : %{name} -platform = %{epoch} :%{version} -%{release}
2007-08-23 18:19:17 +00:00
Requires : %{name} -cvs-client = %{epoch} :%{version} -%{release}
2012-02-16 15:33:02 +00:00
Requires : junit >= 4.10-4
2009-04-10 07:53:56 +00:00
Requires : jakarta-commons-httpclient
2006-12-06 18:20:01 +00:00
Requires : java-javadoc
2009-01-23 15:55:09 +00:00
Requires : java-devel
2004-09-09 04:27:27 +00:00
%description jdt
2006-12-06 18:20:01 +00:00
Eclipse Java Development Tools. This package is required to use Eclipse for
developing software written in the Java programming language.
2004-09-09 04:27:27 +00:00
%package pde
2006-12-06 18:20:01 +00:00
Summary : Eclipse Plugin Development Environment
2004-09-09 04:27:27 +00:00
Group : Text Editors/Integrated Development Environments (IDE)
2010-01-07 15:18:00 +00:00
Provides : eclipse = %{epoch} :%{version} -%{release}
Provides : eclipse-sdk = %{epoch} :%{version} -%{release}
2007-08-28 22:43:52 +00:00
Requires : %{name} -platform = %{epoch} :%{version} -%{release}
2005-01-24 15:23:02 +00:00
Requires : %{name} -jdt = %{epoch} :%{version} -%{release}
2011-06-07 14:30:53 +00:00
Requires : objectweb-asm >= 3.3.1-1
2009-08-18 11:17:08 +00:00
Requires : hamcrest >= 0:1.1-9.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
2008-07-29 13:40:46 +00:00
Provides : %{name} -pde-runtime = 1:%{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
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
2012-01-30 14:49:04 +00:00
export JAVA_HOME=%{java_home}
2011-12-19 20:49:16 +00:00
%setup -q -n eclipse-build-%{eb_sha1}
2009-08-03 15:29:56 +00:00
cp %{SOURCE1} .
2011-09-12 09:03:06 +00:00
ant applyPatches
2012-02-17 10:34:30 +00:00
pushd build/eclipse-3.8.0-I20120214-0800-src
2010-08-31 21:38:07 +00:00
2008-07-24 20:07:17 +00:00
# Use our system-installed javadocs, reference only what we built, and
# don't like to osgi.org docs (FIXME: maybe we should package them?)
sed -i -e " s | h t t p : / / j a v a . s u n . c o m / j 2 s e / 1 . 4 . 2 / d o c s / a p i | %{_datadir} / j a v a d o c / j a v a | " \
-e " / o s g i \ . o r g / d " \
2009-04-02 08:12:57 +00:00
-e " s | - b r e a k i t e r a t o r | ; . . / o r g . e c l i p s e . e q u i n o x . u t i l / @ d o t \n ; . . / o r g . e c l i p s e . e c f . f i l e t r a n s f e r _ 3 . 0 . 0 . v 2 0 0 9 0 3 0 2 - 0 8 0 3 . j a r \n ; . . / o r g . e c l i p s e . e c f _ 3 . 0 . 0 . v 2 0 0 9 0 3 0 2 - 0 8 0 3 . j a r \n - b r e a k i t e r a t o r | " \
plugins/org.eclipse.platform.doc.isv/platformOptions.txt
2008-07-24 20:07:17 +00:00
sed -i -e " s | h t t p : / / j a v a . s u n . c o m / j 2 s e / 1 . 5 / d o c s / a p i | %{_datadir} / j a v a d o c / j a v a | " \
-e " s / w i n 3 2 . w i n 3 2 . x 8 6 / g t k . l i n u x . %{eclipse_arch} / " \
2007-05-24 06:11:03 +00:00
plugins/org.eclipse.jdt.doc.isv/jdtOptions.txt
2008-07-24 20:07:17 +00:00
sed -i -e " s | h t t p : / / j a v a . s u n . c o m / j 2 s e / 1 . 4 / d o c s / a p i | %{_datadir} / j a v a d o c / j a v a | " \
-e " s / m o t i f . l i n u x . x 8 6 / g t k . l i n u x . %{eclipse_arch} / " \
plugins/org.eclipse.pde.doc.user/pdeOptions.txt \
2009-04-02 08:12:57 +00:00
plugins/org.eclipse.pde.doc.user/pdeOptions.txt
2007-06-27 15:56:57 +00:00
2011-10-21 20:51:19 +00:00
#fix for glib 2.31 not allowing include of anything else but glib
sed -i -e " s | # i n c l u d e < g l i b / g s l i s t . h > | | g " plugins/org.eclipse.core.net/natives/unix/gnomeproxy.c
2006-06-02 21:46:07 +00:00
# make sure there are no jars left
2006-06-08 18:47:33 +00:00
JARS=" "
for j in $(find -name \*.jar); do
if [ ! -L $j ]; then
2008-07-14 21:40:30 +00:00
JARS=" $ J A R S ` e c h o $ j ` "
2006-06-08 18:47:33 +00:00
fi
done
if [ ! -z " $ J A R S " ]; then
2006-12-06 18:20:01 +00:00
echo " T h e s e j a r s s h o u l d b e d e l e t e d a n d s y m l i n k e d t o s y s t e m j a r s : $ J A R S "
2006-06-09 22:26:43 +00:00
#FIXME: enable exit 1
2006-06-08 18:47:33 +00:00
fi
2006-06-02 21:46:07 +00:00
2009-10-07 19:59:11 +00:00
popd
2005-03-22 23:17:45 +00:00
%build
2009-10-12 14:48:49 +00:00
export JAVA_HOME=%{java_home}
2010-08-18 13:43:16 +00:00
ant provision.cvs
2008-11-20 19:45:36 +00:00
2004-09-09 04:27:27 +00:00
%install
2012-01-30 14:49:04 +00:00
export JAVA_HOME=%{java_home}
2010-08-18 13:43:16 +00:00
ant -DdestDir=$RPM_BUILD_ROOT -Dprefix=/usr -Dmultilib=true installSDKinDropins
2006-06-05 03:47:07 +00:00
2010-08-18 13:43:16 +00:00
# We don't need icon.xpm
# https://bugs.eclipse.org/292472
rm $RPM_BUILD_ROOT /%{_libdir} /%{name} /icon.xpm
2009-10-08 10:07:44 +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
2011-10-21 19:42:49 +00:00
install -d -m 755 $RPM_BUILD_ROOT %{_javadir} /%{name}
install -d -m 755 $RPM_BUILD_ROOT %{_mavenpomdir}
2008-08-05 22:21:54 +00:00
2010-08-18 13:43:16 +00:00
pushd $RPM_BUILD_ROOT %{_libdir} /%{name}
2008-10-15 21:22:00 +00:00
# Create file listings for the extracted shared libraries
echo -n " " > %{_builddir} /%{buildsubdir} /%{name} -platform.install;
for id in `ls configuration/org.eclipse.osgi/bundles`; do
if [ " X c o n f i g u r a t i o n " = $(echo X`find configuration/org.eclipse.osgi/bundles/$id -name libswt\*.so` | sed " s : / . * : : " ) ]; then
2011-10-03 18:41:31 +00:00
echo " % v e r i f y ( n o t m t i m e ) %{_libdir} / %{name} / c o n f i g u r a t i o n / o r g . e c l i p s e . o s g i / b u n d l e s / $ i d " > %{_builddir} /%{buildsubdir} /%{name} -swt.install;
2008-10-15 21:22:00 +00:00
else
2011-10-03 18:41:31 +00:00
echo " % v e r i f y ( n o t m t i m e ) %{_libdir} / %{name} / c o n f i g u r a t i o n / o r g . e c l i p s e . o s g i / b u n d l e s / $ i d " >> %{_builddir} /%{buildsubdir} /%{name} -platform.install;
2008-10-15 21:22:00 +00:00
fi
2008-11-20 19:45:36 +00:00
done
2008-10-15 21:22:00 +00:00
popd
2011-10-03 18:41:31 +00:00
# Remove state files
pushd $RPM_BUILD_ROOT %{_libdir} /%{name} /configuration/org.eclipse.osgi/
2012-01-31 15:27:32 +00:00
rm -rf .bundledata* .lazy* .manager .state*
2011-10-03 18:41:31 +00:00
popd
2012-02-16 19:10:48 +00:00
#install the reconciler script
cp -p %{SOURCE2} $RPM_BUILD_ROOT %{_bindir} /
2010-08-18 13:43:16 +00:00
# Symlinks to the SWT JNI shared libraries in %%{_libdir}/eclipse
2008-10-15 21:22:00 +00:00
pushd $RPM_BUILD_ROOT %{_libdir} /%{name}
2008-11-20 19:45:36 +00:00
for lib in $(find configuration -name libswt\*.so); do
2008-10-15 21:22:00 +00:00
ln -s $lib `basename $lib`
done
2008-10-17 10:16:51 +00:00
popd
2008-10-15 21:22:00 +00:00
2009-11-16 23:19:48 +00:00
# Temporary fix until https://bugs.eclipse.org/294877 is resolved
2010-03-07 14:37:46 +00:00
sed -i " s | - X m s 4 0 m | - X m s 1 2 8 m | g " $RPM_BUILD_ROOT /%{_sysconfdir} /eclipse.ini
2010-08-18 13:43:16 +00:00
sed -i " s | - X m x 3 8 4 m | - X m x 5 1 2 m | g " $RPM_BUILD_ROOT /%{_sysconfdir} /eclipse.ini
2011-10-19 21:17:57 +00:00
echo " " >> $RPM_BUILD_ROOT /%{_sysconfdir} /eclipse.ini
2011-04-08 13:06:59 +00:00
echo " - D o r g . e c l i p s e . s w t . b r o w s e r . U s e W e b K i t G T K = t r u e " >> $RPM_BUILD_ROOT /%{_sysconfdir} /eclipse.ini
2010-03-07 14:37:46 +00:00
echo " - X X : C o m p i l e C o m m a n d = e x c l u d e , o r g / e c l i p s e / c o r e / i n t e r n a l / d t r e e / D a t a T r e e N o d e , f o r w a r d D e l t a W i t h " >> $RPM_BUILD_ROOT /%{_sysconfdir} /eclipse.ini
echo " - X X : C o m p i l e C o m m a n d = e x c l u d e , o r g / e c l i p s e / j d t / i n t e r n a l / c o m p i l e r / l o o k u p / P a r a m e t e r i z e d M e t h o d B i n d i n g , < i n i t > " >> $RPM_BUILD_ROOT /%{_sysconfdir} /eclipse.ini
echo " - X X : C o m p i l e C o m m a n d = e x c l u d e , o r g / e c l i p s e / c d t / i n t e r n a l / c o r e / d o m / p a r s e r / c p p / s e m a n t i c s / C P P T e m p l a t e s , i n s t a n t i a t e T e m p l a t e " >> $RPM_BUILD_ROOT /%{_sysconfdir} /eclipse.ini
echo " - X X : C o m p i l e C o m m a n d = e x c l u d e , o r g / e c l i p s e / c d t / i n t e r n a l / c o r e / p d o m / d o m / c p p / P D O M C P P L i n k a g e , a d d B i n d i n g " >> $RPM_BUILD_ROOT /%{_sysconfdir} /eclipse.ini
echo " - X X : C o m p i l e C o m m a n d = e x c l u d e , o r g / p y t h o n / p y d e v / e d i t o r / c o d e c o m p l e t i o n / r e v i s i t e d / P y t h o n P a t h H e l p e r , i s V a l i d S o u r c e F i l e " >> $RPM_BUILD_ROOT /%{_sysconfdir} /eclipse.ini
echo " - X X : C o m p i l e C o m m a n d = e x c l u d e , o r g / p y t h o n / p y d e v / u i / f i l e t y p e s / F i l e T y p e s P r e f e r e n c e s P a g e , g e t D o t t e d V a l i d S o u r c e F i l e s " >> $RPM_BUILD_ROOT /%{_sysconfdir} /eclipse.ini
2009-11-16 23:19:48 +00:00
2010-08-18 13:43:16 +00:00
# SWT JAR symlink in libdir
2006-11-02 01:59:53 +00:00
pushd $RPM_BUILD_ROOT %{_libdir} /%{name}
2011-06-24 12:46:01 +00:00
ln -s ../%{name} /swt.jar ../java/swt.jar
2004-09-09 04:27:27 +00:00
popd
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
ln -s ../../../../%{_libdir} /%{name} /plugins/org.eclipse.osgi_*.jar osgi.jar
2011-10-21 19:42:49 +00:00
popd
install -m 0644 %{SOURCE5} $RPM_BUILD_ROOT /%{_mavenpomdir} /JPP.eclipse-osgi.pom
%add_maven_depmap JPP.eclipse-osgi.pom %{name} /osgi.jar -a " o r g . e c l i p s e : o s g i "
2011-12-22 17:23:52 +00:00
pushd $RPM_BUILD_ROOT %{_javadir} /eclipse
ln -s ../../../../%{_libdir} /%{name} /plugins/org.eclipse.osgi.services_*.jar osgi.services.jar
popd
install -m 0644 %{SOURCE6} $RPM_BUILD_ROOT /%{_mavenpomdir} /JPP.eclipse-osgi.services.pom
2011-12-22 19:50:06 +00:00
%add_maven_depmap JPP.eclipse-osgi.services.pom %{name} /osgi.services.jar -a " o r g . e c l i p s e . o s g i : s e r v i c e s "
2011-12-22 17:23:52 +00:00
pushd $RPM_BUILD_ROOT %{_javadir} /eclipse
2011-12-22 20:38:47 +00:00
ln -s ../../../../%{_libdir} /%{name} /plugins/org.eclipse.equinox.http.servlet_*.jar equinox.http.servlet.jar
2011-12-22 17:23:52 +00:00
popd
install -m 0644 %{SOURCE7} $RPM_BUILD_ROOT /%{_mavenpomdir} /JPP.eclipse-equinox.http.servlet.pom
2011-12-22 21:10:36 +00:00
%add_maven_depmap JPP.eclipse-equinox.http.servlet.pom %{name} /equinox.http.servlet.jar -a " o r g . e c l i p s e . e q u i n o x . h t t p : s e r v l e t "
2011-12-22 17:23:52 +00:00
2004-09-09 04:27:27 +00:00
# A sanity check.
2009-10-23 09:58:19 +00:00
desktop-file-validate %{buildroot} /%{_datadir} /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.
2009-10-12 14:15:58 +00:00
cp -p pdebuild/eclipse-copy-platform.sh copy-platform
2011-12-20 23:03:16 +00:00
2008-07-14 21:40:30 +00:00
mkdir -p $RPM_BUILD_ROOT %{_libdir} /%{name} /buildscripts
2008-10-16 08:35:17 +00:00
mv copy-platform $RPM_BUILD_ROOT %{_libdir} /%{name} /buildscripts
2008-07-29 13:40:46 +00:00
copyPlatform=$RPM_BUILD_ROOT %{_libdir} /%{name} /buildscripts/copy-platform
2010-09-30 22:06:21 +00:00
2008-04-04 17:02:48 +00:00
# Install the PDE Build wrapper script.
2009-10-12 14:15:58 +00:00
install -p -D -m0755 pdebuild/eclipse-pdebuild.sh \
2008-07-14 21:40:30 +00:00
$RPM_BUILD_ROOT %{_libdir} /%{name} /buildscripts/pdebuild
2008-08-11 19:31:22 +00:00
PDEBUILDVERSION=$(ls $RPM_BUILD_ROOT %{_libdir} /%{name} /dropins/sdk/plugins \
2008-07-29 13:40:46 +00:00
| grep org.eclipse.pde.build_ | \
sed 's/org.eclipse.pde.build_//' )
sed -i " s / @ P D E B U I L D V E R S I O N @ / $ P D E B U I L D V E R S I O N / g " \
$RPM_BUILD_ROOT %{_libdir} /%{name} /buildscripts/pdebuild
2008-07-14 21:40:30 +00:00
2011-10-14 13:32:19 +00:00
# Install eclipse macros file
mkdir $RPM_BUILD_ROOT %{_sysconfdir} /rpm/
install -m 0644 %{SOURCE4} $RPM_BUILD_ROOT %{_sysconfdir} /rpm/
2005-01-24 15:23:02 +00:00
%post platform
2005-03-25 14:46:41 +00:00
touch --no-create %{_datadir} /icons/hicolor
2005-03-28 10:56:12 +00:00
if [ -x /usr/bin/gtk-update-icon-cache ]; then
2005-04-27 04:25:02 +00:00
gtk-update-icon-cache -q %{_datadir} /icons/hicolor
2005-03-25 14:46:41 +00:00
fi
2011-10-14 13:32:19 +00:00
2005-02-25 15:47:26 +00:00
%postun platform
2005-03-25 14:46:41 +00:00
touch --no-create %{_datadir} /icons/hicolor
2005-03-28 10:56:12 +00:00
if [ -x /usr/bin/gtk-update-icon-cache ]; then
2005-04-27 04:25:02 +00:00
gtk-update-icon-cache -q %{_datadir} /icons/hicolor
2005-03-25 14:46:41 +00:00
fi
2006-09-21 21:24:38 +00:00
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
2011-09-21 09:27:06 +00:00
rm -rf %{_bindir} /efj/
2011-09-12 09:03:06 +00:00
2008-10-15 21:22:00 +00:00
%if %{initialize}
2008-07-14 21:40:30 +00:00
%files swt -f %{name}-swt.install
2008-10-15 21:22:00 +00:00
%else
%files swt
%endif
2006-12-07 05:48:09 +00:00
%dir %{_libdir} /%{name}
2006-10-29 01:58:05 +00:00
%dir %{_libdir} /%{name} /plugins
2008-10-15 21:22:00 +00:00
%if %{initialize}
2011-09-12 09:03:06 +00:00
%{_libdir} /%{name} /libswt-*.so
2006-10-29 01:58:05 +00:00
%dir %{_libdir} /%{name} /configuration
%dir %{_libdir} /%{name} /configuration/org.eclipse.osgi
%dir %{_libdir} /%{name} /configuration/org.eclipse.osgi/bundles
2008-10-15 21:22:00 +00:00
%endif
2010-08-06 14:36:37 +00:00
%{_libdir} /%{name} /notice.html
%{_libdir} /%{name} /epl-v10.html
2012-02-16 15:33:02 +00:00
%{_libdir} /%{name} /plugins/com.ibm.icu_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.swt_*
2011-09-12 09:03:06 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.swt.gtk.linux.*
2006-11-02 01:59:53 +00:00
%{_libdir} /%{name} /swt-gtk*.jar
2007-10-11 14:36:55 +00:00
%{_libdir} /%{name} /swt.jar
%{_libdir} /java/swt.jar
2004-09-09 04:27:27 +00:00
2006-09-18 22:20:30 +00:00
%files rcp
2011-06-07 14:30:53 +00:00
%dir %{_libdir} /%{name} /features
2008-08-01 20:11:03 +00:00
%dir %{_datadir} /%{name}
2012-02-13 16:55:58 +00:00
%dir %{_libdir} /%{name} /configuration
%{_libdir} /%{name} /configuration/config.ini
%{_libdir} /%{name} /configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
%dir %{_libdir} /%{name} /configuration/org.eclipse.equinox.simpleconfigurator
2009-11-13 10:23:55 +00:00
%ifnarch ppc ppc64
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /about.html
2008-07-30 11:41:40 +00:00
%endif
2008-07-21 17:13:43 +00:00
%ifarch x86_64
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /about_files
2008-07-21 17:13:43 +00:00
%endif
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /readme
2011-06-07 14:30:53 +00:00
%{_libdir} /%{name} /features/org.eclipse.rcp_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.core.commands_*
%{_libdir} /%{name} /plugins/org.eclipse.core.contenttype_*
%{_libdir} /%{name} /plugins/org.eclipse.core.databinding_*
%{_libdir} /%{name} /plugins/org.eclipse.core.databinding.beans_*
2009-04-02 08:12:57 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.core.databinding.observable_*
%{_libdir} /%{name} /plugins/org.eclipse.core.databinding.property_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.core.expressions_*
%{_libdir} /%{name} /plugins/org.eclipse.core.jobs_*
%{_libdir} /%{name} /plugins/org.eclipse.core.runtime_*
%{_libdir} /%{name} /plugins/org.eclipse.core.runtime.compatibility.auth_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.app_*
2012-01-30 14:49:04 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.bidi_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.console_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.common_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.launcher_*
2011-09-12 09:03:06 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.launcher.gtk.linux.*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.preferences_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.registry_*
2009-04-02 08:12:57 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.util_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.help_*
%{_libdir} /%{name} /plugins/org.eclipse.jface_*
%{_libdir} /%{name} /plugins/org.eclipse.jface.databinding_*
%{_libdir} /%{name} /plugins/org.eclipse.osgi_*
%{_libdir} /%{name} /plugins/org.eclipse.rcp_*
%{_libdir} /%{name} /plugins/org.eclipse.ui_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.workbench_*
%{_libdir} /%{name} /plugins/org.eclipse.update.configurator_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.simpleconfigurator_*
2011-10-21 19:42:49 +00:00
%{_javadir} /%{name}
%{_mavenpomdir} /*
%{_mavendepmapfragdir} /*
2007-06-27 15:56:57 +00:00
2008-10-15 21:22:00 +00:00
%if %{initialize}
2005-01-24 15:23:02 +00:00
%files platform -f %{name}-platform.install
2008-10-15 21:22:00 +00:00
%else
%files platform
%endif
2006-10-29 01:58:05 +00:00
%attr (0755,root,root) %{_bindir} /%{name}
2010-08-18 13:43:16 +00:00
%{_libdir} /%{name} /.eclipseproduct
2008-03-03 18:04:15 +00:00
%config %{_libdir} /%{name} /eclipse.ini
2012-02-13 16:55:58 +00:00
%config %{_sysconfdir} /eclipse.ini
2009-11-13 10:23:55 +00:00
%ifnarch ppc ppc64
2009-08-03 15:29:56 +00:00
%{_libdir} /%{name} /about_files
2009-08-04 03:52:45 +00:00
%endif
2011-10-14 13:32:19 +00:00
%{_sysconfdir} /rpm/macros.%{name}
2006-09-18 22:20:30 +00:00
%{_datadir} /applications/*
%{_datadir} /pixmaps/*
%{_datadir} /icons/*/*/apps/*
2012-02-16 19:10:48 +00:00
%{_bindir} /eclipse-reconciler.sh
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /eclipse
2008-07-29 13:40:46 +00:00
%dir %{_libdir} /%{name} /dropins
2008-08-05 22:21:54 +00:00
%dir %{_datadir} /%{name} /dropins
2011-06-07 14:30:53 +00:00
%{_libdir} /%{name} /features/org.eclipse.platform_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/com.jcraft.jsch_*
2011-11-25 17:54:53 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.jdt.core_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/javax.servlet_*
%{_libdir} /%{name} /plugins/javax.servlet.jsp_*
2011-11-25 17:54:53 +00:00
%{_libdir} /%{name} /plugins/javax.el_*
%{_libdir} /%{name} /plugins/org.apache.tomcat_*
%{_libdir} /%{name} /plugins/org.apache.juli_*
%{_libdir} /%{name} /plugins/org.apache.el_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.apache.ant_*
2012-01-30 14:49:04 +00:00
%{_libdir} /%{name} /plugins/org.apache.commons.codec_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.apache.commons.el_*
2012-01-30 14:49:04 +00:00
%{_libdir} /%{name} /plugins/org.apache.commons.httpclient_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.apache.commons.logging_*
2012-01-30 14:49:04 +00:00
%{_libdir} /%{name} /plugins/org.apache.felix.gogo.command_*
%{_libdir} /%{name} /plugins/org.apache.felix.gogo.runtime_*
%{_libdir} /%{name} /plugins/org.apache.felix.gogo.shell_*
2011-05-11 21:26:16 +00:00
%{_libdir} /%{name} /plugins/org.apache.lucene.core_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.apache.lucene.analysis_*
%{_libdir} /%{name} /plugins/org.eclipse.ant.core_*
%{_libdir} /%{name} /plugins/org.eclipse.compare_*
2009-04-02 08:12:57 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.compare.core_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.core.boot_*
2010-07-08 21:23:51 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.core.externaltools_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.core.filebuffers_*
%{_libdir} /%{name} /plugins/org.eclipse.core.filesystem_*
2011-09-12 09:03:06 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.core.filesystem.linux.*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.core.net_*
2010-07-08 22:03:08 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.core.net.linux.*
2008-07-21 16:03:45 +00:00
%ifarch %{ix86}
2009-04-13 09:55:34 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.update.core.linux_*
2008-07-21 16:03:45 +00:00
%endif
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.core.resources_*
%{_libdir} /%{name} /plugins/org.eclipse.core.runtime.compatibility_*
%{_libdir} /%{name} /plugins/org.eclipse.core.runtime.compatibility.registry_*
%{_libdir} /%{name} /plugins/org.eclipse.core.variables_*
%{_libdir} /%{name} /plugins/org.eclipse.debug.core_*
%{_libdir} /%{name} /plugins/org.eclipse.debug.ui_*
2011-05-11 21:26:16 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.ds_*
2010-07-08 21:23:51 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.event_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.http.jetty_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.http.registry_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.http.servlet_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.jsp.jasper_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.jsp.jasper.registry_*
%{_libdir} /%{name} /plugins/org.eclipse.help.appserver_*
%{_libdir} /%{name} /plugins/org.eclipse.help.base_*
%{_libdir} /%{name} /plugins/org.eclipse.help.ui_*
2007-06-27 15:56:57 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.help.webapp_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.jface.text_*
%{_libdir} /%{name} /plugins/org.eclipse.jsch.core_*
%{_libdir} /%{name} /plugins/org.eclipse.jsch.ui_*
%{_libdir} /%{name} /plugins/org.eclipse.ltk.core.refactoring_*
%{_libdir} /%{name} /plugins/org.eclipse.ltk.ui.refactoring_*
%{_libdir} /%{name} /plugins/org.eclipse.osgi.services_*
%{_libdir} /%{name} /plugins/org.eclipse.osgi.util_*
%{_libdir} /%{name} /plugins/org.eclipse.platform_*
%{_libdir} /%{name} /plugins/org.eclipse.platform.doc.user_*
%{_libdir} /%{name} /plugins/org.eclipse.search_*
%{_libdir} /%{name} /plugins/org.eclipse.team.core_*
%{_libdir} /%{name} /plugins/org.eclipse.team.ui_*
%{_libdir} /%{name} /plugins/org.eclipse.text_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.browser_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.cheatsheets_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.console_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.editors_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.externaltools_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.forms_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.ide_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.ide.application_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.intro_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.intro.universal_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.navigator_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.navigator.resources_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.net_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.presentations.r21_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.views_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.views.properties.tabbed_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.workbench.compatibility_*
%{_libdir} /%{name} /plugins/org.eclipse.ui.workbench.texteditor_*
%{_libdir} /%{name} /plugins/org.eclipse.update.core_*
%{_libdir} /%{name} /plugins/org.eclipse.update.scheduler_*
%{_libdir} /%{name} /plugins/org.eclipse.update.ui_*
2012-01-30 14:49:04 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.jetty.util_*
%{_libdir} /%{name} /plugins/org.eclipse.jetty.server_*
%{_libdir} /%{name} /plugins/org.eclipse.jetty.http_*
%{_libdir} /%{name} /plugins/org.eclipse.jetty.continuation_*
%{_libdir} /%{name} /plugins/org.eclipse.jetty.io_*
%{_libdir} /%{name} /plugins/org.eclipse.jetty.security_*
%{_libdir} /%{name} /plugins/org.eclipse.jetty.servlet_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.initializer_*
%{_libdir} /%{name} /plugins/org.eclipse.team.cvs.core_*
%{_libdir} /%{name} /plugins/org.eclipse.cvs_*
%{_libdir} /%{name} /plugins/org.eclipse.team.cvs.ssh2_*
%{_libdir} /%{name} /plugins/org.eclipse.team.cvs.ui_*
2011-06-07 14:30:53 +00:00
%{_libdir} /%{name} /features/org.eclipse.cvs_*
%{_libdir} /%{name} /features/org.eclipse.help_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.apache.jasper_*
2008-07-16 15:33:03 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.frameworkadmin_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.frameworkadmin.equinox_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.simpleconfigurator.manipulator_*
2011-06-07 14:30:53 +00:00
%{_libdir} /%{name} /features/org.eclipse.equinox.p2.core.feature_*
%{_libdir} /%{name} /features/org.eclipse.equinox.p2.extras.feature_*
%{_libdir} /%{name} /features/org.eclipse.equinox.p2.rcp.feature_*
%{_libdir} /%{name} /features/org.eclipse.equinox.p2.user.ui_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.director_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.core_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.engine_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.jarprocessor_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.metadata_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.metadata.repository_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.artifact.repository_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.touchpoint.eclipse_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.touchpoint.natives_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.console_*
2010-07-08 21:23:51 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.ql_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.operations_*
2011-05-11 21:26:16 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.transport.ecf_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.ui_*
2011-05-11 21:26:16 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.ui.importexport_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.ui.sdk_*
2009-04-02 08:12:57 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.updatechecker_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.garbagecollector_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.directorywatcher_*
2009-04-02 08:12:57 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.publisher_*
2011-05-11 21:26:16 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.publisher.eclipse_*
2009-04-02 08:12:57 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.repository_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.repository.tools_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.reconciler.dropins_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.updatesite_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.security_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.security.ui_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.extensionlocation_*
%{_libdir} /%{name} /plugins/org.eclipse.equinox.p2.director.app_*
%{_libdir} /%{name} /plugins/org.eclipse.ecf.provider.filetransfer_*
2009-04-02 08:12:57 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.ecf.provider.filetransfer.httpclient_*
%{_libdir} /%{name} /plugins/org.eclipse.ecf.provider.filetransfer.httpclient.ssl_*
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /plugins/org.eclipse.ecf.provider.filetransfer.ssl_*
%{_libdir} /%{name} /plugins/org.eclipse.ecf.ssl_*
%{_libdir} /%{name} /plugins/org.eclipse.ecf_*
%{_libdir} /%{name} /plugins/org.eclipse.ecf.filetransfer_*
%{_libdir} /%{name} /plugins/org.eclipse.ecf.identity_*
%{_libdir} /%{name} /plugins/org.sat4j.core_*
%{_libdir} /%{name} /plugins/org.sat4j.pb_*
2008-07-16 15:33:03 +00:00
# Put this in -platform since we're putting the p2 stuff here
2012-02-13 16:55:58 +00:00
%{_libdir} /%{name} /artifacts.xml
2008-07-29 13:40:46 +00:00
# FIXME: should we ship content.xml for the platform?
2008-07-17 22:13:01 +00:00
#%{_libdir}/%{name}/metadata
2012-02-13 16:55:58 +00:00
%{_libdir} /%{name} /p2
2008-07-16 15:33:03 +00:00
%files jdt
%{_bindir} /efj
2009-04-02 08:12:57 +00:00
%{_libdir} /%{name} /dropins/jdt
2006-09-18 22:20:30 +00:00
%files pde
2008-07-14 21:40:30 +00:00
%{_libdir} /%{name} /buildscripts
2008-07-29 13:40:46 +00:00
%{_libdir} /%{name} /dropins/sdk
2006-09-18 22:20:30 +00:00
2012-01-19 20:32:12 +00:00
%changelog
2012-02-17 10:54:00 +00:00
* Fri Feb 17 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.12.I201202140800
- Adopt noarch icu4j-eclipse
2012-02-17 10:34:30 +00:00
- Add the icu4j-source bundle.
2012-02-17 10:54:00 +00:00
- Using system jar for junit 4 and different OSGI metadata for junit 3
2012-02-17 10:34:30 +00:00
- 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.11.I201202070800
- Install a blank eclipse-reconciler.sh.
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-10 08:15:00 +00:00
* Thu Feb 9 2012 Sami Wagiaalla <swagiaal@redhat.com> 1:3.8.0-0.9.I201202070800
2012-02-09 16:00:39 +00:00
- Remove -debug reconciler flag
- Remove macro _eclipse_reqs.
- Define %_eclipse_base in macros.eclipse.
- Pass dropins dir to reconciler when updating the platform.
2012-02-10 08:15:00 +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.
- Support for gnomelibproxy on x86_64.
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.
- Do not verify %{_libdir} /%{name} /artifacts.xml.
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.
- Run reconciler only once per install transaction.
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
- Add Requires post and postun platform to jdt and pde on
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
- Run eclipse-reconciler.sh in the post and postun sections of jdt
and post seciton on platform.
- Remove all old profiles in %pre rcp.
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.
- Removed patches moved to eclipse-build.
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.