[mingw-pangomm: 3/26] replace %define with %global

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:31:38 UTC 2012


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

    replace %define with %global

 mingw32-pangomm.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-pangomm.spec b/mingw32-pangomm.spec
index f6b6dcc..f9d8772 100644
--- a/mingw32-pangomm.spec
+++ b/mingw32-pangomm.spec
@@ -1,14 +1,14 @@
-%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}
 
-%define apiver 1.4
+%global apiver 1.4
 
 Name:           mingw32-pangomm
 Version:        2.24.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows C++ interface for Pango
 
 License:        LGPLv2+
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.24.0-2
+- replace %%define with %%global
+
 * Tue Apr  7 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.24.0-1
 - Update to upstream 2.24.0, to keep mingw32 package in sync with
   native pangomm


More information about the scm-commits mailing list