[mingw-qpid-cpp: 26/28] Renamed the source package to mingw-qpid-cpp (#801018)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:18:59 UTC 2012


commit 4f04f002cae0ab1f8e247a3f33b369af7866a9bf
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 19:05:17 2012 +0200

    Renamed the source package to mingw-qpid-cpp (#801018)

 mingw32-qpid-cpp.spec => mingw-qpid-cpp.spec |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/mingw32-qpid-cpp.spec b/mingw-qpid-cpp.spec
similarity index 92%
rename from mingw32-qpid-cpp.spec
rename to mingw-qpid-cpp.spec
index c565483..7bec7a1 100644
--- a/mingw32-qpid-cpp.spec
+++ b/mingw-qpid-cpp.spec
@@ -5,9 +5,9 @@
 %global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:		mingw32-qpid-cpp
+Name:		mingw-qpid-cpp
 Version:	0.14
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	MinGW Windows port of AMQP C++ Daemons and Libraries
 
 Group:		Development/Libraries
@@ -37,13 +37,23 @@ BuildArch:	noarch
 BuildRequires:	redhat-rpm-config cmake make ruby ruby-devel python-devel
 BuildRequires:	mingw32-gcc-c++ mingw32-boost mingw32-libxslt mingw32-gnutls
 BuildRequires:	mingw32-filesystem >= 57
-Requires:	mingw32-boost mingw32-libxslt mingw32-gnutls 
 
 %description
 MinGW cross-compiled daemons and run-time libraries for AMQP client
 applications developed using Qpid C++. Clients exchange messages with
 an AMQP message broker using the AMQP protocol.
 
+
+%package -n mingw32-qpid-cpp
+Summary:	MinGW Windows port of AMQP C++ Daemons and Libraries
+Requires:	mingw32-boost mingw32-libxslt mingw32-gnutls
+
+%description -n mingw32-qpid-cpp
+MinGW cross-compiled daemons and run-time libraries for AMQP client
+applications developed using Qpid C++. Clients exchange messages with
+an AMQP message broker using the AMQP protocol.
+
+
 %{_mingw32_debug_package}
 
 %prep
@@ -100,7 +110,7 @@ mv $RPM_BUILD_ROOT%{_mingw32_bindir}/*.a $RPM_BUILD_ROOT%{_mingw32_libdir}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n mingw32-qpid-cpp
 %defattr(-,root,root,-)
 %doc %{_mingw32_prefix}/LICENSE
 %doc %{_mingw32_prefix}/NOTICE
@@ -131,6 +141,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_libdir}/libqpidtypes.dll.a
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 0.14-2
+- Renamed the source package to mingw-qpid-cpp (#801018)
+
 * Sun Feb 26 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.14-1
 - Update to 0.14
 - Rebuild against the mingw-w64 toolchain


More information about the scm-commits mailing list