Name: python-application-file-scanner Version: 0.6.4 Release: %autorelease Summary: A small package to deal with the headaches of scanning for files for an application to execute on License: MIT URL: https://application_file_scanner.readthedocs.io/ Source: %{pypi_source application_file_scanner} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: A small package to deal with the headaches of scanning for files for an application to execute on} %description %_description %package -n python3-application-file-scanner Summary: %{summary} %description -n python3-application-file-scanner %_description %prep %autosetup -p1 -n application_file_scanner-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l application_file_scanner %check %pyproject_check_import %files -n python3-application-file-scanner -f %{pyproject_files} %changelog %autochangelog