From 2bfb61f79aa2f8c3a559b32b8547f454d8488e61 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:27:00 +0100 Subject: [PATCH] wine: explicit require for wine-core.i586 if ix86 arch; wine-core: explicit multiarch compatible requirements of wine --check-libs [release 3.15-2mamba;Sat Sep 22 2018] --- wine.spec | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index d838fed..0ce1674 100644 --- a/wine.spec +++ b/wine.spec @@ -10,7 +10,7 @@ Name: wine Version: 3.15 -Release: 1mamba +Release: 2mamba Epoch: 3 Summary: An open source implementation of the Windows API on top of X and Unix Group: Applications/Emulators @@ -108,6 +108,7 @@ Requires: %{name}-fonts = %{epoch}:%{version}-%{release} Requires: libwine = %{epoch}:%{version}-%{release} Requires: samba-winbind Conflicts: winetools < 1:0.9 +Requires: wine-core ExclusiveArch: %{ix86} x86_64 %{arm} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -127,6 +128,18 @@ Summary: Wine core package Group: Applications/Emulators Requires: libwine = %{epoch}:%{version}-%{release} Requires: wine-common = %{epoch}:%{version}-%{release} +Requires: libxslt +Requires: libGL-Mesa-dri +Requires: libva +Requires: libcairo +Requires: libcapi20 +Requires: libv4l +Requires: libsane-backends +Requires: libnetapi +Requires: libodbc +Requires: libpng +Requires: libOSMesa +Requires: libgnome-keyring %description core While Wine is usually thought of as a Windows(TM) emulator, the Wine developers would prefer that users thought of Wine as a Windows compatibility layer for UNIX. @@ -179,6 +192,8 @@ Header, include files and library definition files for developing applications w %prep %setup -q -n %{name}-%{version} +#-D -T +#:<< __EOF %if "%{version}" != "%{WINE_GECKO_CHECKED_FOR_VERSION}" echo "ERROR: please check if Wine Gecko is latest available at" echo "http://sourceforge.net/projects/wine/files/Wine%20Gecko/" @@ -189,6 +204,7 @@ tar xvf %{SOURCE100} --strip-components 1 ./patches/patchinstall.sh DESTDIR="$(pwd)" --all %build +#:<< __EOF %configure \ --libdir=%{_libdir} \ --sysconfdir=%{_sysconfdir}/wine \ @@ -482,6 +498,9 @@ exit 0 %doc documentation/README.* %changelog +* Sat Sep 22 2018 Silvan Calarco 3.15-2mamba +- wine: explicit require for wine-core.i586 if ix86 arch; wine-core: explicit multiarch compatible requirements of wine --check-libs + * Thu Sep 13 2018 Silvan Calarco 3.15-1mamba - update to 3.15