From 432ad5783469ed8ca0ab618aee240b16d8baf9c3d4991ee457299755a5b7d584 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 3 Feb 2024 10:32:11 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1085 --- wine.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wine.spec b/wine.spec index 2f3902a..cc12ebc 100644 --- a/wine.spec +++ b/wine.spec @@ -508,6 +508,8 @@ chmod 755 %winedir/my-find-requires.sh %dir /usr/lib/wine/ %dir /usr/lib/wine/i386-windows %dir /usr/lib/wine/i386-unix +%dir %{_libdir}/wine/x86_64-windows +%dir %{_libdir}/wine/x86_64-unix %dir %{_libdir}/wine /usr/%{_lib}/wine/i386-windows /usr/%{_lib}/wine/i386-unix @@ -542,6 +544,10 @@ chmod 755 %winedir/my-find-requires.sh %endif %if 0%{?suse_version} >= 1550 %ifarch %{ix86} x86_64 +%ifarch x86_64 +%dir %{_libdir}/wine/x86_64-windows +%dir %{_libdir}/wine/x86_64-unix +%endif # only generated with mingw %{_libdir}/wine/*-windows/*.a %endif