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

Darryl L. Pierce mcpierce at fedoraproject.org
Wed Aug 1 15:06:20 UTC 2012


commit 528ecb7b3add976b54b39f34612641561ea2c7fe
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 f8b9b29..c9c8ef1 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -30,7 +30,7 @@
 
 Name:           qpid-cpp
 Version:        0.16
-Release:        4%{?dist}
+Release:        4.1%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 License:        ASL 2.0
 URL:            http://qpid.apache.org
@@ -131,7 +131,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
@@ -278,6 +281,8 @@ components.
 %{_libdir}/libqmf2.so
 %{_libdir}/libqmfengine.so
 %{_libdir}/libqmfconsole.so
+%{_includedir}/qmfengine.i
+%{_includedir}/qmf2.i
 %{_bindir}/qmf-gen
 %{python_sitelib}/qmfgen
 
@@ -719,6 +724,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Aug  1 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16-4.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-4
 - Added the swig descriptor files to the client-devel package.
 


More information about the scm-commits mailing list