summaryrefslogtreecommitdiff
path: root/cpp/qpidc.spec.in
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-04-30 18:08:17 +0000
committerAlan Conway <aconway@apache.org>2007-04-30 18:08:17 +0000
commitb16914a34d89e4b99eceb0a3f5b277d454c4e39f (patch)
tree669e6c913361f3fb1ce27e5159534f1290238720 /cpp/qpidc.spec.in
parent80b492223507dbb4a64a3e1c5e6e3f65ac53afa1 (diff)
downloadqpid-python-b16914a34d89e4b99eceb0a3f5b277d454c4e39f.tar.gz
* README: added new dependency, libdaemon.
* qpidc.spec.in: libdaemon dependencies. * broker/Daemon.h|cpp: Daemon and pid file management, wrapper for libdaemon. * qpidd.cpp modifid flags -d [ --daemon ] - waits till deamon is listening before returning. * qpidd.cpp: new flags -q [ --quit ] Stop the running daemon politely. -k [ --kill ] Kill the running daemon harshly. -c [ --check ] If daemon is running return 0. --wait SECONDS (=10) Maximum wait for daemon response. --ppid Print daemon pid to stdout * tests/dameon_test: Test daemon startup, shutdown. * deleted tests/broker: obsolete script. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@533819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/qpidc.spec.in')
-rw-r--r--cpp/qpidc.spec.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in
index 9b7cb4ef91..871e8b9c86 100644
--- a/cpp/qpidc.spec.in
+++ b/cpp/qpidc.spec.in
@@ -13,17 +13,19 @@ URL: http://rhm.et.redhat.com/qpidc/
Source0: http://rhm.et.redhat.com/download/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libtool
+BuildRequires: apr-devel
BuildRequires: boost-devel
BuildRequires: cppunit-devel
BuildRequires: doxygen
+BuildRequires: e2fsprogs-devel
BuildRequires: graphviz
BuildRequires: help2man
+BuildRequires: libdaemon-devel
+BuildRequires: libtool
BuildRequires: pkgconfig
-BuildRequires: e2fsprogs-devel
-BuildRequires: apr-devel
Requires: boost
+Requires: libdaemon
Requires(post):/sbin/chkconfig
Requires(preun):/sbin/chkconfig