fix missing infodir, bc no longer has it

This commit is contained in:
Chris Cromer 2020-06-01 16:58:06 -04:00
parent af23dcca6a
commit 2c47402be7
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ The Bc package contains an arbitrary precision numeric processing language
install -D -m644 LICENSE.md %{buildroot}/usr/share/licenses/%{name}/LICENSE
#-----------------------------------------------------------------------------
# Create file list
rm %{buildroot}%{_infodir}/dir
find %{buildroot} -name '*.la' -delete
find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.list
sed -i "s|^${RPM_BUILD_ROOT}||" filelist.list
@ -34,7 +33,6 @@ The Bc package contains an arbitrary precision numeric processing language
#-----------------------------------------------------------------------------
%files -f filelist.list
%defattr(-,root,root)
%{_infodir}/*
%{_mandir}/man1/*
#-----------------------------------------------------------------------------
%changelog