- Remove unnecessary patches.
This commit is contained in:
Andrew Overholt 2006-02-01 15:32:50 +00:00
parent 0c750f7e2d
commit 2eefb6609f
4 changed files with 53 additions and 212 deletions

View File

@ -1,2 +1,2 @@
eclipse-sourceBuild-srcIncluded-3.1.1.zip
eclipse-fedora-splash-3.1.1.png
eclipse-sourceBuild-srcIncluded-3.1.2.zip
eclipse-fedora-splash-3.1.2.png

View File

@ -1,149 +0,0 @@
--- features/org.eclipse.platform/build.xml 2005-10-28 12:24:11.000000000 -0400
+++ features/org.eclipse.platform/build.xml 2005-10-28 12:25:22.000000000 -0400
@@ -349,6 +349,11 @@
<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.1.1/feature.xml" selfVersion="3.1.1" featureIds="org.eclipse.rcp,3.1.1," pluginIds="org.apache.ant,1.6.5,org.apache.lucene,1.4.3,org.eclipse.ant.core,3.1.1,org.eclipse.compare,3.1.1,org.eclipse.core.boot,3.1.0,org.eclipse.core.filebuffers,3.1.0,org.eclipse.core.resources,3.1.0,org.eclipse.core.resources.compatibility,3.1.0,org.eclipse.core.runtime.compatibility,3.1.0,org.eclipse.osgi.services,3.1.1,org.eclipse.osgi.util,3.1.1,org.eclipse.core.variables,3.1.0,org.eclipse.debug.core,3.1.0,org.eclipse.debug.ui,3.1.1,org.eclipse.help.webapp,3.1.0,org.eclipse.help.base,3.1.0,org.eclipse.help.ui,3.1.1,org.eclipse.help.appserver,3.1.0,org.eclipse.ltk.core.refactoring,3.1.0,org.eclipse.ltk.ui.refactoring,3.1.1,org.eclipse.platform,3.1.1,org.eclipse.platform.doc.user,3.1.1,org.eclipse.search,3.1.1,org.eclipse.team.core,3.1.1,org.eclipse.team.cvs.core,3.1.1,org.eclipse.team.cvs.ssh,3.1.0,org.eclipse.team.cvs.ssh2,3.1.0,org.eclipse.team.cvs.ui,3.1.1,org.eclipse.team.ui,3.1.1,org.eclipse.tomcat,5.0.30,org.eclipse.text,3.1.1,org.eclipse.jface.text,3.1.1,org.eclipse.ui.console,3.1.0,org.eclipse.ui.presentations.r21,3.1.0,org.eclipse.ui.intro,3.1.1,org.eclipse.ui.cheatsheets,3.1.1,org.eclipse.ui.browser,3.1.1,org.eclipse.ui.workbench.texteditor,3.1.1,org.eclipse.ui.views,3.1.1,org.eclipse.ui.editors,3.1.1,org.eclipse.ui.forms,3.1.0,org.eclipse.ui.externaltools,3.1.1,org.eclipse.ui.ide,3.1.1,org.eclipse.update.core,3.1.1,org.eclipse.update.scheduler,3.1.0,org.eclipse.update.ui,3.1.1,org.eclipse.ui.workbench.compatibility,3.1.0,org.eclipse.core.resources.hpux,3.1.0,org.eclipse.core.resources.linux,3.1.0,org.eclipse.core.resources.macosx,3.1.0,org.eclipse.core.resources.qnx,3.1.0,org.eclipse.core.resources.win32,3.1.0,org.eclipse.ui.carbon,3.1.1,org.eclipse.ui.win32,3.1.0,org.eclipse.update.core.linux,3.1.0,org.eclipse.update.core.win32,3.1.0,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
</target>
+ <target name="copybuiltlauncher" if="libsconfig">
+ <copy todir="${feature.base}/${os}.${ws}.${arch}/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/../../launchertmp" includes="**" />
+ </copy>
+ </target>
<target name="rootFileswin32_win32_x86">
<mkdir dir="${feature.base}/win32.win32.x86/${collectingFolder}"/>
<copy todir="${feature.base}/win32.win32.x86/${collectingFolder}" failonerror="true" overwrite="true">
@@ -357,6 +362,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/win32.win32.x86/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_x86">
@@ -368,6 +375,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="*.so*" />
</target>
@@ -379,6 +388,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/linux.gtk.ppc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_ppc64">
@@ -389,6 +400,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_x86_64">
@@ -400,6 +413,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" includes="*.so*" />
</target>
@@ -411,6 +426,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/linux.gtk.ia64/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_motif_x86">
@@ -424,6 +441,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="*.so*" />
</target>
@@ -435,6 +454,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/solaris.motif.sparc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilessolaris_gtk_sparc">
@@ -445,6 +466,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilesaix_motif_ppc">
@@ -455,6 +478,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/aix.motif.ppc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileshpux_motif_PA_RISC">
@@ -465,6 +490,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileshpux_motif_ia64">
@@ -475,6 +502,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/hpux.motif.ia64/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileshpux_motif_ia64_32">
@@ -485,6 +514,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilesmacosx_carbon_ppc">
@@ -495,6 +526,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" includes="Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt" />
<exec executable="ln" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" os="Linux">
@@ -511,6 +544,8 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
<fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
</copy>
+ <!-- Copy the launcher that we built over the pre-built binary -->
+ <antcall target="copybuiltlauncher" />
<chmod perm="755" dir="${feature.base}/qnx.photon.x86/${collectingFolder}" includes="eclipse" />
</target>

