rpms/mingw32-qt/devel mingw32-qt.spec,1.3,1.4

Thomas M. Sailer sailer at fedoraproject.org
Thu Apr 16 09:13:59 UTC 2009


Author: sailer

Update of /cvs/pkgs/rpms/mingw32-qt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11275/mingw32-qt/devel

Modified Files:
	mingw32-qt.spec 
Log Message:
replace %define with %global



Index: mingw32-qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-qt/devel/mingw32-qt.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mingw32-qt.spec	31 Mar 2009 20:13:29 -0000	1.3
+++ mingw32-qt.spec	16 Apr 2009 09:13:29 -0000	1.4
@@ -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 @@
 
 
 %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 fedora-extras-commits mailing list