2008-07-14 21:40:30 +00:00
|
|
|
# TODO:
|
2008-07-31 00:38:20 +00:00
|
|
|
# - see why about.html isn't being copied on ppc
|
2008-10-03 14:03:03 +00:00
|
|
|
# - fix ant libs
|
2007-01-10 18:58:44 +00:00
|
|
|
Epoch: 1
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2009-10-15 10:33:35 +00:00
|
|
|
%global eclipse_major 3
|
2010-07-08 21:23:51 +00:00
|
|
|
%global eclipse_minor 6
|
2009-10-15 10:33:35 +00:00
|
|
|
%global eclipse_majmin %{eclipse_major}.%{eclipse_minor}
|
2010-07-08 21:23:51 +00:00
|
|
|
%global eclipse_micro 0
|
2009-10-15 10:33:35 +00:00
|
|
|
%global initialize 1
|
2010-08-31 21:38:07 +00:00
|
|
|
%global download_url http://download.eclipse.org/technology/linuxtools/eclipse-build/3.6.x_Helios/
|
2009-10-15 10:33:35 +00:00
|
|
|
%global bootstrap 0
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
# All arches line up between Eclipse and Linux kernel names except i386 -> x86
|
2005-03-09 16:04:59 +00:00
|
|
|
%ifarch %{ix86}
|
2010-07-08 21:23:51 +00:00
|
|
|
%global eclipse_arch x86
|
2005-03-09 16:04:59 +00:00
|
|
|
%else
|
2010-07-08 21:23:51 +00:00
|
|
|
%global eclipse_arch %{_arch}
|
2005-03-09 16:04:59 +00:00
|
|
|
%endif
|
|
|
|
|
2008-10-03 20:33:02 +00:00
|
|
|
# FIXME: update java packaging guidelines for this. See
|
|
|
|
# fedora-devel-java-list discussion in September 2008.
|
2008-11-20 19:45:36 +00:00
|
|
|
#
|
2008-10-03 20:33:02 +00:00
|
|
|
# Prevent brp-java-repack-jars from being run.
|
|
|
|
%define __jar_repack 0
|
|
|
|
|
2006-08-31 18:26:31 +00:00
|
|
|
Summary: An open, extensible IDE
|
2004-09-09 04:27:27 +00:00
|
|
|
Name: eclipse
|
2005-10-11 21:21:27 +00:00
|
|
|
Version: %{eclipse_majmin}.%{eclipse_micro}
|
2010-09-21 12:38:16 +00:00
|
|
|
Release: 13%{?dist}
|
2008-07-17 15:00:36 +00:00
|
|
|
License: EPL
|
2004-09-09 04:27:27 +00:00
|
|
|
Group: Text Editors/Integrated Development Environments (IDE)
|
|
|
|
URL: http://www.eclipse.org/
|
2010-08-31 21:38:07 +00:00
|
|
|
Source0: %{download_url}eclipse-build-0.6.1.tar.bz2
|
2010-07-08 21:23:51 +00:00
|
|
|
Source1: %{download_url}eclipse-3.6.0-src.tar.bz2
|
2009-10-30 12:32:52 +00:00
|
|
|
Source2: eclipse.sh.in
|
2006-06-09 22:26:43 +00:00
|
|
|
Source17: efj.sh.in
|
2008-07-18 15:14:32 +00:00
|
|
|
# This script copies the platform sub-set of the SDK for generating metadata
|
|
|
|
Source28: %{name}-mv-Platform.sh
|
2010-09-01 10:27:42 +00:00
|
|
|
Patch0: remove-ant-trax.patch
|
2010-09-17 18:04:48 +00:00
|
|
|
# Patch to allow xpcom.cpp to build under latest xulrunner which has removed
|
|
|
|
# a particular API and a type it depends on so we don't want to compile that
|
|
|
|
# API
|
|
|
|
Patch1: eclipse-xpcom-h.patch
|
2006-09-18 22:20:30 +00:00
|
|
|
|
2006-12-06 18:20:01 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2009-11-30 14:44:09 +00:00
|
|
|
BuildRequires: ant ant-nodeps
|
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: gnome-vfs2-devel
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: glib2-devel
|
2005-10-27 20:20:35 +00:00
|
|
|
BuildRequires: libgnome-devel
|
|
|
|
BuildRequires: libgnomeui-devel
|
2005-04-25 22:39:24 +00:00
|
|
|
BuildRequires: gcc-c++
|
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
|
2007-08-30 19:54:32 +00:00
|
|
|
BuildRequires: java-devel >= 1.6.0
|
2008-04-10 00:16:11 +00:00
|
|
|
BuildRequires: java-javadoc
|
2007-08-30 20:37:01 +00:00
|
|
|
BuildRequires: libXt-devel
|
2010-09-17 18:04:48 +00:00
|
|
|
BuildRequires: xulrunner-devel >= 1.9.3
|
2010-09-21 11:07:11 +00:00
|
|
|
#TODO fix the build failure and enable
|
|
|
|
#BuildRequires: webkitgtk-devel
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2009-10-15 10:33:35 +00:00
|
|
|
%if !%{bootstrap}
|
2010-09-21 09:08:47 +00:00
|
|
|
BuildRequires: icu4j-eclipse >= 1:4.2.1-1
|
|
|
|
BuildRequires: tomcat5-jasper-eclipse >= 5.5.27-6.3
|
|
|
|
BuildRequires: tomcat6-servlet-2.5-api >= 6.0.18-9.2
|
|
|
|
BuildRequires: tomcat6-jsp-2.1-api
|
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
|
2010-09-01 10:27:42 +00:00
|
|
|
BuildRequires: ant-javamail ant-jdepend ant-junit ant-swing ant-jsch
|
2009-04-02 08:12:57 +00:00
|
|
|
BuildRequires: jsch >= 0:0.1.41
|
2010-09-01 10:27:42 +00:00
|
|
|
BuildRequires: apache-commons-el >= 1.0-9
|
|
|
|
BuildRequires: apache-commons-logging >= 1.0.4-6jpp.3
|
|
|
|
BuildRequires: apache-commons-codec
|
2009-04-10 07:53:56 +00:00
|
|
|
BuildRequires: jakarta-commons-httpclient
|
2010-07-15 21:03:06 +00:00
|
|
|
BuildRequires: jetty >= 6.1.24-1
|
2008-08-11 19:31:22 +00:00
|
|
|
BuildRequires: lucene >= 2.3.1-3.4
|
|
|
|
BuildRequires: lucene-contrib >= 2.3.1-3.4
|
2005-05-13 15:45:44 +00:00
|
|
|
BuildRequires: junit >= 3.8.1-3jpp
|
2007-08-14 18:51:17 +00:00
|
|
|
BuildRequires: junit4
|
2009-08-18 11:17:08 +00:00
|
|
|
BuildRequires: hamcrest >= 0:1.1-9.2
|
2010-07-15 21:03:06 +00:00
|
|
|
BuildRequires: sat4j >= 2.2.0-1
|
2008-07-14 21:40:30 +00:00
|
|
|
BuildRequires: objectweb-asm
|
2009-10-15 10:33:35 +00:00
|
|
|
%endif
|
auto-import changelog data from eclipse-2.1.0-22.src.rpm
Mon Sep 29 2003 Tom Tromey <tromey@redhat.com> 2.1.0-22
- Updated upstream sources; oprofile plugin works
Wed Sep 24 2003 Tom Tromey <tromey@redhat.com> 2.1.0-21
- Updated upstream sources; fixes oprofile buglets, also doc updates
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-20
- Backed out xalan-j requirement; it causes problems
- Updated upstream sources; pulls in new documentation
Mon Sep 22 2003 Tom Tromey <tromey@redhat.com. 2.1.0-19
- Fix for PR 104274. Set LANG in startup script.
Wed Sep 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-18
- xalan-j required at build time and runtime; bugzilla 104513
Mon Sep 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-17
- Bug fixes in sources
Fri Sep 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-16
- Updated upstream sources
Fri Aug 15 2003 Tom Tromey <tromey@redhat.com> 2.1.0-15
- Don't build eclipse with -O2 for now
Thu Aug 14 2003 Tom Tromey <tromey@redhat.com> 2.1.0-14
- Updated eclipse sources
Thu Aug 07 2003 Tom Tromey <tromey@redhat.com> 2.1.0-13
- g++ is build requirement
Mon Jul 21 2003 Tom Tromey <tromey@redhat.com> 2.1.0-12
- Enable gcj build again
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-11
- Updated sources to fix -vm bug
Thu Jul 17 2003 Tom Tromey <tromey@redhat.com> 2.1.0-10
- Updated sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-9
- Updated upstream sources
Wed Jul 16 2003 Tom Tromey <tromey@redhat.com> 2.1.0-8
- Updated upstream sources
- Require gnome-vfs2-devel at build time
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-7
- Use LD_ASSUME_KERNEL hack
Fri Jul 11 2003 Tom Tromey <tromey@redhat.com> 2.1.0-6
- Updated sources
Wed Jul 09 2003 Tom Tromey <tromey@redhat.com> 2.1.0-5
- Updated upstream sources
- Removed j2sdk dependency
- Added rpm-build and gnome-utils dependencies
Tue Jul 08 2003 Tom Tromey <tromey@redhat.com> 2.1.0-4
- Updated upstream sources
Sun Jul 06 2003 Tom Tromey <tromey@redhat.com> 2.1.0-3
- Fixed more build buglets
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com> 2.1.0-2
- Don't build .so files at all
Sat Jul 05 2003 Tom Tromey <tromey@redhat.com>
- Require Sun JVM
Wed Jul 02 2003 Tom Tromey <tromey@redhat.com> 2.1.0-1
- Updated to eclipse 2.1
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- From Tom Tromey <tromey@redhat.com>
- Use i386, not x86, in ExclusiveArch
Wed Jul 02 2003 Keith Seitz <keiths@redhat.com>
- Set executable bit for opxml since zip won't preserve it.
Wed May 14 2003 Keith Seitz <keiths@redhat.com>
- Add oprofile plugin installation requirements.
Mon May 05 2003 Tom Tromey <tromey@redhat.com> 2.0.1-25
- Use ExclusiveArch, not ExcludeArch
Fri May 02 2003 Tom Tromey <tromey@redhat.com> 2.0.1-24
- Exclude ppc64
Wed Apr 23 2003 Tom Tromey <tromey@redhat.com> 2.0.1-23
- Require gdb and make
Tue Apr 08 2003 Tom Tromey <tromey@redhat.com> 2.0.1-22
- Bumped release for new build
- Fixed bug in JDT build
Mon Apr 07 2003 Tom Tromey <tromey@redhat.com> 2.0.1-21
- Bumped release for rebuild
Tue Apr 01 2003 Tom Tromey <tromey@redhat.com> 2.0.1-20
- Allow builds on ppc
Fri Mar 28 2003 Tom Tromey <tromey@redhat.com> 2.0.1-19
- Changes to use gcc-ssa compiler
- Default to gcj build; install files required for gcj
- Define and use java_bin
- Only build on x86
Wed Mar 05 2003 Tom Tromey <tromey@redhat.com>
- Use build script to create ecj, compute architecture, choose targets
- Release 18
Tue Feb 18 2003 Tom Tromey <tromey@redhat.com>
- Replaced jikes with ecj
- Release 17
Wed Feb 05 2003 Tom Tromey <tromey@redhat.com>
- Added -arch to build, code to build with gcj, code to build with jikes,
code to use Sun JDK
- Removed java_jrelib
- Now release 16
Tue Dec 10 2002 Tom Tromey <tromey@redhat.com>
- Invoke buildNative
- Now release 15
Wed Nov 27 2002 Tom Tromey <tromey@redhat.com>
- Removed "-linux" from name
- Now release 14
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Changed name to eclipse
- Removed Conflicts
- Updated Provides
- Now release 13
Tue Nov 26 2002 Tom Tromey <tromey@redhat.com>
- Install eclipse.desktop in /usr/share/applications, for 8.x
- Now release 12
Tue Nov 05 2002 Jeff Johnson <jbj@redhat.com>
- Define java_home, java_jre, java_jrelib
- Use %setup
- Minor cleanups in %build LANG=C export LANG unset DISPLAY
- Use _bindir
Thu Oct 24 2002 Andrew Haley <aph@redhat.com>
- eclipse-2.0-linux-gtk.spec (Source): Now use gzip.
- (install): Now use Ant zip.distribution to do this installation.
- Added Requires for ctags.
Fri Oct 18 2002 Tom Tromey <tromey@redhat.com>
- Require JDK 1.3.1
- Added BuildReq for ant
- Use MANIFEST file to decide what to copy into install tree
Tue Oct 15 2002 Tom Tromey <tromey@redhat.com>
- Eclipse source now bzipped
Mon Oct 14 2002 Tom Tromey <tromey@redhat.com>
- No patch required
Fri Oct 11 2002 Tom Tromey <tromey@redhat.com>
- Added .desktop file
- Added BuildReq for desktop-file-utils
2004-09-09 04:24:47 +00:00
|
|
|
|
|
|
|
%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-17 18:04:48 +00:00
|
|
|
Requires: xulrunner >= 1.9.3
|
2010-09-07 09:27:29 +00:00
|
|
|
Requires: webkitgtk
|
2007-01-10 18:58:44 +00:00
|
|
|
Conflicts: mozilla
|
2008-07-14 21:40:30 +00:00
|
|
|
Provides: libswt3-gtk2 = 1:%{version}-%{release}
|
|
|
|
# The 20 is more than the currently (2008-06-25) latest 3.3.2 package
|
|
|
|
# but I want to leave some room in case we need to do an F9 update.
|
|
|
|
Obsoletes: libswt3-gtk2 < 1:3.3.2-20
|
2006-09-18 22:20:30 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
%description swt
|
2006-12-06 18:20:01 +00:00
|
|
|
SWT Library for GTK+-2.0.
|
2006-09-18 22:20:30 +00:00
|
|
|
|
|
|
|
%package rcp
|
|
|
|
Summary: Eclipse Rich Client Platform
|
|
|
|
Group: Development/Languages
|
2008-07-14 21:40:30 +00:00
|
|
|
Requires: %{name}-swt = %{epoch}:%{version}-%{release}
|
2009-10-15 10:33:35 +00:00
|
|
|
%if ! %{bootstrap}
|
2010-07-15 21:03:06 +00:00
|
|
|
Requires: icu4j-eclipse >= 1:4.2.1-1
|
2009-10-15 10:33:35 +00:00
|
|
|
%endif
|
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}
|
2009-10-15 10:33:35 +00:00
|
|
|
%if ! %{bootstrap}
|
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
|
2010-09-01 10:27:42 +00:00
|
|
|
Requires: ant-javamail ant-jdepend ant-junit ant-nodeps ant-swing ant-jsch
|
|
|
|
Requires: apache-commons-el >= 1.0-9
|
|
|
|
Requires: apache-commons-logging >= 1.0.4-6jpp.3
|
|
|
|
Requires: apache-commons-codec
|
2009-04-22 08:18:30 +00:00
|
|
|
Requires: tomcat5-jasper-eclipse >= 5.5.27-6.3
|
2009-04-29 09:23:58 +00:00
|
|
|
Requires: tomcat6-servlet-2.5-api >= 6.0.18-9.2
|
2010-09-21 09:08:47 +00:00
|
|
|
Requires: tomcat6-jsp-2.1-api
|
2010-07-15 21:03:06 +00:00
|
|
|
Requires: jetty >= 6.1.24-1
|
2009-04-02 08:12:57 +00:00
|
|
|
Requires: jsch >= 0.1.41
|
2008-08-11 19:31:22 +00:00
|
|
|
Requires: lucene >= 2.3.1-3.4
|
|
|
|
Requires: lucene-contrib >= 2.3.1-3.4
|
2010-07-15 21:03:06 +00:00
|
|
|
Requires: sat4j >= 2.2.0-1
|
2009-10-15 10:33:35 +00:00
|
|
|
%endif
|
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}
|
2009-10-15 10:33:35 +00:00
|
|
|
%if ! %{bootstrap}
|
2005-05-23 17:01:40 +00:00
|
|
|
Requires: junit >= 3.8.1-3jpp
|
2007-08-14 18:51:17 +00:00
|
|
|
Requires: junit4
|
2009-04-10 07:53:56 +00:00
|
|
|
Requires: jakarta-commons-httpclient
|
2009-10-15 10:33:35 +00:00
|
|
|
%endif
|
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}
|
2009-10-15 10:33:35 +00:00
|
|
|
%if ! %{bootstrap}
|
2008-07-14 21:40:30 +00:00
|
|
|
Requires: objectweb-asm
|
2009-08-18 11:17:08 +00:00
|
|
|
Requires: hamcrest >= 0:1.1-9.2
|
2009-10-15 10:33:35 +00:00
|
|
|
%endif
|
2008-03-31 18:45:06 +00:00
|
|
|
# For PDE Build wrapper script
|
|
|
|
Requires: bash
|
2008-07-29 13:40:46 +00:00
|
|
|
Provides: %{name}-pde-runtime = 1:%{version}-%{release}
|
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
|
2010-08-31 21:38:07 +00:00
|
|
|
%setup -q -n eclipse-build-0.6.1
|
2009-08-03 15:29:56 +00:00
|
|
|
cp %{SOURCE1} .
|
2009-11-10 15:52:52 +00:00
|
|
|
ant -DbuildArch=%{eclipse_arch} applyPatches
|
2010-08-31 21:38:07 +00:00
|
|
|
sed -i -e "s|org.apache.ant_1.7.1.v20100518-1145/lib/ant-trax.jar=/usr/share/java/ant/ant-trax.jar:/usr/share/java/ant-trax.jar||g" nonosgidependencies.properties
|
2010-09-21 09:08:47 +00:00
|
|
|
sed -i -e "s|tomcat5-jsp-2.0-api|tomcat6-jsp-2.1-api|g" dependencies.properties
|
2010-03-07 14:37:46 +00:00
|
|
|
pushd build/eclipse-%{version}-src
|
2010-09-01 10:27:42 +00:00
|
|
|
%patch0
|
2010-09-21 12:38:16 +00:00
|
|
|
pushd plugins/org.eclipse.swt
|
|
|
|
pushd Eclipse\ SWT\ PI/gtk/library
|
|
|
|
sed -i -e "s|-lwebkit-1.0|\`pkg-config --libs webkit-1.0\`|g" make_linux.mak
|
|
|
|
popd
|
|
|
|
pushd Eclipse\ SWT\ Mozilla/common/library/
|
2010-09-17 18:04:48 +00:00
|
|
|
%patch1
|
|
|
|
popd
|
2010-09-21 12:38:16 +00:00
|
|
|
popd
|
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|http://java.sun.com/j2se/1.4.2/docs/api|%{_datadir}/javadoc/java|" \
|
|
|
|
-e "/osgi\.org/d" \
|
2009-04-02 08:12:57 +00:00
|
|
|
-e "s|-breakiterator|;../org.eclipse.equinox.util/@dot\n;../org.eclipse.ecf.filetransfer_3.0.0.v20090302-0803.jar\n;../org.eclipse.ecf_3.0.0.v20090302-0803.jar\n-breakiterator|" \
|
|
|
|
plugins/org.eclipse.platform.doc.isv/platformOptions.txt
|
2008-07-24 20:07:17 +00:00
|
|
|
sed -i -e "s|http://java.sun.com/j2se/1.5/docs/api|%{_datadir}/javadoc/java|" \
|
|
|
|
-e "s/win32.win32.x86/gtk.linux.%{eclipse_arch}/" \
|
|
|
|
plugins/org.eclipse.jdt.doc.isv/jdtaptOptions.txt \
|
2007-05-24 06:11:03 +00:00
|
|
|
plugins/org.eclipse.jdt.doc.isv/jdtOptions.txt
|
2008-07-24 20:07:17 +00:00
|
|
|
sed -i -e "s|http://java.sun.com/j2se/1.4/docs/api|%{_datadir}/javadoc/java|" \
|
|
|
|
-e "s/motif.linux.x86/gtk.linux.%{eclipse_arch}/" \
|
|
|
|
plugins/org.eclipse.pde.doc.user/pdeOptions.txt \
|
2009-04-02 08:12:57 +00:00
|
|
|
plugins/org.eclipse.pde.doc.user/pdeOptions.txt
|
2007-06-27 15:56:57 +00:00
|
|
|
|
2008-07-14 21:40:30 +00:00
|
|
|
|
2010-08-18 13:43:16 +00:00
|
|
|
# FIXME: do this as part of eclipse-build
|
2008-07-14 21:40:30 +00:00
|
|
|
#
|
2008-07-23 23:47:14 +00:00
|
|
|
# the swt version is set to HEAD on s390x but shouldn't be
|
2008-07-22 13:04:00 +00:00
|
|
|
# get swt version
|
|
|
|
SWT_MAJ_VER=$(grep maj_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
|
|
|
|
SWT_MIN_VER=$(grep min_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =)
|
|
|
|
SWT_VERSION=$SWT_MAJ_VER$SWT_MIN_VER
|
2009-04-14 12:52:13 +00:00
|
|
|
swt_frag_ver=$(grep v$SWT_VERSION plugins/org.eclipse.swt.gtk.linux.x86/build.xml | sed "s:.*<.*\"\(.*\)\" />:\1:")
|
|
|
|
swt_frag_ver_s390x=$(grep "version\.suffix\" value=" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml | sed "s:.*<.*\"\(.*\)\" />:\1:")
|
2010-07-08 21:23:51 +00:00
|
|
|
#sed --in-place "s|$swt_frag_ver_s390x|$swt_frag_ver|g" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml \
|
|
|
|
# plugins/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF
|
2008-07-22 13:04:00 +00:00
|
|
|
|
2009-10-15 10:33:35 +00:00
|
|
|
%if ! %{bootstrap}
|
2006-06-02 21:46:07 +00:00
|
|
|
# make sure there are no jars left
|
2006-06-08 18:47:33 +00:00
|
|
|
JARS=""
|
|
|
|
for j in $(find -name \*.jar); do
|
|
|
|
if [ ! -L $j ]; then
|
2008-07-14 21:40:30 +00:00
|
|
|
JARS="$JARS `echo $j`"
|
2006-06-08 18:47:33 +00:00
|
|
|
fi
|
|
|
|
done
|
|
|
|
if [ ! -z "$JARS" ]; then
|
2006-12-06 18:20:01 +00:00
|
|
|
echo "These jars should be deleted and symlinked to system jars: $JARS"
|
2006-06-09 22:26:43 +00:00
|
|
|
#FIXME: enable exit 1
|
2006-06-08 18:47:33 +00:00
|
|
|
fi
|
2009-10-15 10:33:35 +00:00
|
|
|
%endif
|
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
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
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
|
|
|
|
2010-08-18 13:43:16 +00:00
|
|
|
# This symlink is actually provided by the icu4j-eclipse package
|
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/plugins/com.ibm.icu_*.jar
|
2010-03-07 14:37:46 +00:00
|
|
|
|
2009-10-30 12:32:52 +00:00
|
|
|
# Set GDK_NATIVE_WINDOWS=true
|
|
|
|
# https://bugzilla.redhat.com/531675 (https://bugs.eclipse.org/290395)
|
|
|
|
rm $RPM_BUILD_ROOT/%{_bindir}/%{name}
|
|
|
|
install -p -D -m0755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/%{name}
|
|
|
|
sed --in-place "s:/usr/lib:%{_libdir}:" \
|
|
|
|
$RPM_BUILD_ROOT%{_bindir}/%{name}
|
2009-11-16 23:19:48 +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
|
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 [ "Xconfiguration" = $(echo X`find configuration/org.eclipse.osgi/bundles/$id -name libswt\*.so` | sed "s:/.*::") ]; then
|
|
|
|
echo "%{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles/$id" > %{_builddir}/%{buildsubdir}/%{name}-swt.install;
|
|
|
|
else
|
|
|
|
echo "%{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles/$id" >> %{_builddir}/%{buildsubdir}/%{name}-platform.install;
|
|
|
|
fi
|
2008-11-20 19:45:36 +00:00
|
|
|
done
|
2008-10-15 21:22:00 +00:00
|
|
|
popd
|
|
|
|
|
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|-Xms40m|-Xms128m|g" $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini
|
2010-08-18 13:43:16 +00:00
|
|
|
sed -i "s|-Xmx384m|-Xmx512m|g" $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini
|
2010-03-07 14:37:46 +00:00
|
|
|
echo "" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini
|
|
|
|
echo "-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini
|
|
|
|
echo "-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini
|
|
|
|
echo "-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini
|
|
|
|
echo "-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage,addBinding" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini
|
|
|
|
echo "-XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile" >> $RPM_BUILD_ROOT/%{_sysconfdir}/eclipse.ini
|
|
|
|
echo "-XX:CompileCommand=exclude,org/python/pydev/ui/filetypes/FileTypesPreferencesPage,getDottedValidSourceFiles" >> $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}
|
2007-10-11 14:36:55 +00:00
|
|
|
ln -s ../%{name}/swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar ../java/swt.jar
|
2004-09-09 04:27:27 +00:00
|
|
|
popd
|
|
|
|
|
2008-11-20 19:45:36 +00:00
|
|
|
# Install the efj wrapper script
|
2005-04-17 04:26:54 +00:00
|
|
|
install -p -D -m0755 %{SOURCE17} $RPM_BUILD_ROOT%{_bindir}/efj
|
2008-07-14 21:40:30 +00:00
|
|
|
sed --in-place "s:startup.jar:%{_libdir}/%{name}/startup.jar:" \
|
2008-11-20 19:45:36 +00:00
|
|
|
$RPM_BUILD_ROOT%{_bindir}/efj
|
2005-04-17 04:26:54 +00:00
|
|
|
|
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
|
2004-09-09 04:27:27 +00:00
|
|
|
(
|
2008-07-14 21:40:30 +00:00
|
|
|
cd $RPM_BUILD_ROOT%{_libdir}/%{name}
|
2008-07-31 00:38:20 +00:00
|
|
|
ls -d * | egrep -v '^(plugins|features|about_files|dropins)$'
|
2008-07-29 13:40:46 +00:00
|
|
|
ls -d plugins/* features/*
|
2004-09-09 04:27:27 +00:00
|
|
|
) |
|
2008-04-25 23:56:41 +00:00
|
|
|
sed -e's,^\(.*\),[ ! -e \1 ] \&\& ln -s $eclipse/\1 \1,' >> copy-platform
|
2008-07-14 21:40:30 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
|
2008-10-16 08:35:17 +00:00
|
|
|
mv copy-platform $RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts
|
2008-07-29 13:40:46 +00:00
|
|
|
copyPlatform=$RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts/copy-platform
|
|
|
|
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
|
2008-08-11 19:31:22 +00:00
|
|
|
for p in $(ls -d dropins/jdt/plugins/*); do
|
2008-07-29 13:40:46 +00:00
|
|
|
plugin=$(basename $p)
|
|
|
|
echo $p | sed -e"s,^\(.*\),[ ! -e plugins/$plugin ] \&\& ln -s \$eclipse/\1 plugins/$plugin," >> $copyPlatform
|
|
|
|
done
|
2008-08-11 19:31:22 +00:00
|
|
|
for p in $(ls -d dropins/sdk/plugins/*); do
|
2008-07-29 13:40:46 +00:00
|
|
|
plugin=$(basename $p)
|
|
|
|
echo $p | sed -e"s,^\(.*\),[ ! -e plugins/$plugin ] \&\& ln -s \$eclipse/\1 plugins/$plugin," >> $copyPlatform
|
|
|
|
done
|
|
|
|
popd
|
2006-06-13 01:13:37 +00:00
|
|
|
|
2008-04-04 17:02:48 +00:00
|
|
|
# Install the PDE Build wrapper script.
|
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/@PDEBUILDVERSION@/$PDEBUILDVERSION/g" \
|
|
|
|
$RPM_BUILD_ROOT%{_libdir}/%{name}/buildscripts/pdebuild
|
2008-07-14 21:40:30 +00:00
|
|
|
|
2005-02-21 00:31:38 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-01-10 22:58:34 +00:00
|
|
|
|
2005-01-24 15:23:02 +00:00
|
|
|
%post platform
|
2005-03-25 14:46:41 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
2005-03-28 10:56:12 +00:00
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
2005-04-27 04:25:02 +00:00
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
2005-03-25 14:46:41 +00:00
|
|
|
fi
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2005-02-25 15:47:26 +00:00
|
|
|
%postun platform
|
2005-03-25 14:46:41 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor
|
2005-03-28 10:56:12 +00:00
|
|
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
2005-04-27 04:25:02 +00:00
|
|
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
2005-03-25 14:46:41 +00:00
|
|
|
fi
|
2006-09-21 21:24:38 +00:00
|
|
|
|
2008-10-15 21:22:00 +00:00
|
|
|
%if %{initialize}
|
2008-07-14 21:40:30 +00:00
|
|
|
%files swt -f %{name}-swt.install
|
2008-10-15 21:22:00 +00:00
|
|
|
%else
|
|
|
|
%files swt
|
|
|
|
%endif
|
2006-06-02 21:46:07 +00:00
|
|
|
%defattr(-,root,root)
|
2006-12-07 05:48:09 +00:00
|
|
|
%dir %{_libdir}/%{name}
|
2006-10-29 01:58:05 +00:00
|
|
|
%dir %{_libdir}/%{name}/plugins
|
2008-10-15 21:22:00 +00:00
|
|
|
%if %{initialize}
|
|
|
|
%dir %{_libdir}/%{name}/libswt-*.so
|
2006-10-29 01:58:05 +00:00
|
|
|
%dir %{_libdir}/%{name}/configuration
|
|
|
|
%dir %{_libdir}/%{name}/configuration/org.eclipse.osgi
|
|
|
|
%dir %{_libdir}/%{name}/configuration/org.eclipse.osgi/bundles
|
2008-10-15 21:22:00 +00:00
|
|
|
%endif
|
2010-08-06 14:36:37 +00:00
|
|
|
%{_libdir}/%{name}/notice.html
|
|
|
|
%{_libdir}/%{name}/epl-v10.html
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.swt_*
|
2006-10-29 01:58:05 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_*
|
2006-11-02 01:59:53 +00:00
|
|
|
%{_libdir}/%{name}/swt-gtk*.jar
|
2007-10-11 14:36:55 +00:00
|
|
|
%{_libdir}/%{name}/swt.jar
|
|
|
|
%{_libdir}/java/swt.jar
|
2004-09-09 04:27:27 +00:00
|
|
|
|
2006-09-18 22:20:30 +00:00
|
|
|
%files rcp
|
2006-06-02 21:46:07 +00:00
|
|
|
%defattr(-,root,root)
|
2007-08-10 16:50:53 +00:00
|
|
|
%dir %{_libdir}/%{name}/features
|
2008-08-01 20:11:03 +00:00
|
|
|
%dir %{_datadir}/%{name}
|
2008-10-15 21:22:00 +00:00
|
|
|
%if %{initialize}
|
2006-10-29 01:58:05 +00:00
|
|
|
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.bundledata*
|
|
|
|
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.lazy*
|
|
|
|
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.manager
|
|
|
|
%{_libdir}/%{name}/configuration/org.eclipse.osgi/.state*
|
2008-10-15 21:22:00 +00:00
|
|
|
%endif
|
2009-10-15 10:33:35 +00:00
|
|
|
%if %{bootstrap}
|
|
|
|
%{_libdir}/%{name}/plugins/com.ibm.icu_*
|
|
|
|
%endif
|
2010-08-18 13:43:16 +00:00
|
|
|
%dir %{_libdir}/%{name}/configuration
|
2008-07-17 22:13:01 +00:00
|
|
|
%config %{_libdir}/%{name}/configuration/config.ini
|
|
|
|
%config %{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
|
|
|
|
%dir %{_libdir}/%{name}/configuration/org.eclipse.equinox.simpleconfigurator
|
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
|
|
|
|
%{_libdir}/%{name}/startup.jar
|
2007-02-07 20:27:41 +00:00
|
|
|
%{_libdir}/%{name}/features/org.eclipse.rcp_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.commands_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.contenttype_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.databinding_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.databinding.beans_*
|
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_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.common_*
|
2009-04-02 08:12:57 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.ds_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.launcher_*
|
2007-06-27 15:56:57 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.launcher.gtk.linux.%{eclipse_arch}_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.preferences_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.registry_*
|
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_*
|
2007-06-27 15:56:57 +00:00
|
|
|
|
2008-10-15 21:22:00 +00:00
|
|
|
%if %{initialize}
|
2005-01-24 15:23:02 +00:00
|
|
|
%files platform -f %{name}-platform.install
|
2008-10-15 21:22:00 +00:00
|
|
|
%else
|
|
|
|
%files platform
|
|
|
|
%endif
|
2006-06-02 21:46:07 +00:00
|
|
|
%defattr(-,root,root)
|
2006-10-29 01:58:05 +00:00
|
|
|
%attr(0755,root,root) %{_bindir}/%{name}
|
2010-08-18 13:43:16 +00:00
|
|
|
%{_libdir}/%{name}/.eclipseproduct
|
2008-03-03 18:04:15 +00:00
|
|
|
%config %{_libdir}/%{name}/eclipse.ini
|
2010-03-07 14:37:46 +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
|
2006-09-18 22:20:30 +00:00
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/pixmaps/*
|
|
|
|
%{_datadir}/icons/*/*/apps/*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/eclipse
|
2008-07-29 13:40:46 +00:00
|
|
|
%dir %{_libdir}/%{name}/dropins
|
2008-08-05 22:21:54 +00:00
|
|
|
%dir %{_datadir}/%{name}/dropins
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/features/org.eclipse.platform_*
|
|
|
|
%{_libdir}/%{name}/plugins/com.jcraft.jsch_*
|
|
|
|
%{_libdir}/%{name}/plugins/javax.servlet_*
|
|
|
|
%{_libdir}/%{name}/plugins/javax.servlet.jsp_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.ant_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.commons.el_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.commons.logging_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.lucene_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.lucene.analysis_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ant.core_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.compare_*
|
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_*
|
2006-10-29 01:58:05 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.filesystem.linux.%{eclipse_arch}_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.core.net_*
|
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_*
|
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_*
|
2009-04-02 08:12:57 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.mortbay.jetty.util_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.mortbay.jetty.server_*
|
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_*
|
|
|
|
%{_libdir}/%{name}/features/org.eclipse.cvs_*
|
|
|
|
%{_libdir}/%{name}/features/org.eclipse.help_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.jasper_*
|
2008-07-16 15:33:03 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.frameworkadmin_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.frameworkadmin.equinox_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/features/org.eclipse.equinox.p2.user.ui_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.director_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.core_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.engine_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.jarprocessor_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.metadata_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.metadata.repository_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.artifact.repository_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.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_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.ui_*
|
|
|
|
%{_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_*
|
|
|
|
%{_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.metadata.generator_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.updatesite_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.security_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.security.ui_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.extensionlocation_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.equinox.p2.director.app_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.eclipse.ecf.provider.filetransfer_*
|
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_*
|
2009-04-02 08:12:57 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.apache.commons.codec_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.apache.commons.httpclient_*
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/plugins/org.sat4j.core_*
|
|
|
|
%{_libdir}/%{name}/plugins/org.sat4j.pb_*
|
2008-07-16 15:33:03 +00:00
|
|
|
# Put this in -platform since we're putting the p2 stuff here
|
|
|
|
%{_libdir}/%{name}/artifacts.xml
|
2008-07-29 13:40:46 +00:00
|
|
|
# FIXME: should we ship content.xml for the platform?
|
2008-07-17 22:13:01 +00:00
|
|
|
#%{_libdir}/%{name}/metadata
|
2008-07-18 15:14:32 +00:00
|
|
|
%{_libdir}/%{name}/p2
|
2008-07-16 15:33:03 +00:00
|
|
|
|
|
|
|
%files jdt
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/efj
|
2009-04-02 08:12:57 +00:00
|
|
|
%{_libdir}/%{name}/dropins/jdt
|
2006-09-18 22:20:30 +00:00
|
|
|
|
|
|
|
%files pde
|
|
|
|
%defattr(-,root,root)
|
2008-07-14 21:40:30 +00:00
|
|
|
%{_libdir}/%{name}/buildscripts
|
2008-07-29 13:40:46 +00:00
|
|
|
%{_libdir}/%{name}/dropins/sdk
|
2010-08-18 13:43:16 +00:00
|
|
|
%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
|
2006-09-18 22:20:30 +00:00
|
|
|
|
2005-02-21 00:31:38 +00:00
|
|
|
%changelog
|
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.
|
|
|
|
|
2010-07-08 20:02:35 +00:00
|
|
|
* Thu Jul 08 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.2-10
|
|
|
|
- Rebuild for new jetty.
|
|
|
|
|
2010-06-17 15:22:19 +00:00
|
|
|
* Thu Jun 17 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.2-9
|
|
|
|
- Fix typo in symlinking.
|
|
|
|
|
2010-06-17 11:12:32 +00:00
|
|
|
* Thu Jun 17 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.2-8
|
|
|
|
- No need to link jasper.
|
|
|
|
|
2010-06-17 08:54:41 +00:00
|
|
|
* Thu Jun 17 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.2-7
|
|
|
|
- Fix servlet and jsp apis symlinks.
|
|
|
|
|
2010-06-17 08:50:38 +00:00
|
|
|
* Thu Jun 17 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.2-6
|
|
|
|
- Fix jetty symlinks.
|
|
|
|
|
2010-06-11 13:34:33 +00:00
|
|
|
* Thu Jun 10 2010 Andrew Overholt <overholt@redhat.com> 1:3.5.2-5
|
|
|
|
- Move hamcrest to dropins/jdt (rhbz#601059).
|
|
|
|
- Re-symlink after provisioning (rhbz#602865).
|
|
|
|
|
2010-04-12 13:27:08 +00:00
|
|
|
* Mon Apr 12 2010 Andrew Overholt <overholt@redhat.com> 1:3.5.2-4
|
|
|
|
- Rebuild to pick up new xulrunner.
|
|
|
|
|
2010-03-19 07:07:58 +00:00
|
|
|
* Fri Mar 19 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.2-3
|
|
|
|
- Use eclipse-build 0.5.0 release.
|
|
|
|
|
2010-03-08 17:37:18 +00:00
|
|
|
* Mon Mar 8 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.2-2
|
|
|
|
- Fix multilib install.
|
|
|
|
|
2010-03-07 14:37:46 +00:00
|
|
|
* Sun Mar 7 2010 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.2-1
|
|
|
|
- Update to 3.5.2.
|
|
|
|
|
2010-01-07 15:18:00 +00:00
|
|
|
* Thu Jan 07 2010 Andrew Overholt <overholt@redhat.com> 1:3.5.1-28
|
|
|
|
- Version Provides for "eclipse" and "eclipse-sdk" (-pde).
|
|
|
|
|
2009-12-22 21:55:45 +00:00
|
|
|
* Tue Dec 22 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.1-27
|
|
|
|
- Fix patch application.
|
|
|
|
|
2009-12-22 20:51:13 +00:00
|
|
|
* Tue Dec 22 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.1-26
|
|
|
|
- Backport eclipse-build patch for e.o#291128.
|
|
|
|
|
2009-12-16 14:35:34 +00:00
|
|
|
* Tue Dec 15 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-25
|
|
|
|
- Fix o.e.jdt.junit dropins issue. RHBZ#538803 (Thanks to Patrick Higgins).
|
|
|
|
|
2009-12-04 08:23:09 +00:00
|
|
|
* Fri Dec 4 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-24
|
|
|
|
- Replace gecko BR/Rs with xulrunner.
|
|
|
|
- Drop xulrunner-devel-unstable now that it's merged in xulrunner-devel.
|
|
|
|
|
2009-12-03 19:53:34 +00:00
|
|
|
* Thu Dec 3 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-23
|
|
|
|
- Remove old manipulations to bundles.info.
|
|
|
|
- Update to eclipse-build 0.4 release.
|
|
|
|
|
2009-11-30 14:44:09 +00:00
|
|
|
* Mon Nov 30 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.1-22
|
|
|
|
- Move ant-nodeps out of bootstrap.
|
|
|
|
|
2009-11-17 14:01:14 +00:00
|
|
|
* Tue Nov 17 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.1-21
|
|
|
|
- Fix typo in memory settings.
|
|
|
|
|
2009-11-17 12:37:53 +00:00
|
|
|
* Tue Nov 17 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-20
|
|
|
|
- Fix ppc64 swt jar version.
|
|
|
|
|
2009-11-16 23:19:48 +00:00
|
|
|
* Mon Nov 16 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.1-19
|
|
|
|
- Temporarily patch for e.o#294877.
|
|
|
|
- Fix some whitespace.
|
|
|
|
|
2009-11-13 10:23:55 +00:00
|
|
|
* Fri Nov 13 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-18
|
|
|
|
- No about files on ppc64 too.
|
|
|
|
|
2009-11-11 13:14:21 +00:00
|
|
|
* Wed Nov 11 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-17
|
|
|
|
- Update to eclipse-build 0.4 RC4 (fixes pdebuild escaping).
|
|
|
|
|
2009-11-10 15:52:52 +00:00
|
|
|
* Tue Nov 10 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-16
|
|
|
|
- Specify -DbuildArch when running ant applyPatches.
|
|
|
|
|
2009-11-10 14:47:21 +00:00
|
|
|
* Tue Nov 10 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-15
|
|
|
|
- Update to eclipse-build 0.4 RC3.
|
|
|
|
|
2009-11-10 12:46:25 +00:00
|
|
|
* Fri Nov 10 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-14
|
|
|
|
- Fix build with commons-codec 1.4.
|
|
|
|
|
2009-10-30 12:32:52 +00:00
|
|
|
* Fri Oct 30 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.1-13
|
|
|
|
- Make /usr/bin/eclipse a wrapper script due to rhbz#531675 (e.o#290395).
|
|
|
|
|
2009-10-26 13:28:56 +00:00
|
|
|
* Mon Oct 26 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.1-12
|
|
|
|
- Remove old TODO items.
|
|
|
|
|
2009-10-23 09:58:19 +00:00
|
|
|
* Fri Oct 23 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-12
|
|
|
|
- No need to invoke desktop-file-install, it's handled by e-b install now.
|
|
|
|
|
2009-10-22 09:49:41 +00:00
|
|
|
* Thu Oct 22 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-11
|
|
|
|
- Remove ppc64 files copying and sedding. Supported by eclipse-build now.
|
|
|
|
|
2009-10-20 07:26:24 +00:00
|
|
|
* Tue Oct 20 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-10
|
|
|
|
- Remove old/not needed BR/Rs.
|
|
|
|
|
2009-10-19 13:31:15 +00:00
|
|
|
* Mon Oct 19 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-9
|
|
|
|
- New e-b snapshot that contains fragments for ppc64.
|
|
|
|
|
2009-10-15 10:33:35 +00:00
|
|
|
* Thu Oct 15 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-8
|
|
|
|
- Add bootstrap flag.
|
|
|
|
|
2009-10-12 14:48:49 +00:00
|
|
|
* Mon Oct 12 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-7
|
|
|
|
- Put back JAVA_HOME.
|
|
|
|
|
2009-10-12 14:15:58 +00:00
|
|
|
* Mon Oct 12 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-6
|
|
|
|
- New eclipse-build snapshot. Pdebuild and ecf compilation are part of it.
|
|
|
|
|
2009-10-08 11:00:54 +00:00
|
|
|
* Thu Oct 8 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-5
|
|
|
|
- Fix install call.
|
|
|
|
|
2009-10-08 10:07:44 +00:00
|
|
|
* Thu Oct 8 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-4
|
|
|
|
- New eclipse-build snapshot. Remove parts included in it.
|
|
|
|
|
2009-10-07 19:59:11 +00:00
|
|
|
* Wed Oct 07 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.1-3
|
|
|
|
- Add patch for bugs.eclipse.org/287307
|
|
|
|
|
2009-10-05 08:41:33 +00:00
|
|
|
* Mon Oct 5 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-2
|
|
|
|
- Add /usr/share/eclipse/dropins to dropins locations.
|
|
|
|
|
2009-10-02 20:01:51 +00:00
|
|
|
* Fri Oct 2 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.1-1
|
|
|
|
- Update to 3.5.1.
|
|
|
|
|
2009-09-29 13:34:23 +00:00
|
|
|
* Tue Sep 29 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-4
|
2009-09-29 13:01:19 +00:00
|
|
|
- Symlink to unversioned jetty jars.
|
|
|
|
|
2009-09-29 12:18:17 +00:00
|
|
|
* Tue Sep 29 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-3
|
|
|
|
- Build with eclipse-build 0.4.0 RC0.
|
|
|
|
|
2009-09-23 19:53:01 +00:00
|
|
|
* Wed Sep 23 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.0-2
|
|
|
|
- Move jakarta-commons-codec requirement from jdt to platform.
|
|
|
|
|
2009-09-22 09:14:23 +00:00
|
|
|
* Tue Sep 22 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-1
|
|
|
|
- Fix help toolbar jsp problem.
|
|
|
|
|
2009-09-18 13:41:44 +00:00
|
|
|
* Fri Sep 18 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.13
|
|
|
|
- Update ecf-filetransfer and build it.
|
|
|
|
|
|
|
|
* Tue Sep 15 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.12
|
2009-09-15 16:19:48 +00:00
|
|
|
- Build with system jetty.
|
|
|
|
|
2009-09-14 16:12:51 +00:00
|
|
|
* Mon Sep 14 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.0-0.11
|
|
|
|
- Add /usr/share/eclipse/dropins to list of dropins locations
|
|
|
|
(rhbz#522117).
|
|
|
|
|
2009-09-10 14:11:54 +00:00
|
|
|
* Wed Sep 09 2009 Mat Booth <fedora@matbooth.co.uk> 1:3.5.0-0.10
|
|
|
|
- Patch the target platform templates so they find all the required
|
|
|
|
source bundles (see RHBZ # 521969).
|
|
|
|
|
2009-08-31 10:43:33 +00:00
|
|
|
* Mon Aug 31 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.9
|
|
|
|
- Remove all testframework sources, patches, build and etc.
|
|
|
|
|
2009-08-18 11:17:08 +00:00
|
|
|
* Tue Aug 18 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.8
|
|
|
|
- Use system hamcrest.
|
|
|
|
|
2009-08-17 14:16:01 +00:00
|
|
|
* Mon Aug 17 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.7
|
|
|
|
- Use o.e.equinox.initializer from SOURCE1 instead of separate one.
|
|
|
|
|
2009-08-14 05:18:58 +00:00
|
|
|
* Fri Aug 14 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.6
|
|
|
|
- Do not use the provided eclipse.ini but the one from build.
|
|
|
|
|
2009-08-13 08:08:34 +00:00
|
|
|
* Thu Aug 13 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.5
|
|
|
|
- Add epoch to icu4j Requires/BuildRequires.
|
|
|
|
|
2009-08-11 16:44:00 +00:00
|
|
|
* Tue Aug 11 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.4.0
|
|
|
|
- Fix sources url.
|
|
|
|
- Make it use system icu4j and sat4j.
|
|
|
|
|
2009-08-07 16:21:31 +00:00
|
|
|
* Fri Aug 7 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.35
|
|
|
|
- Another missing ppc64 fragment.
|
|
|
|
|
2009-08-07 07:13:06 +00:00
|
|
|
* Fri Aug 7 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.34
|
|
|
|
- Fix missing fragment on ppc64.
|
|
|
|
|
2009-08-06 15:57:33 +00:00
|
|
|
* Thu Aug 6 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.33
|
|
|
|
- Fix missing launcher for ppc64.
|
|
|
|
|
2009-08-05 18:37:08 +00:00
|
|
|
* Wed Aug 5 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.32
|
|
|
|
- Manually enable o.e.core.runtime and o.e.equinox.ds because it's not enabled on ppc64.
|
|
|
|
|
2009-08-05 09:19:48 +00:00
|
|
|
* Wed Aug 5 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.31
|
|
|
|
- Revert initialize call path changes.
|
|
|
|
|
2009-08-05 08:46:29 +00:00
|
|
|
* Wed Aug 5 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.30
|
|
|
|
- Additional output to debug ppc64 build failures.
|
|
|
|
|
2009-08-05 08:27:58 +00:00
|
|
|
* Wed Aug 5 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.29
|
|
|
|
- Reenable initialize.
|
|
|
|
- Fix paths in initializer call.
|
|
|
|
|
2009-08-05 06:09:20 +00:00
|
|
|
* Wed Aug 5 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.28
|
|
|
|
- Disable initialize.
|
|
|
|
|
2009-08-04 12:48:10 +00:00
|
|
|
* Tue Aug 4 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.27
|
|
|
|
- No need to copy eclipse.ini for secondary archs.
|
|
|
|
|
2009-08-04 03:52:45 +00:00
|
|
|
* Tue Aug 4 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.26
|
|
|
|
- eclipse/about_files are not installed on ppc for some reason.
|
|
|
|
|
2009-08-03 15:29:56 +00:00
|
|
|
* Mon Aug 3 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.25
|
|
|
|
- Swith to eclipse-build for building.
|
|
|
|
|
2009-07-24 20:50:32 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.5.0-0.3.9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-17 08:47:48 +00:00
|
|
|
* Wed Jun 17 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.2.9
|
|
|
|
- Fix package-build template to add target for -Dconfigs.
|
|
|
|
|
2009-05-20 19:43:48 +00:00
|
|
|
* Tue May 19 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.0-0.2.8
|
|
|
|
- Remove Fedora branding.
|
|
|
|
|
2009-05-07 19:07:51 +00:00
|
|
|
* Thu May 7 2009 Andrew Overholt <overholt@redhat.com> 1:3.5.0-0.2.7
|
2009-08-18 11:17:08 +00:00
|
|
|
- Update patch to tests' library.xml to allow for easy debugging of tests.
|
2009-05-07 19:07:51 +00:00
|
|
|
|
2009-04-29 12:19:57 +00:00
|
|
|
* Wed Apr 29 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.2.6
|
|
|
|
- Fix initializer run (sed again).
|
|
|
|
|
2009-04-29 09:23:58 +00:00
|
|
|
* Wed Apr 29 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.2.5
|
|
|
|
- Bump tomcat6 BR.
|
|
|
|
- Fix director run to not require sed on bundles.info.
|
|
|
|
|
2009-04-22 08:18:30 +00:00
|
|
|
* Wed Apr 22 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.2.4
|
|
|
|
- Update to newer I-build.
|
|
|
|
- Update fedora customization.
|
|
|
|
- Bump dependencies minimal versions.
|
|
|
|
- Fix update site functionality.
|
|
|
|
- Simplify jdt %%files section.
|
|
|
|
|
2009-04-14 19:28:34 +00:00
|
|
|
* Tue Apr 14 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.2.3
|
|
|
|
- Rediff patch30.
|
|
|
|
|
2009-04-14 12:52:13 +00:00
|
|
|
* Tue Apr 14 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.2.2
|
|
|
|
- Fix version of source bundles.
|
|
|
|
|
2009-04-13 20:11:42 +00:00
|
|
|
* Mon Apr 13 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.2.1
|
|
|
|
- Create org.eclipse.swt.gtk.linux.* based on the ppc version.
|
|
|
|
|
2009-04-13 13:56:20 +00:00
|
|
|
* Mon Apr 13 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.2
|
|
|
|
- Remove patches for the ecj package and others already applied upstream.
|
|
|
|
- Rediff some ppc64 patches.
|
|
|
|
|
2009-04-13 09:55:34 +00:00
|
|
|
* Mon Apr 13 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.1.12
|
|
|
|
- o.e.update.core.linux is x86 only.
|
|
|
|
|
2009-04-13 09:14:11 +00:00
|
|
|
* Mon Apr 13 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.1.11
|
|
|
|
- Remove more p2 generated files.
|
|
|
|
|
2009-04-13 08:26:28 +00:00
|
|
|
* Mon Apr 13 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.1.10
|
|
|
|
- Do not install p2 generatad file.
|
|
|
|
|
2009-04-10 07:53:56 +00:00
|
|
|
* Fri Apr 10 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.1.9
|
|
|
|
- BR/R jakarta-commons-codec and jakarta-commons-httpclient.
|
|
|
|
|
2009-04-09 12:39:08 +00:00
|
|
|
* Thu Apr 9 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.1.8
|
|
|
|
- Add patch for xulrunner compilation.
|
|
|
|
|
2009-04-07 16:07:22 +00:00
|
|
|
* Tue Apr 7 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.1.7
|
|
|
|
- Fix patch name.
|
|
|
|
|
2009-04-02 08:12:57 +00:00
|
|
|
* Thu Apr 2 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.1.6
|
|
|
|
- First try for 3.5 build.
|