%global srcname object-ql Name: python-%{srcname} Version: 0.1.2 Release: 1%{?dist} Summary: An object query language for the Gramps Project and others License: MIT URL: https://pypi.org/project/object-ql/ Source: %{pypi_source} BuildArch: noarch %global _description %{expand: An Object Query Language, for the Gramps Project and other objects. This project is designed to be a drop-in replacement gramps-ql.} %description %_description %py_provides python3-%{srcname} %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %_description %prep %autosetup -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files 'object_ql*' # Note that there is no %%files section for the unversioned python module %files -n python3-%{srcname} -f %{pyproject_files} %license LICENSE %doc README.md %changelog * Tue Jan 21 2025 Al Stone - 0.1.2-1 - Initial build of 0.1.2