SHA256
1
0
forked from pool/wine

Accepting request 894339 from home:Guillaume_G:branches:Emulators

- Fix build on non-x86 (without mingw)

OBS-URL: https://build.opensuse.org/request/show/894339
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=842
This commit is contained in:
Marcus Meissner 2021-05-19 12:33:25 +00:00 committed by Git OBS Bridge
parent 28423e7885
commit e91e64ed1f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 19 12:28:30 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build on non-x86 (without mingw)
-------------------------------------------------------------------
Sat May 8 12:56:00 UTC 2021 - Marcus Meissner <meissner@suse.com>

View File

@ -469,10 +469,12 @@ chmod 755 %winedir/my-find-requires.sh
%{_libdir}/wine/*-unix/*.a
%{_libdir}/wine/*-unix/*.def
%if 0%{?suse_version} >= 1550
%ifarch %{ix86} x86_64
# only generated with mingw
%dir %{_libdir}/wine/*-windows
%{_libdir}/wine/*-windows/*.a
%endif
%endif
%doc %{_mandir}/man1/winemaker.1*
%doc %{_mandir}/*/man1/winemaker.1*
%doc %{_mandir}/man1/widl.1*