%global srcname eth-typing Name: python-eth-typing Version: 3.0.0 Release: 1%{?dist} Summary: Common type annotations for ethereum python packages License: MIT URL: https://github.com/ethereum/eth-typing Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel %description %{summary}. %package -n python3-eth-typing Summary: %{summary} %description -n python3-eth-typing %{summary}. %prep %autosetup -n %{srcname}-%{version} rm -rf eth_typing.egg-info/ %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files eth_typing %check # no tests are included in the srcdist %files -n python3-eth-typing -f %{pyproject_files} %license LICENSE %doc README.md %changelog * Sat May 07 2022 Jonny Heggheim - 3.0.0-1 - Inital packaging