diff --git a/scipy.spec b/scipy.spec index a212467d3f2b6f9ab3e1298c6aeb6718c34d3c80..26d6a315d29d55d5d1b41fea2d667da75423b250 100644 --- a/scipy.spec +++ b/scipy.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Name: scipy Version: 1.2.2 -Release: 6 +Release: 7 Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering License: Qhull and Apache-2.0 URL: https://www.scipy.org @@ -72,12 +72,17 @@ env FFLAGS="$RPM_OPT_FLAGS -fPIC" \ %py3_install popd +find %{buildroot} -type f -name '*.so' -exec strip '{}' ';' + %files -n python3-scipy %license LICENSE.txt %{python3_sitearch}/scipy %{python3_sitearch}/*.egg-info %changelog +* Sat Sep 4 2021 zhangtao - 1.2.2-7 +- Strip Dynamic library + * Mon Aug 02 2021 chenyanpanHW - 1.2.2-6 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git