Name: python-frenchmaid Version: 0.2.3 Release: 1%{?dist} Summary: Remove all pests from your project! frenchmaid is a lightweight all platform cli package that will delete all pycache and other folders (contents included) in your project directory. Are you tired of doing it manually each time? Fear not, the frenchmaid will do it for you! # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: ASL URL: https://github.com/lewisjr/frenchmaid.git Source: %{pypi_source frenchmaid} BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'frenchmaid' generated automatically by pyp2spec.} %description %_description %package -n python3-frenchmaid Summary: %{summary} %description -n python3-frenchmaid %_description %prep %autosetup -p1 -n frenchmaid-%{version} %generate_buildrequires %pyproject_buildrequires %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 %check %pyproject_check_import -t %files -n python3-frenchmaid -f %{pyproject_files} %changelog * Sun Apr 16 2023 mockbuilder - 0.2.3-1 - Initial package