Name: python-elasticsearch8 Version: 8.7.0 Release: 1%{dist} Summary: Python client for Elasticsearch # 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/elastic/elasticsearch-py Source: %{pypi_source elasticsearch8} 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 # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'elasticsearch8' generated automatically by pyp2spec.} %description %_description %package -n python%{python3_pkgversion}-elasticsearch8 Summary: %{summary} Requires: python%{python3_pkgversion}-ecs-logging %description -n python%{python3_pkgversion}-elasticsearch8 %_description %prep %autosetup -p1 -n elasticsearch8-%{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}-elasticsearch8 -f %{pyproject_files}