Convert License tag to SPDX

This commit is contained in:
Jerry James 2023-10-11 19:24:43 -06:00
parent 78288e18a6
commit 1999f77f84

View File

@ -27,10 +27,26 @@ Name: scipy
Version: 1.11.3 Version: 1.11.3
Release: 1%{?dist} Release: 1%{?dist}
# BSD -- whole package except: # BSD-3-Clause -- whole package except:
# Boost -- scipy/special/cephes/scipy_iv.c # BSD-2-Clause -- scipy/_lib/_pep440.py
# Public Domain -- scipy/odr/__odrpack.c # scipy/_lib/decorator.py
License: BSD and Boost and Public Domain # scipy/optimize/lbfgsb_src
# scipy/special/_ellip_harm.pxd
# MIT -- scipy/cluster/_optimal_leaf_ordering.pyx
# scipy/io/_idl.py
# scipy/linalg/_basic.py (in part)
# scipy/optimize/_highs
# scipy/optimize/_lbfgsb_py.py
# scipy/optimize/_tnc.py
# scipy/optimize/_trlib
# scipy/optimize/tnc
# scipy/special/Faddeeva.{cc,hh}
# BSL-1.0 -- scipy/_lib/boost_math
# scipy/special/cephes
# Boehm-GC -- scipy/sparse/linalg/_dsolve/SuperLU
# Qhull -- scipy/spatial/qhull_src
# LicenseRef-Fedora-Public-Domain -- scipy/odr/__odrpack.c
License: BSD-3-Clause AND BSD-2-Clause AND MIT AND BSL-1.0 AND Boehm-GC AND Qhull AND LicenseRef-Fedora-Public-Domain
Url: http://www.scipy.org/scipylib/index.html Url: http://www.scipy.org/scipylib/index.html
Source0: https://github.com/scipy/scipy/releases/download/v%{version}/scipy-%{version}.tar.gz Source0: https://github.com/scipy/scipy/releases/download/v%{version}/scipy-%{version}.tar.gz
@ -236,7 +252,7 @@ rm -rf .pytest_cache
popd popd
%files -n python3-scipy %files -n python3-scipy
%doc LICENSE.txt %license LICENSE.txt
%{python3_sitearch}/scipy/ %{python3_sitearch}/scipy/
%{python3_sitearch}/*.egg-info %{python3_sitearch}/*.egg-info
%exclude %{python3_sitearch}/scipy/*/tests/ %exclude %{python3_sitearch}/scipy/*/tests/
@ -260,6 +276,7 @@ popd
* Wed Oct 11 2023 Jerry James <loganjerry@gmail.com> - 1.11.3-1 * Wed Oct 11 2023 Jerry James <loganjerry@gmail.com> - 1.11.3-1
- New upstream release 1.11.3 - New upstream release 1.11.3
resolves: #2211813 resolves: #2211813
- Convert License tag to SPDX
* Wed Jul 12 2023 psimovec <psimovec@redhat.com> - 1.11.1-1 * Wed Jul 12 2023 psimovec <psimovec@redhat.com> - 1.11.1-1
- New upstream release 1.11.1 - New upstream release 1.11.1