%define debug_package %{nil} Name: umu-launcher Version: 1.1.2 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 BuildRequires: meson >= 0.54.0 BuildRequires: ninja-build BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: scdoc # Python3 libraries missed by the wheel script BuildRequires: python3dist(build) BuildRequires: python3dist(installer) %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=/usr %make_build %install %make_install %files %license LICENSE %doc docs/* %{python3_sitelib}/umu/ %{python3_sitearch}/umu/ %{python3_sitelib}/umu_launcher-%{version}.dist-info/ %{_mandir}/man1/umu.1.gz %{_mandir}/man5/umu.5.gz %{_datadir}/steam/compatibilitytools.d/umu-launcher/ %{_bindir}/umu-run %changelog %autochangelog