remove f2py form python3-numpy package and Do not pack open-source test case files
This commit is contained in:
parent
042b236b8a
commit
10b683952f
14
numpy.spec
14
numpy.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: numpy
|
Name: numpy
|
||||||
Version: 1.24.3
|
Version: 1.24.3
|
||||||
Release: 2
|
Release: 3
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: A fast multidimensional array facility for Python
|
Summary: A fast multidimensional array facility for Python
|
||||||
|
|
||||||
@ -99,15 +99,25 @@ popd &> /dev/null
|
|||||||
%{python3_sitearch}/%{name}/*
|
%{python3_sitearch}/%{name}/*
|
||||||
%{python3_sitearch}/%{name}-*.egg-info
|
%{python3_sitearch}/%{name}-*.egg-info
|
||||||
%exclude %{python3_sitearch}/%{name}/LICENSE.txt
|
%exclude %{python3_sitearch}/%{name}/LICENSE.txt
|
||||||
|
%exclude %{python3_sitearch}/%{name}/f2py
|
||||||
|
%exclude %{python3_sitearch}/%{name}/tests/
|
||||||
|
%exclude %{python3_sitearch}/%{name}/*/tests/
|
||||||
|
|
||||||
%files -n python3-numpy-f2py
|
%files -n python3-numpy-f2py
|
||||||
%{_bindir}/f2py
|
%{_bindir}/f2py
|
||||||
%{_bindir}/f2py3
|
%{_bindir}/f2py3
|
||||||
%{_bindir}/f2py3.*
|
%{_bindir}/f2py3.*
|
||||||
%{python3_sitearch}/%{name}/f2py
|
%{python3_sitearch}/%{name}/f2py
|
||||||
|
%exclude %{python3_sitearch}/%{name}/f2py/tests/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 22 2024 shixuantong <shixuantong1@huawei.com> - 1:1.24.3-3
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:remove f2py form python3-numpy package. It is in python3-numpy-f2py
|
||||||
|
Do not pack open-source test case files
|
||||||
|
|
||||||
* Wed Jan 31 2024 xu_ping <707078654@qq.com> - 1:1.24.3-2
|
* Wed Jan 31 2024 xu_ping <707078654@qq.com> - 1:1.24.3-2
|
||||||
- adapted Cython upgrade version to 3.0.8
|
- adapted Cython upgrade version to 3.0.8
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user