# created by pyp2rpm-3.3.2 %global pypi_name ogr %{?python_enable_dependency_generator} Name: python-%{pypi_name} Version: 0.0.3 Release: 1%{?dist} Summary: One API for multiple git forges License: MIT URL: https://github.com/packit-service/ogr Source0: https://files.pythonhosted.org/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: python3dist(setuptools-scm) BuildRequires: python3dist(setuptools-scm-git-archive) %description One Git library to Rule! %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} One Git library to Rule! %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %license LICENSE %doc README.md %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog * Thu Feb 28 2019 Frantisek Lachman - 0.0.3-1 - New upstream release 0.0.3 * Tue Feb 26 2019 Tomas Tomecek - 0.0.2-1 - Initial package.