diff options
| author | Alan Conway <aconway@apache.org> | 2007-06-07 14:29:24 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-06-07 14:29:24 +0000 |
| commit | 50cd0cd44deb7b5c90e71eed1c9f3cf1666a70fe (patch) | |
| tree | 640da8126854a4e07c11ca73216b932c84e9d445 /cpp/qpidc.spec.in | |
| parent | fca1397c9ee37e92b57fd419186182cbec567435 (diff) | |
| download | qpid-python-50cd0cd44deb7b5c90e71eed1c9f3cf1666a70fe.tar.gz | |
Build support for clustering, initial CPG wrapper & tests.
- src/qpid/cluster/Cpg.cpp: C++ wrapper for the openais CPG library.
- src/tests/unit/Cpg.cpp: verify CPG functions in make check.
- makefiles etc.: build cluster stuff only if openais is installed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@545190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/qpidc.spec.in')
| -rw-r--r-- | cpp/qpidc.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index 0af92af2ed..3192c00cff 100644 --- a/cpp/qpidc.spec.in +++ b/cpp/qpidc.spec.in @@ -53,6 +53,7 @@ in C++ using Qpid. Qpid implements the AMQP messaging specification. Summary: An AMQP message broker daemon Group: System Environment/Daemons Requires: %name = %version-%release +Requires: openais %description -n %{qpidd} A message broker daemon that receives stores and routes messages using @@ -63,6 +64,7 @@ Summary: Libraries and header files for developing Qpid broker extensions Group: Development/System Requires: %name-devel = %version-%release Requires: %{qpidd} = %version-%release +Requires: openais-devel %description -n %{qpidd}-devel Libraries and header files for developing extensions to the |
