## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global debug_package %{nil} Name: umu-launcher Version: 1.1.4 Release: %autorelease Summary: Unified launcher for Windows games on Linux License: GPL-3.0-only URL: https://github.com/Open-Wine-Components/%{name} Source0: %{url}/archive/refs/tags/%{version}.tar.gz BuildRequires: python3-devel # Python3 libraries missed by the wheel script BuildRequires: python3dist(build) BuildRequires: python3dist(installer) BuildRequires: make BuildRequires: scdoc %description This is a unified launcher for Windows games on Linux. It is essentially a copy of the Steam Runtime Tools and Steam Linux Runtime that Valve uses for Proton, with some modifications made so that it can be used outside of Steam. %prep %autosetup -p1 %generate_buildrequires %pyproject_buildrequires %build # Not 100% sure about this one ./configure.sh --prefix=%{_prefix} %make_build %install %make_install %files %license LICENSE %doc docs/* %{python3_sitelib}/umu/ %{python3_sitearch}/umu/ %{python3_sitelib}/umu_launcher-%{version}.dist-info/ %{_mandir}/man{1,5}/umu*.gz %{_datadir}/steam/compatibilitytools.d/umu-launcher/ %{_bindir}/umu-run %changelog ## START: Generated by rpmautospec * Fri Jan 24 2025 John Doe - 1.1.4-1 - Uncommitted changes ## END: Generated by rpmautospec