OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=363
This commit is contained in:
parent
7957147c15
commit
78d625fe23
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Dec 29 15:00:09 UTC 2021 - Marcus Meissner <meissner@suse.com>
|
|
||||||
|
|
||||||
- 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 <meissner@suse.com>
|
Mon Dec 27 08:14:52 UTC 2021 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
@ -342,13 +342,6 @@ mv %{buildroot}/%{_mandir}/fr.UTF-8 %{buildroot}/%{_mandir}/fr
|
|||||||
mv %{buildroot}/%{_mandir}/pl.UTF-8 %{buildroot}/%{_mandir}/pl
|
mv %{buildroot}/%{_mandir}/pl.UTF-8 %{buildroot}/%{_mandir}/pl
|
||||||
%endif
|
%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}
|
tar -xjf %{SOURCE5}
|
||||||
# Copied from Ubuntu Wine out of debian.diff
|
# Copied from Ubuntu Wine out of debian.diff
|
||||||
# https://launchpad.net/~ubuntu-wine/+archive/ppa/+packages
|
# https://launchpad.net/~ubuntu-wine/+archive/ppa/+packages
|
||||||
|
Loading…
Reference in New Issue
Block a user