%global srcname spdx-lookup Name: python-spdx-lookup Version: 0.3.2 Release: 1%{?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 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 * Sun Sep 29 2019 Jeremy Bertozzi - 0.3.2-1 - Initial package