From 6e604e3d79fec7f547528a87f7a3a473757e332d Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Tue, 2 Jun 2020 15:14:30 -0500 Subject: [PATCH] Drop typelibs from 32-bit devel package --- wine.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index 70e7fa7..aa38d07 100644 --- a/wine.spec +++ b/wine.spec @@ -44,7 +44,7 @@ Name: wine Version: 5.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A compatibility layer for windows applications License: LGPLv2+ @@ -741,6 +741,9 @@ 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 %{arm} aarch64 x86_64 mv %{buildroot}%{_bindir}/wine-preloader %{buildroot}%{_bindir}/wine32-preloader @@ -2306,6 +2309,9 @@ fi %endif %changelog +* Fri May 29 2020 Michael Cronenworth 5.9-2 +- drop typelibs from 32-bit devel package + * Fri May 29 2020 Michael Cronenworth 5.9-1 - version update