rpms/qpidc/devel qpidc.spec,1.6,1.7 sources,1.7,1.8

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Thu Oct 25 22:13:55 UTC 2007


Author: nsantos

Update of /cvs/extras/rpms/qpidc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25673

Modified Files:
	qpidc.spec sources 
Log Message:
moved to 0.2-6


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/qpidc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qpidc.spec	17 Apr 2007 20:48:31 -0000	1.6
+++ qpidc.spec	25 Oct 2007 22:13:22 -0000	1.7
@@ -5,7 +5,7 @@
 
 Name:           qpidc
 Version:        0.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 Group:          System Environment/Libraries
 License:        Apache Software License
@@ -23,8 +23,8 @@
 BuildRequires: libtool
 BuildRequires: pkgconfig
 
-Requires: boost
 Requires: apr
+Requires: boost
 
 Requires(post):/sbin/chkconfig
 Requires(preun):/sbin/chkconfig
@@ -53,6 +53,7 @@
 Group: System Environment/Daemons
 Requires: %name = %version-%release
 
+
 %description -n %{qpidd}
 A message broker daemon that receives stores and routes messages using
 the open AMQP messaging protocol.
@@ -63,6 +64,7 @@
 Requires: %name-devel = %version-%release
 Requires: %{qpidd} = %version-%release
 
+
 %description -n %{qpidd}-devel
 Libraries and header files for developing extensions to the
 Qpid broker daemon.
@@ -71,7 +73,7 @@
 %setup -q
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-cluster CXXFLAGS="-O3 -DNDEBUG"
 make %{?_smp_mflags}
 # Remove this generated perl file, we don't need it and it upsets rpmlint.
 rm docs/api/html/installdox
@@ -111,15 +113,18 @@
 %defattr(-,root,root,-)
 %_libdir/libqpidbroker.so.0
 %_libdir/libqpidbroker.so.0.1.0
+%_libdir/libqpidcluster.so.0
+%_libdir/libqpidcluster.so.0.1.0
 %_sbindir/%{qpidd}
 %{_initrddir}/%{qpidd}
 %doc %_mandir/man1/%{qpidd}.*
 
 %files -n %{qpidd}-devel
 %defattr(-,root,root,-)
-%doc rpm/README.qpidd-devel 
+%doc rpm/README.qpidd-devel
 %defattr(-,root,root,-)
 %_libdir/libqpidbroker.so
+%_libdir/libqpidcluster.so
 %_includedir/qpid/broker
 
 %post -p /sbin/ldconfig
@@ -146,6 +151,10 @@
 
 %changelog
 
+
+* Wed Aug 1 2007 Alan Conway <aconway at redhat.com> - 0.2-6
+- added --disable-cluster flag
+
 * Tue Apr 17 2007 Alan Conway <aconway at redhat.com> - 0.2-5
 - Add missing Requires: e2fsprogs-devel for qpidc-devel.
 
@@ -159,7 +168,7 @@
 - Bugfix for memory errors on x86_64.
 
 * Thu Apr 12 2007 Alan Conway <aconway at redhat.com> - 0.2-1
-- Bumped version number for rhm dependencies. 
+- Bumped version number for rhm dependencies.
 
 * Wed Apr 11 2007 Alan Conway <aconway at redhat.com> - 0.1-5
 - Add qpidd-devel sub-package.
@@ -170,7 +179,7 @@
 - Add --disable-static.
 
 * Thu Jan 25 2007 Alan Conway <aconway at redhat.com> - 0.1-3
-- Applied Jim Meyerings fixes from http://mail-archives.apache.org/mod_mbox/incubator-qpid-dev/200701.mbox/%3c87hcugzmyp.fsf@rho.meyering.net%3e
+- Applied Jim Meyerings fixes from http://mail-archives.apache.org/mod_mbox/incubator-qpid-dev/200701.mbox/<87hcugzmyp.fsf@rho.meyering.net>
 
 * Mon Dec 22 2006 Alan Conway <aconway at redhat.com> - 0.1-1
 - Fixed all rpmlint complaints (with help from David Lutterkort)
@@ -179,4 +188,3 @@
 * Fri Dec  8 2006 David Lutterkort <dlutter at redhat.com> - 0.1-1
 - Initial version based on Jim Meyering's sketch and discussions with Alan
   Conway
-


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	17 Apr 2007 20:48:31 -0000	1.7
+++ sources	25 Oct 2007 22:13:22 -0000	1.8
@@ -1 +1 @@
-3c9ec5d142146fd7343893d1ef2ab815  qpidc-0.2.tar.gz
+6e8536818b031943904ff0cc73829389  qpidc-0.2.tar.gz




More information about the fedora-extras-commits mailing list