diff options
| author | Alan Conway <aconway@apache.org> | 2007-10-04 15:32:45 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-10-04 15:32:45 +0000 |
| commit | f6afed79c8618f02431bdd9d3ca25e75deef184e (patch) | |
| tree | 4eb872f1ee7bad57cf1a8cdfd127ffbfd86fcf0b /qpid/cpp/qpidc.spec.in | |
| parent | 8ca58fe792954288bd89b8a6a0ed41e5396ae74b (diff) | |
| download | qpid-python-f6afed79c8618f02431bdd9d3ca25e75deef184e.tar.gz | |
* docs/man/qpidd.x: Explain configuration options.
* etc/qpidd.conf: Placeholder configuration file.
* qpidc.spec.in: Install qpidd.conf
* Makefile.am: Install qpidd.conf
* src/qpid/Options.cpp, h, src/qpidd.cpp: Option formatting fixes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/qpidc.spec.in')
| -rw-r--r-- | qpid/cpp/qpidc.spec.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index adb3297a2c..6f0bc1ba2f 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/cpp/qpidc.spec.in @@ -5,7 +5,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 7%{?dist} +Release: 8%{?dist} Summary: Libraries for Qpid C++ client applications Group: System Environment/Libraries License: Apache Software License @@ -95,6 +95,7 @@ make check %_libdir/libqpidcommon.so.0.1.0 %_libdir/libqpidclient.so.0 %_libdir/libqpidclient.so.0.1.0 +%_sysconfdir/qpidd.conf %files devel %defattr(-,root,root,-) @@ -149,6 +150,10 @@ fi %changelog +* Thu Oct 4 2007 Alan Conway <aconway@redhat.com> - 0.2-8 +- Added qpidd.conf configuration file. +- Updated man page to detail configuration options. + * Thu Sep 20 2007 Alan Conway <aconway@redhat.com> - 0.2-7 - Removed apr dependency. |
