This commit is contained in:
parent
f5ef19516f
commit
62f4e3cd4b
@ -537,14 +537,22 @@ chmod 755 %winedir/my-find-requires.sh
|
||||
%{_bindir}/winemaker
|
||||
%{_bindir}/wmc
|
||||
%{_bindir}/wrc
|
||||
%ifarch x86_64
|
||||
%{_libdir}/wine/*-unix
|
||||
%else
|
||||
%dir %{_libdir}/wine/*-unix
|
||||
%endif
|
||||
%ifnarch aarch64
|
||||
%{_libdir}/wine/*-unix/*.a
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%ifarch %{ix86} x86_64
|
||||
# only generated with mingw
|
||||
%ifarch x86_64
|
||||
%{_libdir}/wine/*-windows
|
||||
%else
|
||||
%dir %{_libdir}/wine/*-windows
|
||||
%endif
|
||||
%{_libdir}/wine/*-windows/*.a
|
||||
%endif
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user