From 2c921b46d546ad64b04ded664869d36e79942d84ef3b7f85c16715f1a4d12628 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 3 Jan 2011 13:24:17 +0000 Subject: [PATCH] - little fix for PowerPC build. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=76 --- wine.changes | 5 +++++ wine.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/wine.changes b/wine.changes index 69ba179..2477df9 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 3 13:23:21 UTC 2011 - meissner@novell.com + +- little fix for PowerPC build. + ------------------------------------------------------------------- Sat Dec 11 09:30:57 CET 2010 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 20931a4..075b021 100644 --- a/wine.spec +++ b/wine.spec @@ -219,6 +219,9 @@ rm -rf $RPM_BUILD_ROOT %ifarch x86_64 /usr/bin/wine64 %endif +%ifarch ppc +/usr/bin/wine +%endif %{_libdir}/lib* %dir %{_libdir}/wine %{_libdir}/wine/*.so