diff --git a/packaging/rpm/umu-launcher.spec b/packaging/rpm/umu-launcher.spec index cf846e9f..6c9d1643 100644 --- a/packaging/rpm/umu-launcher.spec +++ b/packaging/rpm/umu-launcher.spec @@ -20,6 +20,8 @@ Summary: A tool for launching non-steam games with proton License: GPLv3 URL: https://github.com/Open-Wine-Components/umu-launcher +Patch0: 0001-rpm-use-fedora-pyzstd.patch + BuildArch: x86_64 BuildRequires: meson >= 0.54.0 BuildRequires: ninja-build @@ -53,9 +55,11 @@ git clone --single-branch --branch main https://github.com/Open-Wine-Components/ cd umu-launcher git submodule update --init --recursive +%setup -q +%patch -P 0 + %build cd umu-launcher -git apply ../0001-rpm-use-fedora-pyzstd.patch ./configure.sh --prefix=/usr make