From: rjones@trick.home.annexia.org Date: Sat, 6 Jun 2009 15:15:19 +0000 (+0100) Subject: Replace %define with %global per new Fedora guidelines. X-Git-Url: http://git.annexia.org/?p=fedora-mingw.git;a=commitdiff_plain;h=fc5bb9a6cab294a583e3b0fd5502bbcae46c748f Replace %define with %global per new Fedora guidelines. --- diff --git a/example/mingw32-example.spec b/example/mingw32-example.spec index 168466b..89e97a3 100644 --- a/example/mingw32-example.spec +++ b/example/mingw32-example.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} Name: mingw32-example Version: 1.2.3 @@ -64,5 +64,5 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Jan 23 2009 Your Name - 1.2.3-1 +* Sat Jun 6 2009 Your Name - 1.2.3-1 - Initial RPM release.