[RPM (6.0)] [DIST generic] tomcat7-7.0.39-3.jpp6

Ralph Apel <[email protected]> Sun, 14 Apr 2013 13:56:13 +0200
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : tomcat7                      Relocations: (not relocatable)
Version     : 7.0.39                            Vendor: JPackage Project
Release     : 3.jpp6                        Build Date: Sun 14 Apr 2013 01:42:19 PM CEST
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Networking/Daemons            Source RPM: (none)
Size        : 6320139                          License: ASL 2.0
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://tomcat.apache.org/
Summary     : Apache Servlet/JSP Engine, RI for Servlet 3.0/JSP 2.2 API
Description :
Tomcat is the servlet container that is used in the official Reference
Implementation for the Java Servlet and JavaServer Pages technologies.
The Java Servlet and JavaServer Pages specifications are developed by
Sun under the Java Community Process.

Tomcat is developed in an open and participatory environment and
released under the Apache Software License version 2.0. Tomcat is intended
to be a collaboration of the best-of-breed developers from around the world.

---------------
Ralph Apel <[email protected]> 0:7.0.39-3
- Fix typo in init
---------------
tomcat7.src:191: W: unversioned-explicit-provides jsp22
tomcat7.src:219: W: unversioned-explicit-provides servlet7
tomcat7.src:220: W: unversioned-explicit-provides servlet30
tomcat7.src: W: strange-permission tomcat7-7.0.starter 0775
tomcat7.src: W: strange-permission commons-dbcp-1.4-src.tar.gz 0675
tomcat7.src: W: strange-permission commons-logging-1.1.1-src.tar.gz 0675
tomcat7.src: W: source-or-patch-not-bzipped tomcat7-build.patch
tomcat7.src: W: source-or-patch-not-bzipped tomcat7-JDTCompiler.patch
tomcat7.src: W: non-standard-group Networking/Daemons
tomcat7.src: W: no-signature
tomcat7.src: W: mixed-use-of-spaces-and-tabs (spaces: line 140, tab: line 283)
tomcat7.src: W: lib-package-without-%mklibname
tomcat7.src: W: invalid-license ASL 2.0
tomcat7.src:138: W: hardcoded-library-path in /lib/lsb/init-functions
tomcat7.src:139: W: hardcoded-library-path in /lib/lsb/init-functions
1 packages and 0 specfiles checked; 0 errors, 15 warnings.

---------------
Index: tomcat7-7.0.init
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/tomcat7/tomcat7-7.0.init,v
retrieving revision 1.3
diff -u -r1.3 tomcat7-7.0.init
--- tomcat7-7.0.init	14 Apr 2013 11:37:57 -0000	1.3
+++ tomcat7-7.0.init	14 Apr 2013 11:56:12 -0000
@@ -122,7 +122,7 @@
         rm -rf ${CATALINA_BASE}/logs
         ln -fs /var/log/${NAME} ${CATALINA_BASE}/logs
         ln -fs /usr/share/java/tomcat7 ${CATALINA_BASE}/lib
-        ln -fs /var/lib/${name}/webapps ${CATALINA_BASE}/webapps
+        ln -fs /var/lib/${NAME}/webapps ${CATALINA_BASE}/webapps
         chown ${TOMCAT_USER}:${TOMCAT_USER} /var/lib/${NAME}
         chown ${TOMCAT_USER}:${TOMCAT_USER} /var/log/${NAME}
         chown ${TOMCAT_USER}:${TOMCAT_USER} /var/cache/${NAME}
Index: tomcat7.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/tomcat7/tomcat7.spec,v
retrieving revision 1.6
diff -u -r1.6 tomcat7.spec
--- tomcat7.spec	14 Apr 2013 11:37:57 -0000	1.6
+++ tomcat7.spec	14 Apr 2013 11:56:12 -0000
@@ -59,7 +59,7 @@
 Name: tomcat7
 Epoch: 0
 Version: %{major_version}.%{minor_version}.%{micro_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
 
 Group: Networking/Daemons
@@ -702,6 +702,9 @@
 %{appdir}/sample
 
 %changelog
+* Sun Apr 14 2013 Ralph Apel <[email protected]> 0:7.0.39-3
+- Fix typo in init
+
 * Sun Apr 14 2013 Ralph Apel <[email protected]> 0:7.0.39-2
 - Fix bug analogous to 356 for tomcat6