[mingw-matahari: 14/15] Renamed the source package to mingw-matahari (#800974)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:00:37 UTC 2012


commit 13f44cc05ad797c4248347c2d4352774c60a68d4
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 17:57:37 2012 +0200

    Renamed the source package to mingw-matahari (#800974)

 mingw32-matahari.spec => mingw-matahari.spec |   25 ++++++++++++++++++++++---
 1 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-matahari.spec b/mingw-matahari.spec
similarity index 79%
rename from mingw32-matahari.spec
rename to mingw-matahari.spec
index a999fb1..ee43f9b 100644
--- a/mingw32-matahari.spec
+++ b/mingw-matahari.spec
@@ -13,9 +13,9 @@
 %global mh_release %{specversion}
 %endif
 
-Name:           mingw32-matahari
+Name:           mingw-matahari
 Version:        0.5.0
-Release:        %{mh_release}%{?dist}.3
+Release:        %{mh_release}%{?dist}.4
 Summary:        Matahari QMF Agents for Windows guests
 
 Group:          Applications/System
@@ -36,7 +36,23 @@ BuildRequires:  mingw32-gcc-c++ mingw32-nsis genisoimage
 BuildRequires:  mingw32-pcre mingw32-qpid-cpp mingw32-srvany mingw32-glib2 mingw32-sigar
 
 %description
+Matahari provides a QMF Agent that can be used to control and manage
+various pieces of functionality for an ovirt node, using the AMQP protocol.
+
+The Advanced Message Queuing Protocol (AMQP) is an open standard application
+layer protocol providing reliable transport of messages.
 
+QMF provides a modeling framework layer on top of qpid (which implements
+AMQP).  This interface allows you to manage a host and its various components
+as a set of objects with properties and methods.
+
+MinGW cross-compiled Windows application.
+
+
+%package -n mingw32-matahari
+Summary:        Matahari QMF Agents for Windows guests
+
+%description -n mingw32-matahari
 Matahari provides a QMF Agent that can be used to control and manage
 various pieces of functionality for an ovirt node, using the AMQP protocol.
 
@@ -73,13 +89,16 @@ genisoimage -o matahari-%{version}-win32.iso matahari-%{version}-win32.exe src/w
 %clean
 test "x%{buildroot}" != "x" && rm -rf %{buildroot}
 
-%files
+%files -n mingw32-matahari
 %defattr(-,root,root,-)
 %{_mingw32_datadir}/matahari
 
 %doc AUTHORS COPYING
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 0.5.0-1.4
+- Renamed the source package to mingw-matahari (#800974)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.5.0-1.2
 - Rebuild against the mingw-w64 toolchain
 - Fix build on mingw-w64


More information about the scm-commits mailing list