# Created by pyp2rpm-3.3.6 %global pypi_name concentration Name: python-%{pypi_name} Version: 1.1.5 Release: 1%{?dist} Summary: Get work done when you need to, goof off when you don't License: MIT URL: None Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description Python concentration is magic you need and the one you deserve %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} Requires: (python3dist(hug) >= 2.6.1 with python3dist(hug) < 3) Requires: python3dist(setuptools) %description -n python3-%{pypi_name} Python concentration is magic you need and the one you deserve %prep %autosetup -n %{pypi_name}-%{version} %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %license LICENSE %doc README.md %{_bindir}/concentration %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Sat Jun 26 2021 sumantro93 - 1.1.5-1 - Initial package.