Usepython3_sitearchinsteadofpython3_sitelib
This commit is contained in:
parent
c481d72374
commit
07d57f29ac
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.90
|
Version: 0.90
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Scalable, Portable and Distributed Gradient Boosting Library
|
Summary: Scalable, Portable and Distributed Gradient Boosting Library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/dmlc/xgboost
|
URL: https://github.com/dmlc/xgboost
|
||||||
@ -60,10 +60,13 @@ find %{buildroot} -name "*.py" -exec sed -i -r 's!/usr/bin/python(\s|$)!/usr/bin
|
|||||||
%{_bindir}/xgboost
|
%{_bindir}/xgboost
|
||||||
/usr/xgboost
|
/usr/xgboost
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/%{pypi_name}/
|
%{python3_sitearch}/%{pypi_name}/
|
||||||
%{python3_sitelib}/%{pypi_name}-*.egg-info/
|
%{python3_sitearch}/%{pypi_name}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 25 2022 caodongxia <caodongxia@h-partners.com> - 0.90-6
|
||||||
|
- Use python3_sitearch instead of python3_sitelib
|
||||||
|
|
||||||
* Wed May 18 2022 liukuo <liukuo@kylinos.cn> - 0.90-5
|
* Wed May 18 2022 liukuo <liukuo@kylinos.cn> - 0.90-5
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user