Name: python-ecs-logging Version: 2.0.0 Release: 1%{dist} Summary: Logging formatters for ECS (Elastic Common Schema) in Python # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: Apache URL: https://github.com/elastic/ecs-logging-python Source: %{pypi_source ecs-logging} BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel BuildRequires: pyproject-rpm-macros BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-pip BuildRequires: python%{python3_pkgversion}-wheel BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: python%{python3_pkgversion}-flit-core # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'ecs_logging' generated automatically by pyp2spec.} %description %_description %package -n python%{python3_pkgversion}-ecs-logging Summary: %{summary} %description -n python%{python3_pkgversion}-ecs-logging %_description %prep %autosetup -p1 -n ecs-logging-python-%{version} %build %pyproject_wheel %install %pyproject_install # For official Fedora packages, including files with '*' +auto is not allowed # Replace it with a list of relevant Python modules/globs and list extra files in %%files %pyproject_save_files '*' +auto %files -n python%{python3_pkgversion}-ecs-logging -f %{pyproject_files}