# Created by pyp2rpm-3.3.5 %global pypi_name brotab Name: python-%{pypi_name} Version: 0.0.0 Release: 1%{?dist} Summary: Control your browser's tabs from the command line License: MIT URL: https://github.com/balta2ar/brotab Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description Control your browser’s tabs from the terminal.AboutLicense %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} Requires: python3dist(setuptools) %description -n python3-%{pypi_name} Control your browser’s tabs from the terminal.AboutLicense %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %check %{__python3} setup.py test %files -n python3-%{pypi_name} %doc README.md README.rst %{_bindir}/brotab %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Fri Jan 01 2021 mockbuilder - 0.0.0-1 - Initial package.