SHA256
1
0
forked from pool/wine
Marcus Meissner 2023-02-20 08:28:00 +00:00 committed by Git OBS Bridge
parent a68f21b7a8
commit 5d7fff011c

View File

@ -171,6 +171,7 @@ Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel
BuildRequires: libva-devel
BuildRequires: python3
%endif
%if %{nine}
# upstream patch target version
@ -246,7 +247,7 @@ cp %{S:3} .
%if %{staging}
# apply wine staging patch set on top of the wine release.
tar xf %{SOURCE100}
bash ./wine-staging-%staging_version/patches/patchinstall.sh --all
python3 ./wine-staging-%staging_version/patches/patchinstall.py --all
%endif
%if %{nine}