bump release

This commit is contained in:
eabdullin 2022-07-07 19:34:15 +03:00
parent ab3beba8f9
commit d571c3a246
1 changed files with 1 additions and 1 deletions

View File

@ -1050,7 +1050,6 @@ fi
#----------------------------------------------------------------------------
%install
rm -f %{_bindir}/windres
%if %{with docs}
%make_install DESTDIR=%{buildroot}
%else
@ -1082,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}