%global debug_package %{nil} %define pypi_name copr_wxpython %define python_name python3-%{pypi_name} Name: python-%{pypi_name} Version: 0.0.6 Release: %autorelease Summary: Copr package build gui tools # Check if the automatically generated License and its spelling is correct for Fedora # https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ License: GPL-3.0-only URL: https://pagure.io/matrix/python-copr-wx Source: copr_wxpython-%{version}.tar.gz BuildRequires: pyproject-rpm-macros BuildRequires: python-devel %if %{undefined python_module} %define python_module() python3dist(%1) %endif BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes Requires: %{python_module copr_gui} Requires: %{python_module wxpython} BuildArch: noarch # Fill in the actual package description to submit package to Fedora %global _description %{expand: Copr package build gui tools} %description %_description %package -n %{python_name} Summary: %{summary} %description -n %{python_name} %_description %prep %autosetup -p1 -n %{pypi_name}-%{version} %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 %files -n %{python_name} -f %{pyproject_files} %changelog %autochangelog