## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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 Name: umu-launcher Version: 1.3.0 Release: %autorelease Summary: A tool for launching non-steam games with proton # Rust deps ### BEGIN LICENSE SUMMARY ### # # Apache-2.0 OR MIT # BSD-3-Clause # MIT # MIT OR Apache-2.0 ### END LICENSE SUMMARY ### License: GPLv3 AND (Apache-2.0 OR MIT) AND BSD-3-Clause AND MIT AND (MIT OR Apache-2.0) URL: https://github.com/Open-Wine-Components/umu-launcher Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: scdoc BuildRequires: python3-devel BuildRequires: python3-build BuildRequires: python3-installer BuildRequires: cargo-rpm-macros >= 26 %description %{name} A tool for launching non-steam games with proton %generate_buildrequires %cargo_generate_buildrequires %pyproject_buildrequires -x delta-updates %prep %autosetup -p 1 %cargo_prep %conf ./configure.sh --prefix=/usr --use-system-pyzstd --use-system-urllib %build make %cargo_license_summary %{cargo_license} > LICENSE.dependencies %install make DESTDIR=%{buildroot} PYTHONDIR=%{python3_sitelib} install %files %{_bindir}/umu-run %{_datadir}/man/* %{python3_sitelib}/umu* %license LICENSE %license LICENSE.dependencies %changelog ## START: Generated by rpmautospec * Sun Dec 07 2025 Tilmann Arne Meyer - 1.3.0-2 - Enable delta-updates extra * Sun Dec 07 2025 Tilmann Arne Meyer - 1.3.0-1 - Initial Import ## END: Generated by rpmautospec