diff options
author | Alan Conway <aconway@apache.org> | 2007-01-12 16:18:49 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-12 16:18:49 +0000 |
commit | 521ba329180b09d63797a192de657732586c7848 (patch) | |
tree | 3031b641630a16ba58ba65efd3fe8a49aa25ae21 /cpp | |
parent | 4c7633171c561811242351a70f87c40af58b99b8 (diff) | |
download | qpid-python-521ba329180b09d63797a192de657732586c7848.tar.gz |
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/trunk/qpid@495629 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/qpidc.spec | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cpp/qpidc.spec b/cpp/qpidc.spec index b9be94f62e..cadbbc34b9 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 - |