Compare commits

...

3 Commits

Author SHA1 Message Date
eabdullin d571c3a246 bump release 2022-07-07 19:34:15 +03:00
eabdullin ab3beba8f9 bump release 2022-07-07 19:33:27 +03:00
eabdullin 1b0406adea Remove windres 2022-07-07 17:45:31 +03:00
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?name_cross}%{?_with_debug:-debug}
Version: 2.30
Release: 113%{?dist}
Release: 113%{?dist}.alma.1
License: GPLv3+
URL: https://sourceware.org/binutils
@ -1081,6 +1081,7 @@ install -m 644 bfd/libbfd.a %{buildroot}%{_libdir}
install -m 644 libiberty/libiberty.a %{buildroot}%{_libdir}
install -m 644 include/libiberty.h %{buildroot}%{_prefix}/include
install -m 644 opcodes/libopcodes.a %{buildroot}%{_libdir}
rm -f %{buildroot}%{_bindir}/windres
# Remove Windows/Novell only man pages
rm -f %{buildroot}%{_mandir}/man1/{dlltool,nlmconv,windres,windmc}*
%if %{without docs}