diff options
author | Nuno Santos <nsantos@apache.org> | 2008-05-09 20:10:07 +0000 |
---|---|---|
committer | Nuno Santos <nsantos@apache.org> | 2008-05-09 20:10:07 +0000 |
commit | bd21fa3d28c6b0e958667305ae87c4587d67d57c (patch) | |
tree | 83b98c7c7cafab34f12912501f25936d29935dbe /cpp | |
parent | 603062f5008305e67446ef5b98c51cb2168e54d0 (diff) | |
download | qpid-python-bd21fa3d28c6b0e958667305ae87c4587d67d57c.tar.gz |
QPID-1047: Qpidc.spec.in is missing dependencies and has misplaced files -- applied patch from Matt Farrellee
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654927 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/configure.ac | 1 | ||||
-rw-r--r-- | cpp/qpidc.spec.in | 15 |
2 files changed, 14 insertions, 2 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 646f39025d..fe99135bea 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -216,6 +216,7 @@ test $want_xml = no && use_xml=no if test $use_xml != no; then # Then see if XQilla is available AC_CHECK_LIB([xerces-c], [_init], , [use_xml=no]) + AC_CHECK_HEADER([xercesc/framework/MemBufInputSource.hpp], , [use_xml=no]) AC_CHECK_HEADER([xqilla/xqilla-simple.hpp], , [use_xml=no]) AC_CHECK_LIB([xqilla], [canonicalCombiningClassTable], , [use_xml=no]) diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index 02b5ab437a..767f826e71 100644 --- a/cpp/qpidc.spec.in +++ b/cpp/qpidc.spec.in @@ -7,7 +7,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 32%{?dist} +Release: 33%{?dist} Summary: Libraries for Qpid C++ client applications Group: System Environment/Libraries License: Apache Software License @@ -60,6 +60,9 @@ Requires: xqilla Requires: xerces-c Requires: cyrus-sasl BuildRequires: cyrus-sasl-devel +BuildRequires: xqilla-devel +BuildRequires: xerces-c-devel +BuildRequires: openais-devel %description -n %{qpidd} A message broker daemon that receives stores and routes messages using @@ -71,6 +74,8 @@ Group: Development/System Requires: %name-devel = %version-%release Requires: %{qpidd} = %version-%release Requires: openais-devel +Requires: boost-devel +Requires: xqilla-devel %description -n %{qpidd}-devel Libraries and header files for developing extensions to the @@ -114,7 +119,6 @@ make check %_libdir/libqpidcommon.so.0.1.0 %_libdir/libqpidclient.so.0 %_libdir/libqpidclient.so.0.1.0 -%config(noreplace) %_sysconfdir/qpidd.conf %files devel %defattr(-,root,root,-) @@ -139,6 +143,7 @@ make check %_libdir/libqpidcluster.so.0 %_libdir/libqpidcluster.so.0.1.0 %_sbindir/%{qpidd} +%config(noreplace) %_sysconfdir/qpidd.conf %config(noreplace) %_sysconfdir/sasl2/qpidd.conf %{_initrddir}/%{qpidd} %attr(755, qpidd, qpidd) %_localstatedir/lib/qpidd @@ -176,6 +181,12 @@ fi /sbin/ldconfig %changelog +* Fri May 9 2008 Matthew Farrellee <mfarrellee@redhat> - 0.2-33 +- Moved qpidd.conf from qpidc package to qpidd package +- Added BuildRequires xqilla-devel and xerces-c-devel to qpidd for XML Exchange +- Added BuildRequires openais-devel to qpidd for CPG +- Added missing Requires xqilla-devel to qpidd-devel + * Thu May 8 2008 Matthew Farrellee <mfarrellee@redhat> - 0.2-32 - Added sasl2 config file for qpidd - Added cyrus-sasl dependencies |