rpms/qpidc/F-8 qpidc.spec,1.8,1.9 sources,1.9,1.10

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Fri Apr 11 18:04:24 UTC 2008


Author: nsantos

Update of /cvs/extras/rpms/qpidc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29136/F-8

Modified Files:
	qpidc.spec sources 
Log Message:
importing qpidc-0.2-26.fc9



Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/F-8/qpidc.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qpidc.spec	3 Jan 2008 22:47:21 -0000	1.8
+++ qpidc.spec	11 Apr 2008 18:03:44 -0000	1.9
@@ -5,7 +5,7 @@
 
 Name:           qpidc
 Version:        0.2
-Release:        17%{?dist}
+Release:        26%{?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,25 +63,33 @@
 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
 Qpid broker daemon.
 
+%pre
+getent group qpidd >/dev/null || groupadd -r qpidd
+getent passwd qpidd >/dev/null || \
+  useradd -r -m -g qpidd -d %{_localstatedir}/lib/qpidd -s /sbin/nologin \
+    -c "Owner of Qpidd Daemons" qpidd
+exit 0
+
 %prep
 %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
 
@@ -103,6 +111,7 @@
 %files devel
 %defattr(-,root,root,-)
 %_includedir/qpid/*.h
+%_includedir/qpid/amqp_0_10
 %_includedir/qpid/client
 %_includedir/qpid/framing
 %_includedir/qpid/sys
@@ -121,6 +130,7 @@
 %_libdir/libqpidcluster.so.0.1.0
 %_sbindir/%{qpidd}
 %{_initrddir}/%{qpidd}
+%_localstatedir/lib/qpidd
 %doc %_mandir/man1/%{qpidd}.*
 
 %files -n %{qpidd}-devel
@@ -154,6 +164,29 @@
 /sbin/ldconfig
 
 %changelog
+* Thu Apr 10 2008 Nuno Santos <nsantos at redhat.com> - 0.2-26
+- Bumped for Fedora 9
+
+* Mon Mar 31 2008 Nuno Santos <nsantos at redhat.com> - 0.2-25
+- Create user qpidd, start qpidd service as qpidd
+
+* 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/F-8/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	3 Jan 2008 22:47:21 -0000	1.9
+++ sources	11 Apr 2008 18:03:44 -0000	1.10
@@ -1 +1 @@
-7f4c2a5c0e8048c528137bec89987622  qpidc-0.2.tar.gz
+1cf4ad57ab102adabcc5a48687fd61bb  qpidc-0.2.tar.gz




More information about the fedora-extras-commits mailing list