%global py_name rust_build Name: python-rust-build Version: 0.1.1 Release: 0%{?dist} Summary: A library for build rust projects using doit.py License: Apache-2.0 URL: https://gitlab.com/terryp/rust_build Source: %{py_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: cargo Requires: cargo BuildSystem: pyproject BuildOption(install): %{py_name} %description %{summary} %package -n python3-rust-build Summary: %{summary} %description -n python3-rust-build %{summary} %files -n python3-rust-build -f %{pyproject_files} %changelog %autochangelog