[mingw-plotmm: 17/18] Renamed the source package to mingw-plotmm (#801014)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:46:29 UTC 2012


commit 4e33e424293e4fa319e7406f10ba52ae73d25c91
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 18:42:35 2012 +0200

    Renamed the source package to mingw-plotmm (#801014)

 mingw32-plotmm.spec => mingw-plotmm.spec |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/mingw32-plotmm.spec b/mingw-plotmm.spec
similarity index 86%
rename from mingw32-plotmm.spec
rename to mingw-plotmm.spec
index 1183971..f878842 100644
--- a/mingw32-plotmm.spec
+++ b/mingw-plotmm.spec
@@ -2,9 +2,9 @@
 %global __objdump %{_mingw32_objdump}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-plotmm
+Name:           mingw-plotmm
 Version:        0.1.2
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        MinGW GTKmm plot widget for scientific applications
 Group:          Development/Libraries
 License:        LGPLv2
@@ -28,10 +28,17 @@ BuildRequires:  libtool
 BuildRequires:  automake
 BuildRequires:  autoconf
 
-Requires:       pkgconfig
+%description
+This package provides an extension to the mingw32 gtkmm library.  It
+contains widgets which are primarily useful for technical and
+scientifical purposes.  Initially, this is a 2-D plotting widget.
 
 
-%description
+%package -n mingw32-plotmm
+Summary:        MinGW GTKmm plot widget for scientific applications
+Requires:       pkgconfig
+
+%description -n mingw32-plotmm
 This package provides an extension to the mingw32 gtkmm library.  It
 contains widgets which are primarily useful for technical and
 scientifical purposes.  Initially, this is a 2-D plotting widget.
@@ -66,7 +73,7 @@ rm $RPM_BUILD_ROOT%{_mingw32_bindir}/simple.exe
 find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
-%files
+%files -n mingw32-plotmm
 %doc AUTHORS COPYING ChangeLog README
 %{_mingw32_bindir}/libplotmm-0.dll
 %{_mingw32_libdir}/libplotmm.dll.a
@@ -75,6 +82,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 0.1.2-13
+- Renamed the source package to mingw-plotmm (#801014)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.1.2-12
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list