diff --git a/mingw-binutils.spec b/mingw-binutils.spec index 083a965..14fc196 100644 --- a/mingw-binutils.spec +++ b/mingw-binutils.spec @@ -2,7 +2,7 @@ Name: mingw-binutils Version: 2.37 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-compiled version of binutils for Win32 and Win64 environments License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+ @@ -292,10 +292,12 @@ mv %{buildroot}/multilib%{_bindir}/%{mingw64_objcopy} %{buildroot}%{_bindir}/%{m mv %{buildroot}/multilib%{_bindir}/%{mingw64_nm} %{buildroot}%{_bindir}/%{mingw_nm} rm -rf %{buildroot}/multilib +# Drop man pages, they are a duplicate of those of the native tools +rm -rf %{buildroot}%{_mandir}/man1/* + %files -n mingw-binutils-generic %license COPYING -%{_mandir}/man1/* %{_bindir}/%{mingw_strip} %{_bindir}/%{mingw_objdump} %{_bindir}/%{mingw_objcopy} @@ -371,6 +373,9 @@ rm -rf %{buildroot}/multilib %changelog +* Thu Aug 12 2021 Sandro Mani - 2.37-2 +- Drop man pages + * Sat Jul 24 2021 Sandro Mani - 2.37-1 - Update to 2.37