Name: python-sabctools Version: 8.2.5 Release: 0.01 # Fill in the actual package summary to submit package to Fedora Summary: C implementations of functions for use within SABnzbd # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: GPL-2.0-or-later URL: https://github.com/sabnzbd/sabctools/ Source: %{pypi_source sabctools} BuildRequires: python3-devel BuildRequires: gcc-c++ # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'sabctools' generated automatically by pyp2spec.} %description %_description %package -n python3-sabctools Summary: %{summary} %description -n python3-sabctools %_description %prep %autosetup -p1 -n sabctools-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install # Add top-level Python module names here as arguments, you can use globs %pyproject_save_files -l '*' +auto %check %pyproject_check_import %files -n python3-sabctools -f %{pyproject_files} %changelog * Fri Nov 15 2024 Brian J. Murrell - 8.2.5-0.01 - Initial release