rpms/eclipse/devel eclipse.spec,1.706,1.707

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Jun 17 08:54:41 UTC 2010


Author: akurtakov

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

Modified Files:
	eclipse.spec 
Log Message:
- Fix servlet and jsp apis symlinks.


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.706
retrieving revision 1.707
diff -u -p -r1.706 -r1.707
--- eclipse.spec	17 Jun 2010 08:50:38 -0000	1.706
+++ eclipse.spec	17 Jun 2010 08:54:41 -0000	1.707
@@ -27,7 +27,7 @@ Epoch:  1
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        6%{?dist}
+Release:        7%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -663,14 +663,14 @@ ln -s %{_javadir}/apache-jasper-5.5.28.j
 SERVLETAPIVERSION=$(ls plugins | grep javax.servlet_ | \
   sed 's/javax.servlet_//')
 rm plugins/javax.servlet_*
-ln -s %{_javadir}/apache-tomcat-apis/tomcat-servlet2.5-api.jar \
+ln -s %{_javadir}/tomcat6-servlet-2.5-api.jar \
   plugins/javax.servlet_$SERVLETAPIVERSION
 
 # link to jsp-api
 JSPAPIVERSION=$(ls plugins | grep javax.servlet.jsp_ | \
   sed 's/javax.servlet.jsp_//')
 rm plugins/javax.servlet.jsp_*
-ln -s %{_javadir}/apache-tomcat-apis/tomcat-jsp2.0-api.jar \
+ln -s %{_javadir}/tomcat6-jsp-2.1-api.jar \
   plugins/javax.servlet.jsp_$JSPAPIVERSION
 
 ## BEGIN ANT ##
@@ -968,6 +968,9 @@ fi
 #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
 
 %changelog
+* Thu Jun 17 2010 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.2-7
+- Fix servlet and jsp apis symlinks.
+
 * Thu Jun 17 2010 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.2-6
 - Fix jetty symlinks.
 



More information about the scm-commits mailing list