diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-05-28 20:18:46 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-05-28 20:19:41 +0200 |
commit | 227df1637413f7cc7d7fc995c2e293f1fa2029a1 (patch) | |
tree | b6a33d780910ec97f1908f8af82bc4ff25200305 /redhat/applications/tork | |
parent | d79b34324d6a74604fb196616fa814f16208f9a2 (diff) | |
download | tde-packaging-227df1637413f7cc7d7fc995c2e293f1fa2029a1.tar.gz tde-packaging-227df1637413f7cc7d7fc995c2e293f1fa2029a1.zip |
RPM: more updates for centos5
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications/tork')
-rw-r--r-- | redhat/applications/tork/tork.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/redhat/applications/tork/tork.spec b/redhat/applications/tork/tork.spec index 37767a993..940fb8e98 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 |