From 338ebecfc95ce57a8c62a029bad2d3e2c89bad11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Fri, 28 May 2021 20:18:46 +0200 Subject: RPM: more updates for centos5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- redhat/applications/tork/tork.spec | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'redhat/applications') diff --git a/redhat/applications/tork/tork.spec b/redhat/applications/tork/tork.spec index bbf085d76..0b4b023cc 100644 --- a/redhat/applications/tork/tork.spec +++ b/redhat/applications/tork/tork.spec @@ -82,6 +82,15 @@ BuildRequires: torsocks # OPENSSL support BuildRequires: openssl-devel +# GEOIP +%if 0%{?suse_version} +%if 0%{?suse_version} < 1550 +BuildRequires: libGeoIP-devel +%endif +%else +BuildRequires: geoip-devel +%endif + %description TorK is an Anonymity Manager for the TDE Desktop. Browse anonymously on -- cgit v1.2.1