[mingw-glibmm24: 3/40] replace %define with %global

epienbro epienbro at fedoraproject.org
Wed Mar 7 17:14:09 UTC 2012


commit c0a79d3b9d0fd386d2c4713d8cb2dd0dc2d9dd6b
Author: sailer <sailer at fedoraproject.org>
Date:   Thu Apr 16 09:13:28 2009 +0000

    replace %define with %global

 mingw32-glibmm24.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/mingw32-glibmm24.spec b/mingw32-glibmm24.spec
index c1bb20e..6ed4926 100644
--- a/mingw32-glibmm24.spec
+++ b/mingw32-glibmm24.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-glibmm24
 Version:        2.19.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows C++ interface for GTK2 (a GUI library for X)
 
 License:        LGPLv2+
@@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.19.2-2
+- replace %%define with %%global
+
 * Wed Mar 25 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.19.2-1
 - update to 2.19.2
 


More information about the scm-commits mailing list