rpms/qpidc/F-9 .cvsignore, 1.13, 1.14 qpidc.spec, 1.42, 1.43 sources, 1.27, 1.28

Nuno Santos nsantos at fedoraproject.org
Tue Dec 23 20:54:54 UTC 2008


Author: nsantos

Update of /cvs/extras/rpms/qpidc/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27781

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qpidc/F-9/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	2 Dec 2008 22:30:02 -0000	1.13
+++ .cvsignore	23 Dec 2008 20:54:23 -0000	1.14
@@ -1 +1 @@
-qpidc-0.3.722557.tar.gz
+qpidc-0.4.728142.tar.gz


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/F-9/qpidc.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- qpidc.spec	2 Dec 2008 22:30:02 -0000	1.42
+++ qpidc.spec	23 Dec 2008 20:54:23 -0000	1.43
@@ -6,12 +6,12 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           qpidc
-Version:        0.3.722557
+Version:        0.4.728142
 Release:        1%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 Group:          System Environment/Libraries
 License:        ASL 2.0
-URL:            http://rhm.et.redhat.com/qpidc
+URL:            http://qpid.apache.org
 Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -153,16 +153,16 @@
 A Qpid daemon plugin to support extended XML-based routing of AMQP
 messages.
 
-#%package -n qpidd-cluster
-#Summary: Cluster support for the Qpid daemon
-#Group: System Environment/Daemons
-#Requires: qpidd = %version-%release
-#Requires: qpidc = %version-%release
-#Requires: openais
-#Requires: cman
+%package -n qpidd-cluster
+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
+%description -n qpidd-cluster
+A Qpid daemon plugin enabling broker clustering using openais
 
 %package perftest
 Summary: Simple benchmarking tools
@@ -187,7 +187,7 @@
 
 %build
 CXXFLAGS="%{optflags} -DNDEBUG -O3" \
-%configure --disable-static --without-cpg --without-graphviz --without-help2man
+%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.
 # This is generating an error as of 21 Nov 08 becausethe file doesn't exist .
@@ -279,10 +279,13 @@
 %defattr(-,root,root,-)
 %_libdir/libqmfagent.so.0
 %_libdir/libqmfagent.so.0.1.0
+%_libdir/libqmfconsole.so.0
+%_libdir/libqmfconsole.so.0.1.0
 
 %files -n qmf-devel
 %defattr(-,root,root,-)
 %_libdir/libqmfagent.so
+%_libdir/libqmfconsole.so
 %_bindir/qmf-gen
 %{python_sitelib}/qmfgen
 
@@ -315,9 +318,9 @@
 %defattr(-,root,root,-)
 %_libdir/qpid/daemon/xml.so
 
-#%files -n qpidd-cluster
-#%defattr(-,root,root,-)
-#%_libdir/qpid/daemon/cluster.so
+%files -n qpidd-cluster
+%defattr(-,root,root,-)
+%_libdir/qpid/daemon/cluster.so
 
 %files perftest
 %defattr(755,root,root,-)
@@ -363,6 +366,10 @@
 %postun -n qmf -p /sbin/ldconfig
 
 %changelog
+* Tue Dec 23 2008 Nuno Santos <nsantos at redhat.com> - 0.4.728142-1
+- Rebased to svn rev 728142
+- Re-enable cluster
+
 * Tue Dec  2 2008 Nuno Santos <nsantos at redhat.com> - 0.3.722557-1
 - Rebased to svn rev 722557
 - Temporarily disabled cluster due to openais version incompatibility


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qpidc/F-9/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	2 Dec 2008 22:30:02 -0000	1.27
+++ sources	23 Dec 2008 20:54:23 -0000	1.28
@@ -1 +1 @@
-87b13c92e2598a2fc54192107fb12c73  qpidc-0.3.722557.tar.gz
+cc0a9f74d2c94a8c843c60415a869fc5  qpidc-0.4.728142.tar.gz




More information about the fedora-extras-commits mailing list