diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-06 20:49:05 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-06 20:49:05 +0000 |
| commit | 3f3f3d29322a02f2fc5b1f452b2f75582ffb8c26 (patch) | |
| tree | 88775e9ae983b5d2e77cd64e3f842297c13885a9 /qpid/cpp/qpidc.spec.in | |
| parent | c15d7a342bb41b9c75f590e4a5050a5e0717a03c (diff) | |
| download | qpid-python-3f3f3d29322a02f2fc5b1f452b2f75582ffb8c26.tar.gz | |
Replaced --enable-cluster option with --with-cpg to enable/disable CPG.
make rpmbuild uses --with-cpg, will fail unless openais is installed.
Normal builds respect explicit --with/--without, or use CPG if
installed when neither is specified.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@619148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/qpidc.spec.in')
| -rw-r--r-- | qpid/cpp/qpidc.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index 5262bfb4b2..04cc5cc8e7 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/cpp/qpidc.spec.in @@ -52,7 +52,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 -@SPEC_REQUIRES_OPENAIS@ +Requires: openais %description -n %{qpidd} A message broker daemon that receives stores and routes messages using @@ -63,7 +63,7 @@ Summary: Libraries and header files for developing Qpid broker extensions Group: Development/System Requires: %name-devel = %version-%release Requires: %{qpidd} = %version-%release -@SPEC_REQUIRES_OPENAIS_DEVEL@ +Requires: openais-devel %description -n %{qpidd}-devel Libraries and header files for developing extensions to the @@ -73,7 +73,7 @@ Qpid broker daemon. %setup -q %build -%configure --disable-static @SPEC_CONFIGURE_OPTS@ CXXFLAGS="-O3 -DNDEBUG" +%configure --disable-static --with-cpg CXXFLAGS="-O3 -DNDEBUG" make %{?_smp_mflags} # Remove this generated perl file, we don't need it and it upsets rpmlint. rm docs/api/html/installdox |
