[mingw-qpid-cpp] Prevent a file conflict with files from the debuginfo package

epienbro epienbro at fedoraproject.org
Thu Mar 8 17:12:31 UTC 2012


commit d7571bfa4dc5a48d0ab14fe5186c232d23672f8f
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Mar 8 17:58:47 2012 +0100

    Prevent a file conflict with files from the debuginfo package

 mingw-qpid-cpp.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/mingw-qpid-cpp.spec b/mingw-qpid-cpp.spec
index 0310d7e..7031783 100644
--- a/mingw-qpid-cpp.spec
+++ b/mingw-qpid-cpp.spec
@@ -4,7 +4,7 @@
 
 Name:		mingw-qpid-cpp
 Version:	0.14
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	MinGW Windows port of AMQP C++ Daemons and Libraries
 
 Group:		Development/Libraries
@@ -106,7 +106,11 @@ mv $RPM_BUILD_ROOT%{mingw32_bindir}/*.a $RPM_BUILD_ROOT%{mingw32_libdir}
 %doc %{mingw32_prefix}/NOTICE
 %doc cpp/RELEASE_NOTES
 %{mingw32_prefix}/conf
-%{mingw32_prefix}/plugins
+%dir %{mingw32_prefix}/plugins
+%dir %{mingw32_prefix}/plugins/broker
+%{mingw32_prefix}/plugins/broker/replicating_listener.dll
+%{mingw32_prefix}/plugins/broker/replication_exchange.dll
+%{mingw32_prefix}/plugins/broker/store.dll
 %{mingw32_prefix}/managementgen
 %{mingw32_includedir}/qpid
 %{mingw32_includedir}/qmf
@@ -131,6 +135,9 @@ mv $RPM_BUILD_ROOT%{mingw32_bindir}/*.a $RPM_BUILD_ROOT%{mingw32_libdir}
 %{mingw32_libdir}/libqpidtypes.dll.a
 
 %changelog
+* Thu Mar 08 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.14-3
+- Prevent a file conflict with files from the debuginfo package
+
 * Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 0.14-2
 - Renamed the source package to mingw-qpid-cpp (#801018)
 - Modernize the spec file


More information about the scm-commits mailing list