[mingw-libsigc++20] Use 'libsigc++' instead of %name in descriptions

Kalev Lember kalev at fedoraproject.org
Thu Mar 15 21:19:52 UTC 2012


commit 2e6326a234a212017e509f57c4654d61a64387b6
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Mar 15 23:03:15 2012 +0200

    Use 'libsigc++' instead of %name in descriptions
    
    %name expands to a wrong text here.

 mingw-libsigc++20.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/mingw-libsigc++20.spec b/mingw-libsigc++20.spec
index bc74b88..5a51766 100644
--- a/mingw-libsigc++20.spec
+++ b/mingw-libsigc++20.spec
@@ -24,7 +24,7 @@ BuildRequires:  m4
 %description
 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
+part of the Gtk-- widget set, libsigc++ 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
@@ -32,7 +32,7 @@ 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.
+starting with version 1.1.2, uses libsigc++.
 
 
 %package -n mingw32-libsigc++20
@@ -41,7 +41,7 @@ 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
+part of the Gtk-- widget set, libsigc++ 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
@@ -49,7 +49,7 @@ 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.
+starting with version 1.1.2, uses libsigc++.
 
 
 %{?mingw32_debug_package}


More information about the scm-commits mailing list