diff --git a/anda/games/umu/anda.hcl b/anda/games/umu/anda.hcl index b0d30d12de..ac05fcdf75 100644 --- a/anda/games/umu/anda.hcl +++ b/anda/games/umu/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "umu-launcher.spec" } diff --git a/anda/games/umu/umu-launcher.spec b/anda/games/umu/umu-launcher.spec index 7438168682..955dea326d 100644 --- a/anda/games/umu/umu-launcher.spec +++ b/anda/games/umu/umu-launcher.spec @@ -1,6 +1,6 @@ Name: umu-launcher Version: 1.2.3 -Release: 1%?dist +Release: 2%?dist Summary: A tool for launching non-steam games with proton License: GPL-3.0-only @@ -27,11 +27,18 @@ BuildRequires: python3-wheel BuildRequires: python3-xlib BuildRequires: python3-pyzstd BuildRequires: cargo + Requires: python Requires: python3 +%if %{?fedora} <= 41 Requires: python3-xlib Requires: python3-filelock +Requires: python3-pyzstd +AutoReqProv: no +%endif + +BuildArch: x86_64 %description %summary. @@ -40,7 +47,11 @@ Requires: python3-filelock %git_clone %url %version %build +%if %{?fedora} <= 41 ./configure.sh --prefix=%_prefix --use-system-pyzstd +%else +./configure.sh --prefix=%_prefix --use-system-pyzstd --use-system-urllib +%endif %{make_build} %install