Commit Graph

377 Commits

Author SHA1 Message Date
Andrew Overholt ce958e2280 - Add patch to look at gre64.conf on ppc64. 2006-11-17 00:25:13 +00:00
Ben Konrath 707a23d77b - Remove SWT ON_TOP patch as it is fixed in 3.2.1. 2006-11-11 00:43:34 +00:00
Ben Konrath 7f59656251 - Add file level requirement for swt fragment to rcp and platform packages.
This is needed so that the rcp and platform packages pull in the swt
    package of the correct word size.
2006-11-10 00:09:32 +00:00
Ben Konrath d9e85387ed - Move copy-platform back to %%{_datadir}/eclipse.
- Require gjdoc >= 0.7.7-14 as it generates consistent html across archs.
- Move most of the doc plugins back to %%{_datatdir}/eclipse now that gjdoc
    is fixed.
2006-11-07 05:45:12 +00:00
Andrew Overholt e224b7c884 - Make sdk require config.ini itself rather than the package to deal with
the bi-arch installation situation.
- Move sdk feature and plugin to %%{_libdir} so we can check for its
    existence in the post scripts.
2006-11-04 00:14:24 +00:00
Andrew Overholt 3bece450a9 Move dos2unix Requirement to the correct place. 2006-11-03 19:02:24 +00:00
Andrew Overholt c9609e95da - Remove post sections that munge eclipse.product; always set it to
org.eclipse.platform.ide or org.eclipse.sdk.ide.
- Remove changelogs prior to 3.2.0.
2006-11-03 17:50:54 +00:00
Andrew Overholt a14cc0a7ba - BR dos2unix always (for mac2unix). 2006-11-02 12:53:58 +00:00
Ben Konrath d608497bab re-enable gcj support 2006-11-02 11:56:58 +00:00
Ben Konrath e7452edd1c Add fileinitializer .jar.so and .jar.db to %files 2006-11-02 11:39:42 +00:00
Ben Konrath f7cec565f0 re-enable gcj support 2006-11-02 07:29:59 +00:00
Ben Konrath da2e957bb4 - Move doc plugins to %%{_libdir}/eclipse/plugins because of html is being
generated differently on different arches.
- Fix multilib problem when there are two or more jars within a jar.
2006-11-02 06:52:24 +00:00
Andrew Overholt c319b77118 - Get rid of broken symlinks in tomcat plugin. 2006-11-02 04:52:14 +00:00
Ben Konrath 3f1df4f0f0 make changelog entries refer to correct release 2006-11-02 04:14:38 +00:00
Ben Konrath ef137029e1 fix a couple more typos in %install 2006-11-02 02:49:09 +00:00
Ben Konrath ef20ae9f92 fix typo in %install 2006-11-02 02:43:06 +00:00
Ben Konrath a9f6a18e49 use java -cp startup.jar for file initializer build 2006-11-02 02:06:36 +00:00
Andrew Overholt a7d9e1b3dd gcj_support -> 1 2006-11-02 02:04:28 +00:00
Andrew Overholt 353998fe26 Fix typos. 2006-11-02 02:03:18 +00:00
Ben Konrath c3ae080f09 - Move copy-platform to %%{_libdir}/eclipse
- Move the platform.source, icu4j, icu4j.source, help.webapp and
    update.core.linux plugins to %%{_libdir}/eclipse/plugins because it has
    the laucher src zip which is arch specific.
- Disable building the help indexes on all archs so that we have the same
    doc pluigns on all archs.
- Remove org.apache.ant_1.6.5/bin/runant.py to avoid multilib conflicts.
- Repack all the jars and the jars within those jars. This is needed to
    make this package multilib compatible.
- Put SWT symlinkis in %%{_libdir}/eclipse instead of
    %%{_libdir}/eclipse/plugins.
2006-11-02 01:59:53 +00:00
Andrew Overholt d6a105ac5e Add initializer to %%files. 2006-11-02 01:58:55 +00:00
Andrew Overholt d5f51bbbcc - Move copy-platform to arch-specific location. 2006-11-02 01:50:13 +00:00
Andrew Overholt 32f425fade - Use equinox initializer instead of old patch to core.runtime.
- Run initializer *after* splitting install into arch-specific and
    arch-independent locations.
