summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-fsspec.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/python-fsspec.spec b/python-fsspec.spec
index ab70c0e..0db3cb7 100644
--- a/python-fsspec.spec
+++ b/python-fsspec.spec
@@ -30,15 +30,15 @@ A specification that python filesystems should adhere to.
%autosetup -p1 -n filesystem_spec-%{pypi_version}
%build
-%pyproject_wheel
+%py3_build
%install
-%pyproject_install
-%pyproject_save_files %{srcname}
+%py3_install
-%files -n python3-%{pypi_name} -f %{pyproject_files}
-%doc README.md
+%files -n python3-%{pypi_name}
%license LICENSE
+%doc README.md
+%{python3_sitearch}/*
%changelog
* Sun Mar 31 2024 YunShu