%global srcname fuse %global real_name python-%{srcname} Name: python-lib%{srcname} Version: 1.0.9 Release: 1%{?dist} Summary: Python 2.x/3.x bindings for libfuse 2.x License: LGPL-v2.1 URL: https://github.com/libfuse/%{real_name} Source0: https://github.com/libfuse/%{real_name}/archive/refs/tags/v%{version}/%{real_name}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: pkgconfig(fuse) BuildRequires: gcc %global _description %{expand: This is a Python interface to libfuse (https://github.com/libfuse/libfuse).} %description %_description %package -n python3-lib%{srcname} Summary: %{summary} %description -n python3-lib%{srcname} %_description %prep %autosetup -n %{real_name}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files fuse fuseparts %files -n python3-lib%{srcname} -f %{pyproject_files} %doc README.md %license COPYING %changelog * Fri Oct 24 2025 - 1.9.9-2 - switch to pyproject * Tue Dec 31 2024 - 1.0.9-1 - new version 1.0.9, remove %%check since that way of testing is deprecated. * Thu Jun 13 2024 - 1.0.8-1 - new version 1.0.8 * Tue Mar 19 2024 - 1.0.7-1 - initial spec for version 1.0.7