[mingw-cairomm: 3/21] replace %define with %global

epienbro epienbro at fedoraproject.org
Wed Mar 7 15:50:32 UTC 2012


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

    replace %define with %global

 mingw32-cairomm.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/mingw32-cairomm.spec b/mingw32-cairomm.spec
index 7c4f492..8f9e90d 100644
--- a/mingw32-cairomm.spec
+++ b/mingw32-cairomm.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-cairomm
 Version:        1.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows C++ API for the cairo graphics library
 
 License:        LGPLv2+
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.8.0-2
+- replace %%define with %%global
+
 * Wed Mar 25 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.8.0-1
 - update to 1.8.0
 


More information about the scm-commits mailing list