From 6914a787bceabe1cb539114d6dc236c1258026b9 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Tue, 6 Mar 2012 16:58:48 +0100 Subject: [PATCH] Renamed the source package to mingw-binutils --- mingw32-binutils.spec => mingw-binutils.spec | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) rename mingw32-binutils.spec => mingw-binutils.spec (91%) diff --git a/mingw32-binutils.spec b/mingw-binutils.spec similarity index 91% rename from mingw32-binutils.spec rename to mingw-binutils.spec index 8c39404..690c327 100644 --- a/mingw32-binutils.spec +++ b/mingw-binutils.spec @@ -1,6 +1,6 @@ -Name: mingw32-binutils +Name: mingw-binutils Version: 2.22.52 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows binutils License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+ @@ -22,6 +22,14 @@ MinGW Windows binutils (utilities like 'strip', 'as', 'ld') which understand Windows executables and DLLs. +%package -n mingw32-binutils +Summary: MinGW Windows binutils + +%description -n mingw32-binutils +MinGW Windows binutils (utilities like 'strip', 'as', 'ld') which +understand Windows executables and DLLs. + + %prep %setup -q -n binutils-%{version} @@ -60,7 +68,7 @@ ln -s %{_mingw32_objdump} $RPM_BUILD_ROOT%{_bindir}/%{mingw_objdump} ln -s %{_mingw32_objcopy} $RPM_BUILD_ROOT%{_bindir}/%{mingw_objcopy} -%files +%files -n mingw32-binutils %{_mandir}/man1/* %{_bindir}/%{mingw_strip} %{_bindir}/%{mingw_objdump} @@ -71,6 +79,9 @@ ln -s %{_mingw32_objcopy} $RPM_BUILD_ROOT%{_bindir}/%{mingw_objcopy} %changelog +* Tue Mar 6 2012 Erik van Pienbroek - 2.22.52-2 +- Renamed the source package to mingw-binutils (RHBZ #673786) + * Sat Feb 25 2012 Erik van Pienbroek - 2.22.52-1 - Update to 2.22.52 20120225 snapshot - Bump the BR/R: mingw32-filesystem to >= 95