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

David Walluck dwalluck at fedoraproject.org
Wed Oct 22 21:03:55 UTC 2008


Author: dwalluck

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

Modified Files:
	tomcat5.spec 
Log Message:
- change jasper-eclipse location from %%{_datadir} to %%{_libdir}


Index: tomcat5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomcat5/devel/tomcat5.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- tomcat5.spec	14 Oct 2008 16:17:38 -0000	1.122
+++ tomcat5.spec	22 Oct 2008 21:03:24 -0000	1.123
@@ -71,7 +71,7 @@
 Name: tomcat5
 Epoch: 0
 Version: %{majversion}.%{minversion}
-Release: 4.7%{dist}
+Release: 4.8%{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}%{_datadir}/eclipse/plugins
-%{__cp} -p org.apache.jasper_5.5.17.v200706111724.jar ${RPM_BUILD_ROOT}%{_datadir}/eclipse/plugins
+%{__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
 %endif
 
 %if %{gcj_support}
@@ -1342,12 +1342,15 @@
 %if %{with_ecj}
 %files jasper-eclipse
 %defattr(0644,root,root,0755)
-%dir %{_datadir}/eclipse
-%dir %{_datadir}/eclipse/plugins
-%{_datadir}/eclipse/plugins/org.apache.jasper_*
+%dir %{_libdir}/eclipse
+%dir %{_libdir}/eclipse/plugins
+%{_libdir}/eclipse/plugins/org.apache.jasper_*
 %endif
 
 %changelog
+* Wed Oct 22 2008 David Walluck <dwalluck at redhat.com> 0:5.5.27-4.8
+- change jasper-eclipse location from %%{_datadir} to %%{_libdir}
+
 * Tue Oct 14 2008 David Walluck <dwalluck at redhat.com> 0:5.5.27-4.7
 - comment out some GCJ files which are not produced during build
 




More information about the scm-commits mailing list