From ec85bcf9058ad1ad714ea0e159f6cbeba952f0cc Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Mon, 20 Dec 2021 20:30:42 -0600 Subject: [PATCH] Remove obsolete removal of typelibs in 32-bit arches --- wine.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/wine.spec b/wine.spec index 87d4d9c..7793243 100644 --- a/wine.spec +++ b/wine.spec @@ -756,9 +756,6 @@ mv %{buildroot}%{_bindir}/wineserver %{buildroot}%{_bindir}/wineserver64 %ifarch %{ix86} %{arm} mv %{buildroot}%{_bindir}/wine %{buildroot}%{_bindir}/wine32 mv %{buildroot}%{_bindir}/wineserver %{buildroot}%{_bindir}/wineserver32 -# do not ship typelibs in 32-bit packages -# https://www.winehq.org/pipermail/wine-devel/2020-June/167283.html -rm %{buildroot}%{_includedir}/wine/windows/*.tlb %endif %ifnarch aarch64 x86_64 mv %{buildroot}%{_bindir}/wine-preloader %{buildroot}%{_bindir}/wine32-preloader