Version 2.1.3. Convert License tag to SPDX.
This commit is contained in:
parent
d7fd8f56d8
commit
9fcb40fb88
@ -1,9 +1,9 @@
|
||||
Name: python-gmpy2
|
||||
Version: 2.1.2
|
||||
Release: 4%{?dist}
|
||||
Version: 2.1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Python interface to GMP, MPFR, and MPC
|
||||
|
||||
License: LGPLv3+
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://pypi.python.org/pypi/gmpy2
|
||||
Source0: %pypi_source gmpy2
|
||||
|
||||
@ -39,9 +39,19 @@ Summary: Python 3 interface to GMP, MPFR, and MPC
|
||||
%description -n python3-gmpy2 %common_desc
|
||||
|
||||
%package doc
|
||||
# The content is LGPL-3.0-or-later. Files added by Sphinx have the following
|
||||
# licences:
|
||||
# _static/*: BSD-2-Clause, except for the following:
|
||||
# _static/jquery*.js: MIT
|
||||
# _static/pygments.css: LGPL-3.0-or-later
|
||||
# _static/underscore*.js: MIT
|
||||
# genindex.html: BSD-2-Clause
|
||||
# search.html: BSD-2-Clause
|
||||
# searchindex.js: BSD-2-Clause
|
||||
License: LGPL-3.0-or-later AND BSD-2-Clause AND MIT
|
||||
Summary: Documentation for gmpy2
|
||||
BuildArch: noarch
|
||||
Provides: bundled(jquery)
|
||||
Provides: bundled(js-jquery)
|
||||
|
||||
%description doc
|
||||
This package contains API documentation for gmpy2.
|
||||
@ -52,12 +62,8 @@ This package contains API documentation for gmpy2.
|
||||
# Update the sphinx theme name
|
||||
sed -i "s/'default'/'classic'/" docs/conf.py
|
||||
|
||||
# Symbols from the math library are also used
|
||||
sed -i "s/'mpfr','gmp'/&,'m'/" setup.py
|
||||
|
||||
%build
|
||||
# Do not pass -pthread to the compiler or linker
|
||||
export CC=gcc
|
||||
export LDSHARED="gcc -shared"
|
||||
|
||||
%pyproject_wheel
|
||||
@ -76,6 +82,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{python3} test/runtests.py
|
||||
%doc docs/_build/html/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 7 2022 Jerry James <loganjerry@gmail.com> - 2.1.3-1
|
||||
- Version 2.1.3
|
||||
- Convert License tag to SPDX
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gmpy2-2.1.2.tar.gz) = abfeb0d8a155235e3aa797ca7b34ab6947f0714273e9d381167a9f6273bad34689e1985c139080b146e072b5bfbb4fa2b937566a14f4b94cc09ed21b3f2082b7
|
||||
SHA512 (gmpy2-2.1.3.tar.gz) = 6759ab52ee9c7abd5a95633d8f42399eb92430b0b2110a7e2db4850d9136f2b41c553a44e5e8c6eb7d44aa68318fd04d43f57b7a8a8af60b5d70140e8d2e2a6f
|
||||
|
Loading…
Reference in New Issue
Block a user