9.1 #1
@ -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
|
install -D -m644 LICENSE.md %{buildroot}/usr/share/licenses/%{name}/LICENSE
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# Create file list
|
# Create file list
|
||||||
rm %{buildroot}%{_infodir}/dir
|
|
||||||
find %{buildroot} -name '*.la' -delete
|
find %{buildroot} -name '*.la' -delete
|
||||||
find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.list
|
find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.list
|
||||||
sed -i "s|^${RPM_BUILD_ROOT}||" 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
|
%files -f filelist.list
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_infodir}/*
|
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user