%global srcname spdx Name: python-spdx Version: 2.5.0 Release: 1%{?dist} Summary: SPDX license list database License: CC0 URL: https://github.com/bbqsrc/spdx-python Source0: %pypi_source BuildArch: noarch %description A Python module incorporating an interface to the SPDX license database. %package -n python%{python3_pkgversion}-%{srcname} Summary: SPDX license list database %{?python_provide:%python_provide python3-%{srcname}} BuildRequires: python%{python3_pkgversion}-devel %description -n python%{python3_pkgversion}-%{srcname} A Python module incorporating an interface to the SPDX license database. %prep %setup -q -n %{srcname}-%{version} %build ls %py3_build %install %py3_install %files -n python%{python3_pkgversion}-%{srcname} %doc README.rst %license LICENSE %{python3_sitelib}/spdx-*.egg-info/ %{python3_sitelib}/spdx/ %changelog * Sun Sep 29 2019 Jeremy Bertozzi - 2.5.0-1 - Initial package