[mingw-libsigc++20: 3/18] replace %define with %global

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:51:52 UTC 2012


commit 33651210ec4521fe54b96fc533693e87d98287ea
Author: sailer <sailer at fedoraproject.org>
Date:   Thu Apr 16 09:13:29 2009 +0000

    replace %define with %global

 mingw32-libsigc++20.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/mingw32-libsigc++20.spec b/mingw32-libsigc++20.spec
index 57b382e..c73190c 100644
--- a/mingw32-libsigc++20.spec
+++ b/mingw32-libsigc++20.spec
@@ -1,12 +1,12 @@
-%define __strip %{_mingw32_strip}
-%define __objdump %{_mingw32_objdump}
-%define _use_internal_dependency_generator 0
-%define __find_requires %{_mingw32_findrequires}
-%define __find_provides %{_mingw32_findprovides}
+%global __strip %{_mingw32_strip}
+%global __objdump %{_mingw32_objdump}
+%global _use_internal_dependency_generator 0
+%global __find_requires %{_mingw32_findrequires}
+%global __find_provides %{_mingw32_findprovides}
 
 Name:           mingw32-libsigc++20
 Version:        2.2.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        MinGW Windows port of the typesafe signal framework for C++
 
 License:        LGPLv2+
@@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.2.2-7
+- replace %%define with %%global
+
 * Sun Mar 29 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.2.2-6
 - remove executable permission from .dll.a and .la file
 - remove inappropriate comment


More information about the scm-commits mailing list