Name: python-es_client Version: 8.7.0 Release: 1%{dist} Summary: Elasticsearch Client builder, complete with schema validation # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: Apache-2.0 URL: https://github.com/untergeek/es_client Source: %{pypi_source es_client} 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}-pathspec BuildRequires: python%{python3_pkgversion}-hatchling # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'es_client' generated automatically by pyp2spec.} %description %_description %package -n python%{python3_pkgversion}-es_client Summary: %{summary} Requires: python%{python3_pkgversion}-elasticsearch8 %description -n python%{python3_pkgversion}-es_client %_description %prep %autosetup -p1 -n es_client-%{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}-es_client -f %{pyproject_files}