%global srcname pyxbe Name: python-pyxbe Version: 1.0.3 Release: 1%{?dist} Summary: Read and write XBE files License: MIT URL: https://github.com/mborgerson/pyxbe Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Python 3 library to read and write XBE files, the executable file format for the original Xbox game console.} %description %_description %package -n python3-pyxbe Summary: %{summary} %description -n python3-pyxbe %_description %prep %autosetup -p1 -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l xbe %check %pyproject_check_import %files -n python3-pyxbe -f %{pyproject_files} %doc README.md %changelog * Wed Dec 31 2025 W. Michael Petullo - 1.0.3-1 - Initial package