%global pypi_name syslog-rfc5424-formatter Name: python-%{pypi_name} Version: 1.2.3 Release: 1%{?dist} Summary: Logging formatter which produces well-formatted RFC5424 Syslog Protocol messages License: ISC URL: https://github.com/easypost/syslog-rfc5424-formatter Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description This module implements a python logging formatter which produces well-formed RFC5424-compatible Syslog messages to a given socket. %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} This module implements a python logging formatter which produces well-formed RFC5424-compatible Syslog messages to a given socket. %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.txt %doc README.md %{python3_sitelib}/syslog_rfc5424_formatter %{python3_sitelib}/syslog_rfc5424_formatter-%{version}-py%{python3_version}.egg-info %changelog * Mon Oct 10 2022 Laura Barcziova - 1.2.3-1 - Initial package.