[qpid-cpp/f16] Moved the QMF related swig descriptors to the qmf-devel package.

Darryl L. Pierce mcpierce at fedoraproject.org
Wed Aug 1 15:53:57 UTC 2012


commit a68c1a841a922392e7bfbca4a0d6f871234e8f9a
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Wed Aug 1 10:26:05 2012 -0400

    Moved the QMF related swig descriptors to the qmf-devel package.

 qpid-cpp.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index f57f687..55d3b73 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -28,7 +28,7 @@
 
 Name:           qpid-cpp
 Version:        0.16
-Release:        3%{?dist}
+Release:        3.1%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 License:        ASL 2.0
 URL:            http://qpid.apache.org
@@ -127,7 +127,10 @@ in C++ using Qpid.  Qpid implements the AMQP messaging specification.
 %defattr(-,root,root,-)
 %dir %{_includedir}/qpid
 %{_includedir}/qpid/*.h
-%{_includedir}/*.i
+%{_includedir}/qpid.i
+%{_includedir}/swig_perl_typemaps.i
+%{_includedir}/swig_python_typemaps.i
+%{_includedir}/swig_ruby_typemaps.i
 %{_includedir}/qpid/amqp_0_10
 %{_includedir}/qpid/client
 %{_includedir}/qpid/console
@@ -275,6 +278,8 @@ components.
 %{_libdir}/libqmf2.so
 %{_libdir}/libqmfengine.so
 %{_libdir}/libqmfconsole.so
+%{_includedir}/qmfengine.i
+%{_includedir}/qmf2.i
 %{_bindir}/qmf-gen
 %{python_sitelib}/qmfgen
 
@@ -714,6 +719,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Aug  1 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16-3.1
+- Moved the QMF related swig descriptors to the qmf-devel package.
+
 * Wed Jul 31 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16-3
 - Added the swig descriptor files to the client-devel package.
 


More information about the scm-commits mailing list