fix typo in numpy incllude directory symlink to %{_includedir} [release 1.16.4-3mamba;Wed Aug 28 2019]

This commit is contained in:
Silvan Calarco 2024-01-06 11:31:42 +01:00
parent 05d2a87e0a
commit c744348057

View File

@ -1,6 +1,6 @@
Name: python-numpy
Version: 1.16.4
Release: 2mamba
Release: 3mamba
Summary: NumPy: Scientific computing with Python NumPy
Group: System/Libraries/Python
Vendor: openmamba
@ -64,7 +64,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%if !0%{?with_pyver}
install -d -m0755 %{buildroot}%{_includedir}
ln -s %{python_sitearch}/nnumpy/core/include/numpy %{buildroot}%{_includedir}/numpy
ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/numpy
%endif
%if 0%{?with_pyver}
@ -89,6 +89,9 @@ rm -f %{buildroot}%{_bindir}/f2py
%endif
%changelog
* Wed Aug 28 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.4-3mamba
- fix typo in numpy incllude directory symlink to %{_includedir}
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.4-2mamba
- rebuilt with -py3 package