This addresses the last of the comments posted against:
Review Request: qpidc - C++ implementation of AMQP messaging spec from...
<http://bugzilla.redhat.com/220630>.
also cleans up some trailing blanks.
2007-01-11 Jim Meyering <[EMAIL PROTECTED]>
* qpidc.spec (Requires): Remove apr and cppunit, both redundant.
Suggestion from Jason Tibbitts.
Index: qpidc.spec
===================================================================
--- qpidc.spec (revision 495406)
+++ qpidc.spec (working copy)
@@ -24,15 +24,14 @@
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: libtool
Requires: apr-devel
Requires: boost-devel
-Requires: cppunit
Requires: cppunit-devel
%description devel
@@ -134,10 +132,9 @@
%changelog
* Mon Dec 22 2006 Alan Conway <[EMAIL PROTECTED]> - 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 <[EMAIL PROTECTED]> - 0.1-1
- Initial version based on Jim Meyering's sketch and discussions with Alan
Conway
-