From 54c301d75aae77f84aa5791ff9f4546f2dfaa011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 1 Aug 2019 10:50:52 +0200 Subject: [PATCH] Reintroduce libnpymath.a (#1735674) --- numpy.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/numpy.spec b/numpy.spec index 84b2c6b..db9c8dd 100644 --- a/numpy.spec +++ b/numpy.spec @@ -5,7 +5,7 @@ Name: numpy Version: 1.17.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -34,6 +34,9 @@ Summary: A fast multidimensional array facility for Python License: BSD %{?python_provide:%python_provide python3-numpy} +Provides: libnpymath-static = %{epoch}:%{version}-%{release} +Provides: libnpymath-static%{?_isa} = %{epoch}:%{version}-%{release} + BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest @@ -134,10 +137,6 @@ pushd %{buildroot}%{_bindir} &> /dev/null ln -s f2py3 f2py.numpy popd &> /dev/null -# Drop static lib. -rm -f %{buildroot}%{python3_sitearch}/%{modname}/core/lib/libnpymath.a - - #symlink for includes, BZ 185079 mkdir -p %{buildroot}%{_includedir} ln -s %{python3_sitearch}/%{name}/core/include/numpy/ %{buildroot}%{_includedir}/numpy @@ -185,6 +184,9 @@ python3 runtests.py %changelog +* Thu Aug 01 2019 Miro HronĨok - 1:1.17.0-2 +- Reintroduce libnpymath.a (#1735674) + * Tue Jul 30 2019 Gwyn Ciesla 1:1.17.0-1 - 1.17.0, split out Python 2.