diff --git a/python-numpy.spec b/python-numpy.spec index f6018da..70944c6 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -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 1.16.4-3mamba +- fix typo in numpy incllude directory symlink to %{_includedir} + * Sun Aug 18 2019 Silvan Calarco 1.16.4-2mamba - rebuilt with -py3 package