[mingw-gtkmm24: 31/32] Renamed the source package to mingw-gtkmm24

epienbro epienbro at fedoraproject.org
Wed Mar 7 17:31:07 UTC 2012


commit 5eff4753ede8d9f2616dab4d82c618ced59505ba
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 18:27:21 2012 +0100

    Renamed the source package to mingw-gtkmm24

 mingw32-gtkmm24.spec => mingw-gtkmm24.spec |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/mingw32-gtkmm24.spec b/mingw-gtkmm24.spec
similarity index 89%
rename from mingw32-gtkmm24.spec
rename to mingw-gtkmm24.spec
index ddda476..f6fdfa9 100644
--- a/mingw32-gtkmm24.spec
+++ b/mingw-gtkmm24.spec
@@ -2,9 +2,9 @@
 %global __objdump %{_mingw32_objdump}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-gtkmm24
+Name:           mingw-gtkmm24
 Version:        2.24.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows C++ interface for GTK2 (a GUI library for X)
 
 License:        LGPLv2+
@@ -27,8 +27,6 @@ BuildRequires:  mingw32-cairomm
 BuildRequires:  mingw32-pangomm
 BuildRequires:  mingw32-atkmm
 
-Requires:       pkgconfig
-
 
 %description
 gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps
@@ -37,6 +35,16 @@ inheritance and a comprehensive set of widget classes that can be
 freely combined to quickly create complex user interfaces.
 
 
+%package -n mingw32-gtkmm24
+Summary:        MinGW Windows C++ interface for GTK2 (a GUI library for X)
+Requires:       pkgconfig
+
+%description -n mingw32-gtkmm24
+gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm2 wraps
+GTK+ 2.  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}
 
@@ -63,7 +71,7 @@ sed -i -e "s,#include <gtkmm/printunixdialog.h>,," $RPM_BUILD_ROOT/%{_mingw32_in
 rm $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 
 
-%files
+%files -n mingw32-gtkmm24
 %doc COPYING
 %{_mingw32_bindir}/libgdkmm-2.4-1.dll
 %{_mingw32_bindir}/libgtkmm-2.4-1.dll
@@ -78,6 +86,9 @@ rm $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.24.2-5
+- Renamed the source package to mingw-gtkmm24 (RHBZ #800880)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.24.2-4
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list