9.1 #1

Merged
cromer merged 46 commits from 9.1 into master 2020-06-02 00:45:19 -04:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 2c47402be7 - Show all commits

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