- Fix dep in rcp sub-package.
This commit is contained in:
parent
8d14de6906
commit
bc52b626fa
15
eclipse.spec
15
eclipse.spec
@ -19,7 +19,7 @@ Epoch: 1
|
|||||||
Summary: An open, extensible IDE
|
Summary: An open, extensible IDE
|
||||||
Name: eclipse
|
Name: eclipse
|
||||||
Version: %{eclipse_majmin}.%{eclipse_micro}
|
Version: %{eclipse_majmin}.%{eclipse_micro}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Eclipse Public License
|
License: Eclipse Public License
|
||||||
Group: Text Editors/Integrated Development Environments (IDE)
|
Group: Text Editors/Integrated Development Environments (IDE)
|
||||||
URL: http://www.eclipse.org/
|
URL: http://www.eclipse.org/
|
||||||
@ -157,7 +157,7 @@ Requires: %{libname}-gtk2 = %{epoch}:%{version}-%{release}
|
|||||||
Requires: %{_libdir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_3.3.0.v3346.jar
|
Requires: %{_libdir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_3.3.0.v3346.jar
|
||||||
Requires(post): %{libname}-gtk2 = %{epoch}:%{version}-%{release}
|
Requires(post): %{libname}-gtk2 = %{epoch}:%{version}-%{release}
|
||||||
Requires(postun): %{libname}-gtk2 = %{epoch}:%{version}-%{release}
|
Requires(postun): %{libname}-gtk2 = %{epoch}:%{version}-%{release}
|
||||||
Requires: icu4j-eclipse > = 3.6.1
|
Requires: icu4j-eclipse >= 3.6.1
|
||||||
%if %{gcj_support}
|
%if %{gcj_support}
|
||||||
Requires: libgcj >= 4.0.2
|
Requires: libgcj >= 4.0.2
|
||||||
Requires(post): java-gcj-compat >= 1.0.64
|
Requires(post): java-gcj-compat >= 1.0.64
|
||||||
@ -607,6 +607,10 @@ ln -s %{_javadir}/jsch.jar plugins/com.jcraft.jsch_0.1.31.jar
|
|||||||
rm plugins/com.ibm.icu_3.6.1.v20070417.jar
|
rm plugins/com.ibm.icu_3.6.1.v20070417.jar
|
||||||
ln -s %{_datadir}/eclipse/plugins/com.ibm.icu_3.6.1.v20070417.jar plugins/com.ibm.icu_3.6.1.v20070417.jar
|
ln -s %{_datadir}/eclipse/plugins/com.ibm.icu_3.6.1.v20070417.jar plugins/com.ibm.icu_3.6.1.v20070417.jar
|
||||||
|
|
||||||
|
# link to lucene
|
||||||
|
rm plugins/org.apache.lucene_1.9.1.v200706111724.jar
|
||||||
|
ln -s %{_javadir}/lucene.jar plugins/org.apache.lucene_1.9.1.v200706111724.jar
|
||||||
|
|
||||||
# delete included jars
|
# delete included jars
|
||||||
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=170662
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=170662
|
||||||
rm plugins/org.eclipse.swt.win32.win32.x86/swt.jar \
|
rm plugins/org.eclipse.swt.win32.win32.x86/swt.jar \
|
||||||
@ -1052,6 +1056,10 @@ ln -s %{_javadir}/jsch.jar plugins/com.jcraft.jsch_0.1.31.jar
|
|||||||
rm plugins/com.ibm.icu_3.6.1.v20070417.jar
|
rm plugins/com.ibm.icu_3.6.1.v20070417.jar
|
||||||
ln -s %{_datadir}/eclipse/plugins/com.ibm.icu_3.6.1.v20070417.jar plugins/com.ibm.icu_3.6.1.v20070417.jar
|
ln -s %{_datadir}/eclipse/plugins/com.ibm.icu_3.6.1.v20070417.jar plugins/com.ibm.icu_3.6.1.v20070417.jar
|
||||||
|
|
||||||
|
# link to lucene
|
||||||
|
rm plugins/org.apache.lucene_1.9.1.v200706111724.jar
|
||||||
|
ln -s %{_javadir}/lucene.jar plugins/org.apache.lucene_1.9.1.v200706111724.jar
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Ensure that the zip files are the same across all builds.
|
# Ensure that the zip files are the same across all builds.
|
||||||
@ -1609,6 +1617,9 @@ fi
|
|||||||
%{_libdir}/%{name}/plugins/org.eclipse.sdk_*
|
%{_libdir}/%{name}/plugins/org.eclipse.sdk_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 16 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-2
|
||||||
|
- Fix dep in rcp sub-package.
|
||||||
|
|
||||||
* Fri Jun 29 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-1
|
* Fri Jun 29 2007 Ben Konrath <bkonrath@redhat.com> 3.3.0-1
|
||||||
- 3.3.
|
- 3.3.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user