View File

@ -9,9 +9,8 @@ Epoch: 1
%define eclipse_major 3
%define eclipse_minor 1
%define eclipse_majmin %{eclipse_major}.%{eclipse_minor}
%define eclipse_micro 1
%define eclipse_micro 2
%define libname libswt3
%define build_id M20050929-0840
# All arches line up except i386 -> x86
%ifarch %{ix86}
@ -23,11 +22,11 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 1jpp_16fc
Release: 1jpp_1fc
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
Source0: http://download.eclipse.org/eclipse/downloads/drops/R-3.1.1-200509290840/eclipse-sourceBuild-srcIncluded-3.1.1.zip
Source0: http://download.eclipse.org/eclipse/downloads/drops/R-3.1.2-200601181600/eclipse-sourceBuild-srcIncluded-3.1.2.zip
Source2: %{name}.desktop
Source5: %{name}-48.png
Source6: %{name}.conf
@ -35,7 +34,7 @@ Source7: %{name}-jdt.install
Source8: %{name}-pde.install
Source9: %{name}-platform.install
Source10: %{libname}-gtk2.install
Source11: %{name}-fedora-splash-3.1.1.png
Source11: %{name}-fedora-splash-3.1.2.png
Source16: %{name}-copy-platform.sh
Source17: %{name}-efj-wrapper.sh
Source19: %{name}-filenamepatterns.txt
@ -62,9 +61,6 @@ Patch11: %{name}-libswt-mozilla.patch
Patch13: %{name}-s390ands390x.patch
# Stupid spaces in directories ...
Patch14: %{name}-s390ands390x2.patch
# Make find work. See
# https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=111736
#Patch16: %{name}-find.patch
# Build swttools.jar
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=90364
Patch18: %{name}-swttools.patch
@ -97,9 +93,6 @@ Patch36: %{name}-ecj-classpath.patch
Patch37: %{name}-gre64.conf.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=114001
Patch38: %{name}-helpindexbuilder.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=111299
Patch39: %{name}-e.o111299.patch
Patch40: %{name}-usebuiltlauncher.patch
# Build cairo libs
# Again, I hate patches with spaces in the filenames
Patch41: %{name}-libswt-cairo1.0-1.patch
@ -328,17 +321,14 @@ pushd plugins/org.eclipse.swt/Eclipse\ SWT\ PI/gtk/library
%patch0 -p0
%patch11 -p0
%if %{gcj_support}
%patch14 -p0
#%patch14 -p0
%endif
popd
%patch2 -p0
%patch4 -p0
%patch5 -p0
%if %{gcj_support}
%patch13 -p0
%endif
%if %{gcj_support}
#%patch16 -p0
#%patch13 -p0
%endif
pushd plugins/org.eclipse.swt.gtk.linux.x86_64
%patch18 -p0
@ -384,10 +374,6 @@ popd
%patch35 -p0
%patch36 -p1
%patch38 -p0
pushd plugins
%patch39 -p0
popd
%patch40 -p0
# Again, I hate spaces in patches
pushd plugins/org.eclipse.swt/Eclipse\ SWT/
%patch41 -p0
@ -1032,8 +1018,8 @@ fi
%if %{gcj_support}
# Native bits
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/org.eclipse.jdt.core_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.jdt.core_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.jdt.core_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.jdt.core_3.1.2.jar.db
%{_bindir}/ecj
%endif
@ -1054,8 +1040,8 @@ fi
%dir %{_libdir}/gcj/%{name}
%{_libdir}/gcj/%{name}/org.eclipse.jface_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.jface_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.jface.text_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.jface.text_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.jface.text_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.jface.text_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.swt.gtk.linux.%{eclipse_arch}_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.swt.gtk.linux.%{eclipse_arch}_3.1.1.jar.so
%endif
@ -1064,12 +1050,12 @@ fi
%{_bindir}/efj
%if %{gcj_support}
# Native bits
%{_libdir}/gcj/%{name}/org.eclipse.jdt.debug.ui_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.jdt.debug.ui_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.jdt.debug.ui_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.jdt.debug.ui_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.jdt.launching_3.1.0.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.jdt.launching_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.jdt.ui_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.jdt.ui_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.jdt.ui_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.jdt.ui_3.1.2.jar.so
%{_libdir}/gcj/%{name}/junitruntime.jar.db
%{_libdir}/gcj/%{name}/junitruntime.jar.so
%{_libdir}/gcj/%{name}/junitsupport.jar.db
@ -1097,8 +1083,8 @@ fi
%{_libdir}/gcj/%{name}/org.eclipse.pde.core_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.pde.runtime_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.pde.runtime_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.pde.ui_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.pde.ui_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.pde.ui_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.pde.ui_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.pde_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.pde_3.1.0.jar.db
%endif
@ -1153,14 +1139,14 @@ fi
%{_libdir}/gcj/%{name}/org.eclipse.core.commands_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.core.expressions_3.1.0.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.core.expressions_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.core.filebuffers_3.1.0.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.core.filebuffers_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.core.resources_3.1.0.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.core.resources_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.core.filebuffers_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.core.filebuffers_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.core.resources_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.core.resources_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.core.resources.compatibility_3.1.0.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.core.resources.compatibility_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.core.runtime_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.core.runtime_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.core.runtime_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.core.runtime_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.core.runtime.compatibility_3.1.0.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.core.runtime.compatibility_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.core.variables_3.1.0.jar.db
@ -1181,14 +1167,14 @@ fi
%{_libdir}/gcj/%{name}/webapp.jar.so
%{_libdir}/gcj/%{name}/tomcatwrapper.jar.db
%{_libdir}/gcj/%{name}/tomcatwrapper.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.browser_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui.browser_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.cheatsheets_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui.cheatsheets_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.console_3.1.0.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui.console_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.console_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui.console_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.editors_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui.editors_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.externaltools_3.1.1.jar.db
@ -1203,36 +1189,36 @@ fi
%{_libdir}/gcj/%{name}/org.eclipse.ui.presentations.r21_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.views_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui.views_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.workbench_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.workbench_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui.workbench.texteditor_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui.workbench.texteditor_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.workbench_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ui.workbench_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui.workbench.texteditor_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ui.workbench.texteditor_3.1.2.jar.so
%{_libdir}/gcj/%{name}/compatibility.jar.db
%{_libdir}/gcj/%{name}/compatibility.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.update.configurator_3.1.0.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.update.configurator_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.update.core_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.update.core_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.update.core_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.update.core_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.update.scheduler_3.1.0.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.update.scheduler_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.update.ui_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.update.ui_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.osgi_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.osgi_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.osgi.services_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.osgi.services_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.osgi_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.osgi_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.osgi.services_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.osgi.services_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.osgi.util_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.osgi.util_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ant.core_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ant.core_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ant.ui_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ant.ui_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ant.ui_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ant.ui_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.compare_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.compare_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.debug.core_3.1.0.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.debug.core_3.1.0.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.debug.ui_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.debug.ui_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.debug.core_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.debug.core_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.debug.ui_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.debug.ui_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ltk.ui.refactoring_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.ltk.ui.refactoring_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.ltk.core.refactoring_3.1.0.jar.so
@ -1253,8 +1239,8 @@ fi
%{_libdir}/gcj/%{name}/org.eclipse.team.cvs.ui_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.team.ui_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.team.ui_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.search_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.search_3.1.1.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.search_3.1.2.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.search_3.1.2.jar.db
%{_libdir}/gcj/%{name}/org.eclipse.text_3.1.1.jar.so
%{_libdir}/gcj/%{name}/org.eclipse.text_3.1.1.jar.db
%endif
@ -1262,9 +1248,13 @@ fi
%files platform-devel
%{_datadir}/%{name}/plugins/org.eclipse.platform.source_3.*
%{_datadir}/%{name}/features/org.eclipse.platform.source_3.*
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.1
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_%{version}
%changelog
* Tue Jan 31 2006 Andrew Overholt <overholt@redhat.com> 3.1.2-1jpp_1fc
- 3.1.2.
- Remove unnecessary patches.
* Tue Jan 31 2006 Karsten Hopp <karsten@redhat.de>
- BuildRequire: unzip

View File

@ -1,2 +1,2 @@
0d78d5f8afe767014a1cc69ee8c20869 eclipse-sourceBuild-srcIncluded-3.1.1.zip
0c2a9c7c9f8c6cd1e7264dd0be801d66 eclipse-fedora-splash-3.1.1.png
f2c8066151de14c5ccdf420266ce9f39 eclipse-sourceBuild-srcIncluded-3.1.2.zip
1ee1e19362e3ee4d3b67a6dea18961de eclipse-fedora-splash-3.1.2.png