[RPM (6.0)] [DIST generic] jackrabbit21-2.1.6-4.jpp6

Ralph Apel <[email protected]> Sat, 16 Feb 2013 18:00:29 +0100
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : jackrabbit21                 Relocations: (not relocatable)
Version     : 2.1.6                             Vendor: JPackage Project
Release     : 4.jpp6                        Build Date: Sat 16 Feb 2013 04:54:41 PM CET
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries/Application Frameworks   Source RPM: (none)
Size        : 6730141                          License: Apache Software License 2.0
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://jackrabbit.apache.org/
Summary     : Apache Jackrabbit JCR 2.0 Implementation
Description :
Apache Jackrabbit is a fully conforming implementation of
the Content Repository for Java Technology API (JCR,
specified in JSR 170 and 283).
A content repository is a hierarchical content store with
support for structured and unstructured content, full text
search, versioning, transactions, observation, and more.
Apache Jackrabbit is a project of the Apache Software
Foundation.

---------------
Ralph Apel <r.apel at r-apel.de> 0:2.1.6-4
- Fix CFG variable name
---------------
jackrabbit21.src: W: source-or-patch-not-bzipped jackrabbit21-JackrabbitParser.patch
jackrabbit21.src: W: no-signature
jackrabbit21.src: W: invalid-license Apache Software License 2.0
1 packages and 0 specfiles checked; 0 errors, 3 warnings.

---------------
Index: jackrabbit21.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/jackrabbit21/jackrabbit21.spec,v
retrieving revision 1.3
diff -u -r1.3 jackrabbit21.spec
--- jackrabbit21.spec	14 Feb 2013 14:33:57 -0000	1.3
+++ jackrabbit21.spec	16 Feb 2013 17:00:28 -0000
@@ -37,7 +37,7 @@
 
 Name:           jackrabbit21
 Version:        2.1.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Epoch:          0
 Summary:        Apache Jackrabbit JCR 2.0 Implementation
 License:        Apache Software License 2.0
@@ -372,6 +372,9 @@
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Sat Feb 16 2013 Ralph Apel <r.apel at r-apel.de> 0:2.1.6-4
+- Fix CFG variable name
+
 * Thu Feb 14 2013 Ralph Apel <r.apel at r-apel.de> 0:2.1.6-3
 - Create and use "jackrabbit" OS user
 - Add start script for standalone server
Index: jackrabbit21.wrapper
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/jackrabbit21/jackrabbit21.wrapper,v
retrieving revision 1.1
diff -u -r1.1 jackrabbit21.wrapper
--- jackrabbit21.wrapper	14 Feb 2013 14:33:57 -0000	1.1
+++ jackrabbit21.wrapper	16 Feb 2013 17:00:28 -0000
@@ -9,7 +9,7 @@
 
 # Get the tomcat config (use this for environment specific settings)
 if [ -z "${JACKRABBIT_CFG}" ]; then
-  TOMCAT_CFG="/etc/jackrabbit21/jackrabbit21.conf"
+  JACKRABBIT_CFG="/etc/jackrabbit21/jackrabbit21.conf"
 fi
 
 if [ -r "$JACKRABBIT_CFG" ]; then