From 78d625fe23602a8f5250171a79b59b366ee02c902ffda444319fd41fea476785 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 4 Jan 2022 07:46:15 +0000 Subject: [PATCH] https://bugzilla.opensuse.org/show_bug.cgi?id=1192292 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=363 --- wine.changes | 6 ------ wine.spec | 7 ------- 2 files changed, 13 deletions(-) diff --git a/wine.changes b/wine.changes index b07f365..0ba3242 100644 --- a/wine.changes +++ b/wine.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Wed Dec 29 15:00:09 UTC 2021 - Marcus Meissner - -- strip the debuginfo out of the PE binaries for now, saves 2/3 space. - bsc#1192292 - ------------------------------------------------------------------- Mon Dec 27 08:14:52 UTC 2021 - Marcus Meissner diff --git a/wine.spec b/wine.spec index d9f350e..12533de 100644 --- a/wine.spec +++ b/wine.spec @@ -342,13 +342,6 @@ mv %{buildroot}/%{_mandir}/fr.UTF-8 %{buildroot}/%{_mandir}/fr mv %{buildroot}/%{_mandir}/pl.UTF-8 %{buildroot}/%{_mandir}/pl %endif -%ifarch x86_64 -find %{buildroot}/usr/lib64/wine/x86_64-windows/ -type f | xargs /usr/bin/x86_64-w64-mingw32-strip --strip-debug -%endif -%ifarch %ix86 -find %{buildroot}/usr/lib/wine/i386-windows/ -type f| xargs /usr/bin/i686-w64-mingw32-strip --strip-debug -%endif - tar -xjf %{SOURCE5} # Copied from Ubuntu Wine out of debian.diff # https://launchpad.net/~ubuntu-wine/+archive/ppa/+packages