Remove ctf-spec info

This commit is contained in:
Andrew Lukoshko 2022-10-05 18:21:43 +00:00
parent ab25e67de6
commit e44dc9ca80
1 changed files with 1 additions and 3 deletions

View File

@ -753,7 +753,7 @@ install -m 644 opcodes/libopcodes.a %{buildroot}%{_libdir}
rm -f %{buildroot}%{_mandir}/man1/{dlltool,nlmconv,windres,windmc}*
%if %{without docs}
rm -f %{buildroot}%{_mandir}/man1/{addr2line,ar,as,c++filt,elfedit,gprof,ld,nm,objcopy,objdump,ranlib,readelf,size,strings,strip}*
rm -f %{buildroot}%{_infodir}/{as,bfd,binutils,gprof,ld}*
rm -f %{buildroot}%{_infodir}/{as,bfd,binutils,gprof,ld,ctf-spec}*
%endif
%if %{enable_shared}
@ -845,8 +845,6 @@ if [ -x gold/ld-new ]; then
cat %{?cross}gold.lang >> %{?cross}binutils.lang
fi
find %{buildroot} -name "ctf-spec.info.*" -delete
#----------------------------------------------------------------------------
%if %{with gold}