Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion activemq.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define debug_package %{nil}

%global amqversion 5.4.2
%global amqversion 5.6.0
# If this is a snapshot, put the date here and uncomment
#global snapshot_version 20100519

Expand Down
2 changes: 1 addition & 1 deletion sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
804c1a4c01b80321a743648add1fdd06 apache-activemq-5.4.2-bin.tar.gz
f60afd8605269d9d4a4ef78e4053c8c7 apache-activemq-5.6.0-bin.tar.gz
20 changes: 12 additions & 8 deletions wrapper.conf.patch
Original file line number Diff line number Diff line change
@@ -1,49 +1,53 @@
diff -uNr apache-activemq-5.3.2/bin/linux-x86-32/wrapper.conf apache-activemq-5.3.2p/bin/linux-x86-32/wrapper.conf
--- apache-activemq-5.3.2/bin/linux-x86-32/wrapper.conf 2010-04-27 00:23:58.000000000 +0200
+++ apache-activemq-5.3.2p/bin/linux-x86-32/wrapper.conf 2010-05-16 10:56:40.000000000 +0200
@@ -20,9 +20,9 @@
@@ -20,11 +20,11 @@
#********************************************************************

#wrapper.debug=TRUE
-set.default.ACTIVEMQ_HOME=../..
-set.default.ACTIVEMQ_BASE=../..
-wrapper.working.dir=.
+set.default.ACTIVEMQ_HOME=/usr/share/activemq
+set.default.ACTIVEMQ_BASE=/usr/share/activemq
set.default.ACTIVEMQ_CONF=%ACTIVEMQ_BASE%/conf
set.default.ACTIVEMQ_DATA=%ACTIVEMQ_BASE%/data
-wrapper.working.dir=.
+wrapper.working.dir=/var/log/activemq

# Java Application
wrapper.java.command=java
@@ -85,7 +85,7 @@
@@ -89,7 +89,7 @@
wrapper.console.loglevel=INFO

# Log file to use for wrapper output logging.
-wrapper.logfile=%ACTIVEMQ_BASE%/data/wrapper.log
-wrapper.logfile=%ACTIVEMQ_DATA%/wrapper.log
+wrapper.logfile=%ACTIVEMQ_BASE%/log/wrapper.log

# Format of output for the log file. (See docs for formats)
wrapper.logfile.format=LPTM
diff -uNr apache-activemq-5.3.2/bin/linux-x86-64/wrapper.conf apache-activemq-5.3.2p/bin/linux-x86-64/wrapper.conf
--- apache-activemq-5.3.2/bin/linux-x86-64/wrapper.conf 2010-04-27 00:23:58.000000000 +0200
+++ apache-activemq-5.3.2p/bin/linux-x86-64/wrapper.conf 2010-05-16 10:56:52.000000000 +0200
@@ -20,9 +20,9 @@
@@ -20,11 +20,11 @@
#********************************************************************

#wrapper.debug=TRUE
-set.default.ACTIVEMQ_HOME=../..
-set.default.ACTIVEMQ_BASE=../..
-wrapper.working.dir=.
+set.default.ACTIVEMQ_HOME=/usr/share/activemq
+set.default.ACTIVEMQ_BASE=/usr/share/activemq
set.default.ACTIVEMQ_CONF=%ACTIVEMQ_BASE%/conf
set.default.ACTIVEMQ_DATA=%ACTIVEMQ_BASE%/data
-wrapper.working.dir=.
+wrapper.working.dir=/var/log/activemq

# Java Application
wrapper.java.command=java
@@ -85,7 +85,7 @@
@@ -89,7 +89,7 @@
wrapper.console.loglevel=INFO

# Log file to use for wrapper output logging.
-wrapper.logfile=%ACTIVEMQ_BASE%/data/wrapper.log
-wrapper.logfile=%ACTIVEMQ_DATA%/wrapper.log
+wrapper.logfile=%ACTIVEMQ_BASE%/log/wrapper.log

# Format of output for the log file. (See docs for formats)
Expand Down