summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-13 19:44:09 +0000
committerAlan Conway <aconway@apache.org>2007-03-13 19:44:09 +0000
commitff75a432453514385611062c61b63a0aea9c4de8 (patch)
tree7a3088d45cb79416d1d7b876ab7f8b61734acfcc
parent1155e5dd4427bf60e929f095f31e38f230273927 (diff)
downloadqpid-python-ff75a432453514385611062c61b63a0aea9c4de8.tar.gz
Merged revisions 495629 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid ........ r495629 | aconway | 2007-01-12 11:18:49 -0500 (Fri, 12 Jan 2007) | 5 lines 2007-01-11 Jim Meyering <jim@meyering.net> * qpidc.spec (Requires): Remove apr and cppunit, both redundant. Suggestion from Jason Tibbitts. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@517830 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/qpidc.spec9
1 files changed, 3 insertions, 6 deletions
diff --git a/cpp/qpidc.spec b/cpp/qpidc.spec
index d6f71c939a..3017eac26f 100644
--- a/cpp/qpidc.spec
+++ b/cpp/qpidc.spec
@@ -24,15 +24,14 @@ BuildRequires: pkgconfig
BuildRequires: e2fsprogs-devel
BuildRequires: apr-devel
-Requires: apr
Requires: boost
Requires(post):/sbin/chkconfig
Requires(preun):/sbin/chkconfig
Requires(preun):/sbin/service
-Requires(postun): /sbin/service
+Requires(postun):/sbin/service
-%description
+%description
Run-time libraries for AMQP client applications developed using Qpid
C++. Clients exchange messages with an AMQP message broker using
the AMQP protocol.
@@ -44,7 +43,6 @@ Requires: %name = %version-%release
Requires: libtool
Requires: apr-devel
Requires: boost-devel
-Requires: cppunit
Requires: cppunit-devel
%description devel
@@ -134,10 +132,9 @@ fi
%changelog
* Mon Dec 22 2006 Alan Conway <aconway@redhat.com> - 0.1-1
-- Fixed all rpmlint complaints (with help from David Lutterkort)
+- Fixed all rpmlint complaints (with help from David Lutterkort)
- Added qpidd --daemon behaviour, fix init.rc scripts
* Fri Dec 8 2006 David Lutterkort <dlutter@redhat.com> - 0.1-1
- Initial version based on Jim Meyering's sketch and discussions with Alan
Conway
-