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 - 0.16-4.1 +- Moved the QMF related swig descriptors to the qmf-devel package. + * Wed Jul 31 2012 Darryl L. Pierce - 0.16-4 - Added the swig descriptor files to the client-devel package.