# Created by pyp2rpm-3.3.7 %global pypi_name littleutils %global pypi_version 0.2.2 Name: python-%{pypi_name} Version: %{pypi_version} Release: 1%{?dist} Summary: Small personal collection of python utility functions License: MIT URL: https://github.com/alexmojaki/littleutils Source0: https://files.pythonhosted.org/packages/source/l/%{pypi_name}/%{pypi_name}-%{pypi_version}.tar.gz BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %description %package -n python%{python3_pkgversion}-%{pypi_name} Summary: Small personal collection of python utility functions %description -n python%{python3_pkgversion}-%{pypi_name} %prep %autosetup -n %{pypi_name}-%{pypi_version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %{__python3} setup.py build %install %{__python3} setup.py install --skip-build --root %{buildroot} %files -n python%{python3_pkgversion}-%{pypi_name} %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info %changelog * Wed Feb 16 2022 mockbuilder - 0.2.2-1 - Initial package.