SHA256
1
0
forked from pool/wine

Accepting request 798811 from home:Guillaume_G:branches:Emulators

- Fix file list for %arm and aarch64

OBS-URL: https://build.opensuse.org/request/show/798811
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=722
This commit is contained in:
Marcus Meissner 2020-04-29 09:18:41 +00:00 committed by Git OBS Bridge
parent 97c4bb9667
commit bfe1c18c1f
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 29 07:54:01 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix file list for %arm and aarch64
-------------------------------------------------------------------
Sat Apr 25 06:01:10 UTC 2020 - Marcus Meissner <meissner@suse.com>

View File

@ -446,10 +446,12 @@ chmod 755 %winedir/my-find-requires.sh
%endif
%{_libdir}/wine/*.so
%if 0%{?suse_version} >= 1550
%ifnarch %arm aarch64
%{_libdir}/wine/*.acm
%{_libdir}/wine/*.com
%{_libdir}/wine/*.cpl
%{_libdir}/wine/*.dll
%endif
%ifarch %ix86
%{_libdir}/wine/*.dll16
%{_libdir}/wine/*.drv16
@ -457,12 +459,16 @@ chmod 755 %winedir/my-find-requires.sh
%{_libdir}/wine/*.mod16
%{_libdir}/wine/*.vxd
%endif
%ifnarch %arm aarch64
%{_libdir}/wine/*.drv
%{_libdir}/wine/*.exe
%{_libdir}/wine/*.ocx
%{_libdir}/wine/*.sys
%endif
%endif
%ifnarch %arm aarch64
%{_libdir}/wine/*.tlb
%endif
%{_libdir}/lib*.so.*
%dir %{_libdir}/wine
%dir %{_libdir}/wine/fakedlls