%global pypi_name fsspec %global pypi_version 2023.12.0 %global pkg_summary A specification that python filesystems should adhere to. %global pkg_description %{expand: %{pkg_summary}} %global debug_package %{nil} Name: python-%{pypi_name} Version: %{pypi_version} Release: 1%{?dist} Summary: %{pkg_summary} License: BSD 3-Clause URL: https://github.com/fsspec/filesystem_spec Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/filesystem_spec-%{version}.tar.gz BuildRequires: cmake BuildRequires: ninja-build BuildRequires: g++ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling %description %{pkg_description} %package -n python3-%{pypi_name} Summary: %{pkg_summary} %description -n python3-%{pypi_name} %{pkg_description} %prep %autosetup -p1 -n filesystem_spec-%{pypi_version} %build %pyproject_build %install %pyproject_install %files -n python3-%{pypi_name} %license LICENSE %doc README.md %{python3_sitelib}/%{pypi_name}* %changelog * Sun Mar 31 2024 YunShu - add python-fsspec