%global srcname spdx-lookup Name: python-spdx-lookup Version: 0.3.2 Release: 10%{?dist} Summary: SPDX license list query tool License: BSD URL: https://github.com/bbqsrc/spdx-lookup-python Source0: %pypi_source BuildArch: noarch %description A tool to query the SPDX license list. %package -n python%{python3_pkgversion}-%{srcname} Summary: SPDX license list query tool %{?python_provide:%python_provide python3-%{srcname}} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-spdx %description -n python%{python3_pkgversion}-%{srcname} A tool to query the SPDX license list. %prep %setup -q -n %{srcname}-%{version} %build %py3_build %install %py3_install %files -n python%{python3_pkgversion}-%{srcname} %doc README.rst %license LICENSE %{python3_sitelib}/spdx_lookup/ %{python3_sitelib}/spdx_lookup-*.egg-info/ %{_bindir}/spdx-lookup %changelog * Fri Jul 22 2022 Fedora Release Engineering - 0.3.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.3.2-9 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.3.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.3.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.3.2-6 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro HronĨok - 0.3.2-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Sep 29 2019 Jeremy Bertozzi - 0.3.2-1 - Initial package