rpms/qpidc/devel qpidc.spec,1.13,1.14 sources,1.10,1.11

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Thu Mar 20 22:06:01 UTC 2008


Author: nsantos

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

Modified Files:
	qpidc.spec sources 
Log Message:
import qpidc-0.2-24


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/qpidc.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- qpidc.spec	18 Feb 2008 18:38:25 -0000	1.13
+++ qpidc.spec	20 Mar 2008 22:05:21 -0000	1.14
@@ -5,7 +5,7 @@
 
 Name:           qpidc
 Version:        0.2
-Release:        18%{?dist}
+Release:        24%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 Group:          System Environment/Libraries
 License:        Apache Software License
@@ -52,7 +52,7 @@
 Summary: An AMQP message broker daemon
 Group: System Environment/Daemons
 Requires: %name = %version-%release
-
+Requires: openais
 
 %description -n %{qpidd}
 A message broker daemon that receives stores and routes messages using
@@ -63,7 +63,7 @@
 Group: Development/System
 Requires: %name-devel = %version-%release
 Requires: %{qpidd} = %version-%release
-
+Requires: openais-devel
 
 %description -n %{qpidd}-devel
 Libraries and header files for developing extensions to the
@@ -73,15 +73,16 @@
 %setup -q
 
 %build
-%configure --disable-static --disable-cluster CXXFLAGS="-O3 -DNDEBUG"
+%configure --disable-static --without-cpg CXXFLAGS="-g -O3 -DNDEBUG"
 make %{?_smp_mflags}
 # Remove this generated perl file, we don't need it and it upsets rpmlint.
 rm docs/api/html/installdox
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
-install  -Dp -m0755 etc/qpidd %{buildroot}%{_initrddir}/qpidd
+make install-strip DESTDIR=%{buildroot}
+install -Dp -m0755 etc/qpidd %{buildroot}%{_initrddir}/qpidd
+install -d -m0755 %{buildroot}%{_localstatedir}/lib/qpidd
 rm -f %{buildroot}%_libdir/*.a
 rm -f %{buildroot}%_libdir/*.la
 
@@ -121,6 +122,7 @@
 %_libdir/libqpidcluster.so.0.1.0
 %_sbindir/%{qpidd}
 %{_initrddir}/%{qpidd}
+%_localstatedir/lib/qpidd
 %doc %_mandir/man1/%{qpidd}.*
 
 %files -n %{qpidd}-devel
@@ -154,9 +156,23 @@
 /sbin/ldconfig
 
 %changelog
-* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2-18
-- Autorebuild for GCC 4.3
+* Mon Feb 18 2008 Rafael Schloming <rafaels at redhat.com> - 0.2-24
+- Bug fix for TCK issue in Beta 3
+
+* Thu Feb 14 2008 Rafael Schloming <rafaels at redhat.com> - 0.2-23
+- Bumped to pull in fixes for Beta 3
+
+* Tue Feb 12 2008 Alan Conway <aconway at redhat.com> - 0.2-22
+- Added -g to compile flags for debug symbols.
+
+* Tue Feb 12 2008 Alan Conway <aconway at redhat.com> - 0.2-21
+- Create /var/lib/qpidd correctly.
+
+* Mon Feb 11 2008 Rafael Schloming <rafaels at redhat.com> - 0.2-20
+- bumped for Beta 3
 
+* Mon Jan 21 2008 Gordon Sim <gsim at redhat.com> - 0.2-18
+- bump up rev for recent changes to plugin modules & mgmt
 
 * Thu Jan 03 2008 Nuno Santos <nsantos at redhat.com> - 0.2-17
 - add missing header file SessionManager.h


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	3 Jan 2008 22:08:28 -0000	1.10
+++ sources	20 Mar 2008 22:05:21 -0000	1.11
@@ -1 +1 @@
-7f4c2a5c0e8048c528137bec89987622  qpidc-0.2.tar.gz
+d1be8d2cf0bc7356d0fcbba45991a49f  qpidc-0.2.tar.gz




More information about the fedora-extras-commits mailing list