SHA256
1
0
forked from pool/wine

Accepting request 894341 from Emulators

- Fix build on non-x86 (without mingw) (forwarded request 894339 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/894341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=341
This commit is contained in:
Dominique Leuenberger 2021-05-19 15:49:46 +00:00 committed by Git OBS Bridge
commit 2bb93c8e35
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*