From f83569ed5fa96e8c27b8bd36d1ce5c1f85184f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 9 Feb 2014 22:12:37 +0200 Subject: [PATCH] Fix --with-gtk* build option usage. --- wireshark.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wireshark.spec b/wireshark.spec index 4dd2c46..9b11d38 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -216,9 +216,9 @@ autoreconf -ivf --with-gnu-ld \ --with-pic \ %if %{with_gtk2} - --with-gtk2 \ + --with-gtk3=no \ %else - --with-gtk3 \ + --with-gtk3=yes \ %endif %if %{with_adns} --with-adns \ @@ -392,6 +392,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/aclocal/* %changelog +* Sun Feb 9 2014 Ville Skyttä +- Fix --with-gtk* build option usage. + * Wed Jan 29 2014 Peter Lemenkov - 1.10.5-3 - Fixed paths in the desktop-file (see rhbz #1059188)