Name: python-modulo-vki Version: 2.1.4 Release: %autorelease # Fill in the actual package summary to submit package to Fedora Summary: MODULO (MODal mULtiscale pOd) is a software developed at the von Karman Institute to perform Multiscale Modal Analysis of numerical and experimental data. # No license information obtained, it's up to the packager to fill it in License: ... URL: https://github.com/mendezVKI/MODULO/tree/master/modulo_python_package/ Source: %{pypi_source modulo_vki} BuildArch: noarch BuildRequires: python3-devel # Fill in the actual package description to submit package to Fedora %global _description %{expand: This is package 'modulo-vki' generated automatically by pyp2spec.} %description %_description %package -n python3-modulo-vki Summary: %{summary} %description -n python3-modulo-vki %_description %prep %autosetup -p1 -n modulo_vki-%{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_allow_no_modules -t %files -n python3-modulo-vki -f %{pyproject_files} %changelog %autochangelog