rpms/eclipse/devel eclipse.spec,1.708,1.709

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Jun 17 15:22:20 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32507/devel

Modified Files:
	eclipse.spec 
Log Message:
- Fix typo in symlinking.


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.708
retrieving revision 1.709
diff -u -p -r1.708 -r1.709
--- eclipse.spec	17 Jun 2010 11:12:32 -0000	1.708
+++ eclipse.spec	17 Jun 2010 15:22:19 -0000	1.709
@@ -27,7 +27,7 @@ Epoch:  1
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        8%{?dist}
+Release:        9%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -605,11 +605,11 @@ ln -s %{_javadir}/hamcrest/core.jar \
 
 JETTYPLUGINVERSION=$(ls plugins | grep org.mortbay.jetty.server_6 | sed 's/org.mortbay.jetty.server_//')
 rm plugins/org.mortbay.jetty.server_$JETTYPLUGINVERSION
-ln -s %{_javaadir}/jetty/jetty.jar plugins/org.mortbay.jetty.server_$JETTYPLUGINVERSION
+ln -s %{_javadir}/jetty/jetty.jar plugins/org.mortbay.jetty.server_$JETTYPLUGINVERSION
 
 JETTYUTILVERSION=$(ls plugins | grep org.mortbay.jetty.util_6 | sed 's/org.mortbay.jetty.util_//')
 rm plugins/org.mortbay.jetty.util_$JETTYUTILVERSION
-ln -s %{_javaadir}/jetty/jetty-util.jar plugins/org.mortbay.jetty.util_$JETTYUTILVERSION
+ln -s %{_javadir}/jetty/jetty-util.jar plugins/org.mortbay.jetty.util_$JETTYUTILVERSION
 
 JSCHVERSION=$(ls plugins | grep com.jcraft.jsch_ | sed 's/com.jcraft.jsch_//')
 rm plugins/com.jcraft.jsch_$JSCHVERSION
@@ -663,7 +663,7 @@ ln -s %{_javadir}/tomcat6-servlet-2.5-ap
 JSPAPIVERSION=$(ls plugins | grep javax.servlet.jsp_ | \
   sed 's/javax.servlet.jsp_//')
 rm plugins/javax.servlet.jsp_*
-ln -s %{_javadir}/tomcat6-jsp-2.1-api.jar \
+ln -s %{_javadir}/tomcat5-jsp-2.0-api.jar \
   plugins/javax.servlet.jsp_$JSPAPIVERSION
 
 ## BEGIN ANT ##
@@ -961,6 +961,9 @@ fi
 #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
 
 %changelog
+* Thu Jun 17 2010 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.2-9
+- Fix typo in symlinking.
+
 * Thu Jun 17 2010 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.2-8
 - No need to link jasper.
 



More information about the scm-commits mailing list