diff --git a/wine.spec b/wine.spec index bb9288c..4663505 100644 --- a/wine.spec +++ b/wine.spec @@ -1352,7 +1352,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/wine/ntdll.dll.so %{_libdir}/wine/ntdsapi.dll.so %{_libdir}/wine/ntprint.dll.so -%{_libdir}/wine/nvapi64.dll.so %{_libdir}/wine/nvcuda.dll.so %{_libdir}/wine/nvcuvid.dll.so %{_libdir}/wine/objsel.dll.so @@ -1509,6 +1508,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libdir}/wine/xpsprint.dll.so %{_libdir}/wine/xpssvcs.dll.so +%ifarch x86_64 +%{_libdir}/wine/nvapi64.dll.so +%else +%{_libdir}/wine/nvapi.dll.so +%endif + # 16 bit and other non 64bit stuff %ifnarch x86_64 %{arm} %{_libdir}/wine/winevdm.exe.so