[mingw-libsigc++20: 17/18] Renamed the source package to mingw-libsigc++20

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:53:03 UTC 2012


commit 6b7f5d526da8495498cbc25100ac233dddd61bb8
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 20:51:00 2012 +0100

    Renamed the source package to mingw-libsigc++20

 mingw32-libsigc++20.spec => mingw-libsigc++20.spec |   26 +++++++++++++++++--
 1 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-libsigc++20.spec b/mingw-libsigc++20.spec
similarity index 78%
rename from mingw32-libsigc++20.spec
rename to mingw-libsigc++20.spec
index dd9ace2..4248462 100644
--- a/mingw32-libsigc++20.spec
+++ b/mingw-libsigc++20.spec
@@ -2,9 +2,9 @@
 %global __objdump %{_mingw32_objdump}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-libsigc++20
+Name:           mingw-libsigc++20
 Version:        2.2.10
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows port of the typesafe signal framework for C++
 
 License:        LGPLv2+
@@ -35,6 +35,23 @@ Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library,
 starting with version 1.1.2, uses %name.
 
 
+%package -n mingw32-libsigc++20
+Summary:        MinGW Windows port of the typesafe signal framework for C++
+
+%description -n mingw32-libsigc++20
+This library implements a full callback system for use in widget
+libraries, abstract interfaces, and general programming. Originally
+part of the Gtk-- widget set, %name is now a separate library to
+provide for more general use. It is the most complete library of its
+kind with the ability to connect an abstract callback to a class
+method, function, or function object. It contains adaptor classes for
+connection of dissimilar callbacks and has an ease of use unmatched by
+other C++ callback libraries.
+
+Package GTK-- (gtkmm), which is a C++ binding to the GTK+ library,
+starting with version 1.1.2, uses %name.
+
+
 %{?_mingw32_debug_package}
 
 
@@ -53,7 +70,7 @@ chmod a-x $RPM_BUILD_ROOT/%{_mingw32_libdir}/libsigc-2.0.dll.a
 rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/libsigc-2.0.la
 
 
-%files
+%files -n mingw32-libsigc++20
 %doc COPYING
 %{_mingw32_bindir}/libsigc-2.0-0.dll
 %{_mingw32_libdir}/libsigc-2.0.dll.a
@@ -63,6 +80,9 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/libsigc-2.0.la
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.2.10-5
+- Renamed the source package to mingw-libsigc++20 (RHBZ #800921)
+
 * Tue Feb 28 2012 Kalev Lember <kalevlember at gmail.com> - 2.2.10-4
 - Remove the .la files
 


More information about the scm-commits mailing list