rpms/tomcat5/devel tomcat5.spec,1.123,1.124

David Walluck dwalluck at fedoraproject.org
Wed Oct 22 21:48:30 UTC 2008


Author: dwalluck

Update of /cvs/pkgs/rpms/tomcat5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17444

Modified Files:
	tomcat5.spec 
Log Message:
- revert jasper-eclipse location change as it won't work on noarch


Index: tomcat5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomcat5/devel/tomcat5.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- tomcat5.spec	22 Oct 2008 21:03:24 -0000	1.123
+++ tomcat5.spec	22 Oct 2008 21:47:59 -0000	1.124
@@ -71,7 +71,7 @@
 Name: tomcat5
 Epoch: 0
 Version: %{majversion}.%{minversion}
-Release: 4.8%{dist}
+Release: 4.9%{dist}
 Summary: Apache Servlet/JSP Engine, RI for Servlet 2.4/JSP 2.0 API
 
 Group: Networking/Daemons
@@ -915,8 +915,8 @@
 %endif
 
 %if %{with_ecj}
-%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{_libdir}/eclipse/plugins
-%{__cp} -p org.apache.jasper_5.5.17.v200706111724.jar ${RPM_BUILD_ROOT}%{_libdir}/eclipse/plugins
+%{__install} -d -m 755 ${RPM_BUILD_ROOT}%{_datadir}/eclipse/plugins
+%{__cp} -p org.apache.jasper_5.5.17.v200706111724.jar ${RPM_BUILD_ROOT}%{_datadir}/eclipse/plugins
 %endif
 
 %if %{gcj_support}
@@ -1342,12 +1342,15 @@
 %if %{with_ecj}
 %files jasper-eclipse
 %defattr(0644,root,root,0755)
-%dir %{_libdir}/eclipse
-%dir %{_libdir}/eclipse/plugins
-%{_libdir}/eclipse/plugins/org.apache.jasper_*
+%dir %{_datadir}/eclipse
+%dir %{_datadir}/eclipse/plugins
+%{_datadir}/eclipse/plugins/org.apache.jasper_*
 %endif
 
 %changelog
+* Wed Oct 22 2008 David Walluck <dwalluck at redhat.com> 0:5.5.27-4.9
+- revert jasper-eclipse location change as it won't work on noarch
+
 * Wed Oct 22 2008 David Walluck <dwalluck at redhat.com> 0:5.5.27-4.8
 - change jasper-eclipse location from %%{_datadir} to %%{_libdir}
 




More information about the fedora-extras-commits mailing list