[mingw-atkmm: 13/14] Renamed the source package to mingw-atkmm

epienbro epienbro at fedoraproject.org
Wed Mar 7 15:28:33 UTC 2012


commit d7f069345d799beee1993fa3d470e79c44aa5d1d
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 16:26:48 2012 +0100

    Renamed the source package to mingw-atkmm

 mingw32-atkmm.spec => mingw-atkmm.spec |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-atkmm.spec b/mingw-atkmm.spec
similarity index 81%
rename from mingw32-atkmm.spec
rename to mingw-atkmm.spec
index d563546..91a2206 100644
--- a/mingw32-atkmm.spec
+++ b/mingw-atkmm.spec
@@ -2,9 +2,9 @@
 %global __objdump %{_mingw32_objdump}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-atkmm
+Name:           mingw-atkmm
 Version:        2.22.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows C++ interface for the ATK library
 
 License:        LGPLv2+
@@ -34,6 +34,16 @@ comprehensive set of widget classes that can be freely combined to
 quickly create complex user interfaces.
 
 
+%package -n mingw32-atkmm
+Summary:        MinGW Windows C++ interface for the ATK library
+
+%description -n mingw32-atkmm
+atkmm provides a C++ interface for the ATK library. Highlights
+include type-safe 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}
 
 
@@ -51,7 +61,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 
 
-%files
+%files -n mingw32-atkmm
 %doc COPYING
 %{_mingw32_includedir}/atkmm-1.6
 %{_mingw32_libdir}/atkmm-1.6
@@ -61,6 +71,9 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.22.6-2
+- Renamed the source package to mingw-atkmm (RHBZ #800844)
+
 * Tue Feb 28 2012 Kalev Lember <kalevlember at gmail.com> - 2.22.6-1
 - Update to 2.22.6
 - Remove .la files


More information about the scm-commits mailing list