[mingw-qt: 5/65] replace %define with %global

epienbro epienbro at fedoraproject.org
Tue Mar 6 21:27:10 UTC 2012


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

    replace %define with %global

 mingw32-qt.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-qt.spec b/mingw32-qt.spec
index c3aa20b..e2f8893 100644
--- a/mingw32-qt.spec
+++ b/mingw32-qt.spec
@@ -1,8 +1,8 @@
-%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}
 
 # NOTES, please read these carefully first:
 #
@@ -13,11 +13,11 @@
 #   from the native Fedora package.  The reason is so that we can
 #   set the default include and library paths correctly.
 
-%define subdirs src/corelib src/network src/xml src/xmlpatterns src/gui src/winmain src/svg src/sql src/qt3support src/opengl src/script src/scripttools
+%global subdirs src/corelib src/network src/xml src/xmlpatterns src/gui src/winmain src/svg src/sql src/qt3support src/opengl src/script src/scripttools
 
 Name:           mingw32-qt
 Version:        4.5.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Qt for Windows
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -237,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.5.0-5
+- replace %%define with %%global
+
 * Tue Mar 31 2009 Kalev Lember <kalev at smartlink.ee> - 4.5.0-4
 - Enable QtOpenGL, QtScript, QtScriptTools, and QtXmlPatterns.
 - Sort files section for readability.


More information about the scm-commits mailing list