%global upstream_name pythondialog Name: python-dialog Version: 3.4.0 Release: %mkrel 5 Summary: Python interface to the Unix dialog utility Group: Development/Python License: LGPLv2+ URL: https://pypi.org/project/pythondialog/ Source0: https://files.pythonhosted.org/packages/4f/4f/c9db9c05f082892199b64439cdd42479e6e88cb8748854b2c1391be1914e/pythondialog-%{upstream_name}/%{upstream_name}-%{version}.tar.bz2 BuildArch: noarch BuildRequires: python3-devel Requires: dialog %{?python_provide:%python_provide python-dialog} %description A Python interface to the Unix dialog utility, designed to provide an easy, pythonic and as complete as possible way to use the dialog features from Python code. %package -n python3-dialog Requires: dialog Summary: %{summary} Group: Development/Python %{?python_provide:%python_provide python3-dialog} %description -n python3-dialog A Python interface to the Unix dialog utility, designed to provide an easy, pythonic and as complete as possible way to use the dialog features from Python code. %prep %setup -q -n %{upstream_name}-%{version} %build %py3_build %install %py3_install %files -n python3-dialog %license COPYING %doc README.rst examples/ %{python3_sitelib}/dialog.py* %{python3_sitelib}/__pycache__/ %{python3_sitelib}/pythondialog-*.egg-info