rpms/qpidc/devel .cvsignore, 1.11, 1.12 qpidc.spec, 1.51, 1.52 sources, 1.27, 1.28

Nuno Santos nsantos at fedoraproject.org
Mon Dec 1 16:30:53 UTC 2008


Author: nsantos

Update of /cvs/extras/rpms/qpidc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25356

Modified Files:
	.cvsignore qpidc.spec sources 
Log Message:
Rebased to svn rev 720979


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	25 Nov 2008 22:28:29 -0000	1.11
+++ .cvsignore	1 Dec 2008 16:30:23 -0000	1.12
@@ -1 +1 @@
-qpidc-0.3.720585.tar.gz
+qpidc-0.3.720979.tar.gz


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/qpidc.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- qpidc.spec	29 Nov 2008 17:21:04 -0000	1.51
+++ qpidc.spec	1 Dec 2008 16:30:23 -0000	1.52
@@ -1,13 +1,13 @@
 #
-# Spec file for Qpid C++ packages: qpidc qpidc-devel, qpidd, qpidd-devel
+# Spec file for Qpid C++ packages: qpidc, qpidc-devel, qpidd, qpidd-devel
 # svn revision: $Rev: 654927 $
 #
 
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           qpidc
-Version: 	0.3.720585
-Release:        2%{?dist}
+Version:        0.3.720979
+Release:        1%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 Group:          System Environment/Libraries
 License:        ASL 2.0
@@ -32,6 +32,7 @@
 BuildRequires: xqilla-devel
 BuildRequires: xerces-c-devel
 BuildRequires: openais-devel
+BuildRequires: cman-devel
 
 Requires: boost
 
@@ -156,7 +157,9 @@
 Summary: Cluster support for the Qpid daemon
 Group: System Environment/Daemons
 Requires: qpidd = %version-%release
+Requires: qpidc = %version-%release
 Requires: openais
+Requires: cman
 
 %description -n qpidd-cluster
 A Qpid daemon plugin enabling broker clustering using openais
@@ -179,15 +182,17 @@
 %prep
 %setup -q
 
-%define perftests "perftest txtest client_test \
-  latencytest topic_listener topic_publisher"
+%define perftests "perftest topic_listener topic_publisher \
+	latencytest client_test txtest"
 
 %build
 CXXFLAGS="%{optflags} -DNDEBUG -O3" \
-%configure --disable-static --without-graphviz --without-help2man
-make %{?_smp_mflags}
+%configure --disable-static --with-cpg --without-graphviz --without-help2man
+make #%{?_smp_mflags}
 # Remove this generated perl file, we don't need it and it upsets rpmlint.
-rm -f docs/api/html/installdox
+# This is generating an error as of 21 Nov 08 becausethe file doesn't exist .
+# rm docs/api/html/installdox
+
 # Make perftest utilities
 pushd src/tests
 for ptest in %{perftests}; do
