rpms/eclipse/devel eclipse.spec,1.450,1.451

Ben Konrath (bkonrath) fedora-extras-commits at redhat.com
Mon Jul 16 16:00:10 UTC 2007


Author: bkonrath

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2515

Modified Files:
	eclipse.spec 
Log Message:
* Fri Jul 16 2007 Ben Konrath <bkonrath at redhat.com> 3.3.0-2
- Fix dep in rcp sub-package.



Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.450
retrieving revision 1.451
diff -u -r1.450 -r1.451
--- eclipse.spec	13 Jul 2007 15:18:45 -0000	1.450
+++ eclipse.spec	16 Jul 2007 15:59:37 -0000	1.451
@@ -19,7 +19,7 @@
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        1%{?dist} 
+Release:        2%{?dist} 
 License:        Eclipse Public License
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -157,7 +157,7 @@
 Requires: %{_libdir}/%{name}/plugins/org.eclipse.swt.gtk.linux.%{eclipse_arch}_3.3.0.v3346.jar
 Requires(post):     %{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}
 Requires:           libgcj >= 4.0.2
 Requires(post):     java-gcj-compat >= 1.0.64
@@ -607,6 +607,10 @@
 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
 
+# 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
 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=170662
 rm plugins/org.eclipse.swt.win32.win32.x86/swt.jar \
@@ -1052,6 +1056,10 @@
 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
 
+# 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
 
 # Ensure that the zip files are the same across all builds.
@@ -1609,6 +1617,9 @@
 %{_libdir}/%{name}/plugins/org.eclipse.sdk_*
 
 %changelog
+* Fri Jul 16 2007 Ben Konrath <bkonrath at redhat.com> 3.3.0-2
+- Fix dep in rcp sub-package.
+
 * Fri Jun 29 2007 Ben Konrath <bkonrath at redhat.com> 3.3.0-1
 - 3.3.
 




More information about the scm-commits mailing list