From f29d6a4f5a4651b5db0ddc598a11f75012988857 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 20 Feb 2011 07:20:40 +0000 Subject: [PATCH] - rel 4; libjack 64bit Changed files: wine.spec -> 1.398 --- wine.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wine.spec b/wine.spec index 2778336..7a384fd 100644 --- a/wine.spec +++ b/wine.spec @@ -32,7 +32,7 @@ Summary(pl.UTF-8): Program pozwalający uruchamiać aplikacje Windows Summary(pt_BR.UTF-8): Executa programas Windows no Linux Name: wine Version: 1.2.2 -Release: 3 +Release: 4 Epoch: 1 License: LGPL Group: Applications/Emulators @@ -245,7 +245,11 @@ Group: Applications/Emulators Requires: %{name} = %{epoch}:%{version}-%{release} Requires: jack-audio-connection-kit # dlopened by SONAME detected at build time +%ifarch %{x8664} +%{?with_jack:Requires: %{getsoname /usr/%{_lib}/libjack.so}()(64bit)} +%else %{?with_jack:Requires: %{getsoname /usr/%{_lib}/libjack.so}} +%endif %description drv-jack JACK driver for WINE mm.dll (multimedia system) implementation. -- 2.43.0