You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2007/03/13 20:44:09 UTC

svn commit: r517830 - in /incubator/qpid/branches/qpid.0-9: ./ cpp/qpidc.spec

Author: aconway
Date: Tue Mar 13 12:44:09 2007
New Revision: 517830

URL: http://svn.apache.org/viewvc?view=rev&rev=517830
Log:
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  <ji...@meyering.net>
  
  	* qpidc.spec (Requires): Remove apr and cppunit, both redundant.
  	Suggestion from Jason Tibbitts.
........

Modified:
    incubator/qpid/branches/qpid.0-9/   (props changed)
    incubator/qpid/branches/qpid.0-9/cpp/qpidc.spec

Propchange: incubator/qpid/branches/qpid.0-9/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Mar 13 12:44:09 2007
@@ -1 +1 @@
-/incubator/qpid/trunk/qpid:1-492620,492636,492641,492756,493126-493151,494540,494553,494587
+/incubator/qpid/trunk/qpid:1-492620,492636,492641,492756,493126-493151,494540,494553,494587,495629

Modified: incubator/qpid/branches/qpid.0-9/cpp/qpidc.spec
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/qpid.0-9/cpp/qpidc.spec?view=diff&rev=517830&r1=517829&r2=517830
==============================================================================
--- incubator/qpid/branches/qpid.0-9/cpp/qpidc.spec (original)
+++ incubator/qpid/branches/qpid.0-9/cpp/qpidc.spec Tue Mar 13 12:44:09 2007
@@ -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 <ac...@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 <dl...@redhat.com> - 0.1-1
 - Initial version based on Jim Meyering's sketch and discussions with Alan
   Conway
-