From 88757932413bcc8b01aa0b9d333de537dab42ead147e3748391efbb61f4a4fa1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 8 May 2021 16:06:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=831 --- wine.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wine.spec b/wine.spec index bebee40..f23830f 100644 --- a/wine.spec +++ b/wine.spec @@ -279,8 +279,8 @@ echo "# autogenerated in .spec file" >%SOURCE7 echo "%name" >> %SOURCE7 echo " +^/usr/bin/wine\$" >> %SOURCE7 echo " +^/usr/bin/wine-preloader\$" >> %SOURCE7 -echo " +^/usr/lib/wine/x86-windows" >> %SOURCE7 -echo " +^/usr/lib/wine/x86-unix" >> %SOURCE7 +echo " +^/usr/lib/wine/i386-windows" >> %SOURCE7 +echo " +^/usr/lib/wine/i386-unix" >> %SOURCE7 grep SONAME_ config.log grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7 echo " recommends \"libpulse0-32bit\"" >> %SOURCE7 @@ -447,7 +447,9 @@ chmod 755 %winedir/my-find-requires.sh %endif %dir %{_libdir}/wine %dir %{_libdir}/wine/*-windows +%{_libdir}/wine/*-windows %dir %{_libdir}/wine/*-unix +%{_libdir}/wine/*-unix %files devel %defattr(-,root,root)