# Created by pyp2rpm-3.3.5 %global pypi_name vcversioner Name: python-%{pypi_name} Version: 2.16.0.0 Release: 1%{?dist} Summary: Use version control tags to discover version numbers License: ISC URL: https://github.com/habnabit/vcversioner Source0: %{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %description Use version control tags to discover version numbers %package -n python%{python3_pkgversion}-%{pypi_name} Summary: Use version control tags to discover version numbers Requires: python%{python3_pkgversion}-setuptools %description -n python%{python3_pkgversion}-%{pypi_name} Use version control tags to discover version numbers %prep %autosetup -n %{pypi_name}-%{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} %doc README.rst %dir %{python3_sitelib}/__pycache__/ %{python3_sitelib}/__pycache__/* %{python3_sitelib}/%{pypi_name}.py %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Tue Mar 09 2021 David Mueller - 2.16.0.0-1 - Initial package.