2006-11-02 00:55:15 +00:00
Andrew Overholt 922cad0593 - Fix copy-platform to work with split install. 2006-11-01 01:47:08 +00:00
Ben Konrath 3d89c72828 - Add LC_ALL=C environment variable to sort for ecj build 2006-10-31 20:03:20 +00:00
Ben Konrath 72919d3feb - Add 3.2.1 splash screen.
- Sort the java source files before building (#209249).
- Remove Fedora ifdefs.
- Resolves: #209249.
2006-10-31 19:48:11 +00:00
Ben Konrath 7d37f4e377 - Re-enable building of the icu4j plugins. 2006-10-31 07:43:15 +00:00
Ben Konrath 625c3702d8 - Temporarily disable building of icu4j plugin. 2006-10-30 23:18:06 +00:00
Ben Konrath 3b45ca18e0 - Bump Release to 8 2006-10-30 20:39:57 +00:00
Andrew Overholt 86fa7c9de0 - Fix eclipse-ecj symlink to point to correct location.
- Put SWT symlinks in %%{_libdir} instead of %%{_datadir} as they're
    target-dependent.
2006-10-30 17:36:31 +00:00
Ben Konrath b0338adaa5 - Fix minor problem with src zip repack code 2006-10-29 19:23:37 +00:00
Ben Konrath 3a712c4eb2 fix date in %changelog 2006-10-29 01:58:43 +00:00
Ben Konrath 158e040ef0 - Add patch for ecj [] classpath problem.
- Remove configuration files from rcp files list.
- Add patch set bindir and shared config patch to allow the eclipse binary
    to sit in %%{_bindir} and remove the symlinks. This patch also allows
    us to set osgi.sharedConfiguration.area config on a per build basis so
    that the configuration directory can be arch dependant.
- Remove launcher link patch as the bindir patch removes the requirement
    for this patch.
- Don't aot-compile org.eclipse.ui.ide to work around rh bug # 175547.
- Add Requies(post,postun) to all packages to ensure that no files are left
    behind when eclipse is un-installed.
- Many spec file clean ups.
- Resolves: #199961, #202585, #210764, #207016.
- Related: #175547.
2006-10-29 01:58:05 +00:00
Andrew Overholt 4ae3c59503 - Remove unneeded tomcat symlinks. 2006-10-16 17:25:21 +00:00
Andrew Overholt cc64339ec2 - Remove unnecessary bits of configuration.
- Resolves: #210764, #202585.
2006-10-16 17:19:19 +00:00
Ben Konrath c1c8faa950 - Move jface and jface.databinding from libswt3-gtk2 to rcp because these
plugins have dependancies on some plugins in rcp.
2006-10-12 22:27:53 +00:00
Ben Konrath bf09ec22ac - Remove perl dependancy.
- Fix offsets in libswt-enableallandO2 patch.
- Add Requires(post,postun) java-gcj-compat to sdk to avoid errors when
    uninstalling the java stack.
2006-10-10 19:14:44 +00:00
Andrew Overholt 3413d7b903 - Fix triggerpostun to include epoch of previous releases. 2006-10-01 04:52:33 +00:00
Andrew Overholt ac8064a74d Add bug #s. 2006-09-29 22:28:09 +00:00
Ben Konrath 8131cf7f68 - Add Requires(post,postun) to platform and sdk sub-packages so that post
and postun scripts work correctly.
2006-09-29 22:22:43 +00:00
Andrew Overholt 27f7937103 - Add triggerpostun to deal with old rebuild-sdk-features postun crap. 2006-09-29 22:16:11 +00:00
Andrew Overholt 9e34e99d48 - Fix swt-firefox patch to not create DSOs with undefined symbols. 2006-09-29 13:23:59 +00:00
Ben Konrath 2af8a7e256 a few fixes for swt firefox patch 2006-09-29 05:22:52 +00:00
Ben Konrath a5675d50f8 3.2.1 final. 2006-09-28 21:22:00 +00:00
Andrew Overholt 26a17ea71e - Use new swt-firefox patch and consolidate others into one. 2006-09-28 21:19:03 +00:00
Ben Konrath 591a1a7fe6 Disable help index generation on ia64. 2006-09-28 14:09:00 +00:00
Ben Konrath ec43790fb2 - Fix typo in %postun of -sdk and -platform. 2006-09-27 11:50:42 +00:00
Ben Konrath 71f7bf03d9 Don't set eclipse.product incorrectly in %postun of -sdk and -platform. 2006-09-27 01:43:58 +00:00
Ben Konrath 5b612479b1 - M20060921-0945 (3.2.1 pre-release).
- Upadate patches to 3.2.1.
- Add icu4j 3.4.5 sources.
- Add Fedora version to platform about.mappings as well as sdk.
2006-09-26 04:45:35 +00:00
Andrew Overholt 6b5e6d1751 - Remove unused eclipse.conf.
- Remove unused gre64.conf patch (applied upstream).
2006-09-25 15:31:26 +00:00