@@ -213,6 +218,7 @@
 rm -f %{buildroot}%_libdir/*.l
 rm -f %{buildroot}%_libdir/*.la
 rm -f %{buildroot}%_libdir/librdmawrap.so
+rm -f %{buildroot}%_libdir/libsslcommon.so
 rm -f %{buildroot}%_libdir/qpid/client/*.la
 rm -f %{buildroot}%_libdir/qpid/daemon/*.la
 # remove examples, are being packages separately in the rhm-docs package
@@ -265,6 +271,7 @@
 
 %files -n qpidd-devel
 %defattr(-,root,root,-)
+%defattr(-,root,root,-)
 %_libdir/libqpidbroker.so
 %_includedir/qpid/broker
 
@@ -277,7 +284,7 @@
 %defattr(-,root,root,-)
 %_libdir/libqmfagent.so
 %_bindir/qmf-gen
-%{python_sitelib}/qmf
+%{python_sitelib}/qmfgen
 
 %files -n qpidd-acl
 %defattr(-,root,root,-)
@@ -356,24 +363,53 @@
 %postun -n qmf -p /sbin/ldconfig
 
 %changelog
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.3.720585-2
-- Rebuild for Python 2.6
+* Wed Nov 26 2008 Nuno Santos <nsantos at redhat.com> - 0.3.720979-1
+- Rebased to svn rev 720979
+
+* Fri Nov 21 2008  Mick Goulish <mgoulish at redhat.com>
+- updated to 719552
+
+* Thu Nov 20 2008  Mick Goulish <mgoulish at redhat.com>
+- updated to 719323
+- For subpackage qpidd-cluster, added dependency to cman-devel.
+- For subpackage qpidd-cluster, added dependency to qpidc.
+- added BuildRequires cman-devel
+
+* Fri Nov 14 2008 Justin Ross <jross at redhat.com> - 0.3.714072-1
+- Update to svn rev 714072
+- Enable building --with-cpg
 
-* Tue Nov 25 2008 Nuno Santos <nsantos at redhat.com> - 0.3.720585-1
-- Rebased to svn rev 720585
+* Wed Nov 12 2008 Justin Ross <jross at redhat.com> - 0.3.713378-1
+- Update to svn rev 713378
 
-* Tue Nov 18 2008 Nuno Santos <nsantos at redhat.com> - 0.3.718718-1
-- Rebased to svn rev 718718
+* Fri Nov  7 2008 Justin Ross <jross at redhat.com> - 0.3.712127-1
+- Update to svn rev 712127
 
-* Thu Oct 16 2008 Nuno Santos <nsantos at redhat.com> - 0.3.705289-1
-- Rebased to svn rev 705289
+* Thu Nov  6 2008 Nuno Santos <nsantos at redhat.com> - 0.3.711915-2
+- Removed extraneous openais-devel dependency
 
-* Thu Oct  2 2008 Nuno Santos <nsantos at redhat.com> - 0.3.700546-1
-- Rebased to svn revision 700546
+* Thu Nov  6 2008 Justin Ross <jross at redhat.com> - 0.3.711915-1
+- Update to svn rev 711915
 
-* Thu Sep 11 2008 Andrew Stitcher <astitcher at redhat.com> - 0.3.694455-1
-- Add new packages for client & broker rdma
-- Move cluster plugin into its own package
+* Tue Nov  4 2008 Nuno Santos <nsantos at redhat.com> - 0.3.709187-2
+- Remove extraneous dependency
+
+* Thu Oct 30 2008 Nuno Santos <nsantos at redhat.com> - 0.3.709187-1
+- Rebsed to svn rev 709187
+
+* Tue Oct 28 2008 Nuno Santos <nsantos at redhat.com> - 0.3.708576-1
+- Rebased to svn rev 708576
+
+* Mon Oct 27 2008 Nuno Santos <nsantos at redhat.com> - 0.3.708210-1
+- Rebased to svn rev 708210; address make check libtool issue
+
+* Fri Oct 24 2008 Justin Ross <jross at redhat.com> - 0.3.707724-1
+- Update to revision 707724
+
+* Thu Oct 23 2008 Justin Ross <jross at redhat.com> - 0.3.707468-1
+- Don't use silly idenity defines
+- Add new ssl and rdma subpackages
+- Move cluster and xml plugins into their own subpackages
 - Reflect new naming of plugins
 
 * Wed Aug 21 2008 Justin Ross <jross at redhat.com> - 0.2.687156-1
@@ -529,4 +565,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.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	25 Nov 2008 22:28:29 -0000	1.27
+++ sources	1 Dec 2008 16:30:23 -0000	1.28
@@ -1 +1 @@
-3a0851658e65274d315a80e0de7cba51  qpidc-0.3.720585.tar.gz
+6c3a13540c2d7af010b8a6d205e75268  qpidc-0.3.720979.tar.gz




More information about the fedora-extras-commits mailing list