- package bin/wine on %arm
- prelink is only needed for %ix86 and x86_64 (win32 and win64) (not yet for ARM) OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=157
This commit is contained in:
parent
3e65c191cf
commit
51de88851e
@ -1,7 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 20 11:27:40 UTC 2012 - dmueller@suse.com
|
||||
|
||||
- fix build on ARM
|
||||
- package bin/wine on %arm
|
||||
- prelink is only needed for %ix86 and x86_64 (win32 and win64)
|
||||
(not yet for ARM)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 11 20:30:12 UTC 2012 - meissner@suse.com
|
||||
|
@ -45,7 +45,8 @@ BuildRequires: libxslt-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: openal-soft-devel
|
||||
BuildRequires: openldap2-devel
|
||||
%ifarch %{ix86} alpha sparc sparc64 s390 s390x x86_64 ppc ppc64
|
||||
%ifarch %{ix86} x86_64
|
||||
# only used on win32 and win64 today
|
||||
BuildRequires: prelink
|
||||
%endif
|
||||
BuildRequires: sane-backends-devel
|
||||
@ -253,10 +254,7 @@ chmod 755 %winedir/my-find-requires.sh
|
||||
%{_bindir}/wine
|
||||
%{_bindir}/wine-preloader
|
||||
%endif
|
||||
%ifarch %arm
|
||||
%{_bindir}/wine
|
||||
%endif
|
||||
%ifarch ppc
|
||||
%ifarch ppc %arm
|
||||
%{_bindir}/wine
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user