From e0aeb0a9c7c357f07759abf767aa1bd92b686c1c Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Mon, 9 Apr 2012 19:13:54 +0200 Subject: [PATCH] Cleaned up unneeded %global tags --- mingw-binutils.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mingw-binutils.spec b/mingw-binutils.spec index db806ed..1476b44 100644 --- a/mingw-binutils.spec +++ b/mingw-binutils.spec @@ -1,10 +1,8 @@ -%global mingw_build_win32 1 -%global mingw_build_win64 1 %global run_testsuite 1 Name: mingw-binutils Version: 2.22.52 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cross-compiled version of binutils for Win32 and Win64 environments License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+ @@ -246,6 +244,9 @@ rm -rf $RPM_BUILD_ROOT/multilib %changelog +* Sun Mar 9 2012 Erik van Pienbroek - 2.22.52-4 +- Cleaned up unneeded %%global tags + * Tue Mar 6 2012 Erik van Pienbroek - 2.22.52-3 - Made the package compliant with the new MinGW packaging guidelines - Added win64 support