[mingw-pangomm: 25/26] Renamed the source package to mingw-pangomm (#801010)

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


commit ca59bcc51a587370630707d1ca7312c124e30848
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 18:29:55 2012 +0200

    Renamed the source package to mingw-pangomm (#801010)

 mingw32-pangomm.spec => mingw-pangomm.spec |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-pangomm.spec b/mingw-pangomm.spec
similarity index 88%
rename from mingw32-pangomm.spec
rename to mingw-pangomm.spec
index a3fc583..9f31575 100644
--- a/mingw32-pangomm.spec
+++ b/mingw-pangomm.spec
@@ -6,9 +6,9 @@
 # first two digits of version
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
-Name:           mingw32-pangomm
+Name:           mingw-pangomm
 Version:        2.28.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows C++ interface for Pango
 
 License:        LGPLv2+
@@ -36,6 +36,16 @@ comprehensive set of widget classes that can be freely combined to
 quickly create complex user interfaces.
 
 
+%package -n mingw32-pangomm
+Summary:        MinGW Windows C++ interface for Pango
+
+%description -n mingw32-pangomm
+pangomm provides a C++ interface to the Pango library. Highlights
+include typesafe callbacks, widgets extensible via inheritance and a
+comprehensive set of widget classes that can be freely combined to
+quickly create complex user interfaces.
+
+
 %{?_mingw32_debug_package}
 
 
@@ -55,7 +65,7 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
 rm $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 
 
-%files
+%files -n mingw32-pangomm
 %doc COPYING COPYING.tools
 %{_mingw32_bindir}/libpangomm-%{apiver}-1.dll
 %{_mingw32_libdir}/libpangomm-%{apiver}.dll.a
@@ -65,6 +75,9 @@ rm $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 2.28.3-5
+- Renamed the source package to mingw-pangomm (#801010)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.28.3-4
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list