diff options
Diffstat (limited to 'redhat/applications/ktorrent/ktorrent.spec')
-rw-r--r-- | redhat/applications/ktorrent/ktorrent.spec | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/redhat/applications/ktorrent/ktorrent.spec b/redhat/applications/ktorrent/ktorrent.spec index 0b3b055f0..ce6aaea3e 100644 --- a/redhat/applications/ktorrent/ktorrent.spec +++ b/redhat/applications/ktorrent/ktorrent.spec @@ -94,6 +94,14 @@ Requires: avahi %endif %endif +# GEOIP +%if 0%{?suse_version} +%if 0%{?suse_version} < 1550 +BuildRequires: libGeoIP-devel +%endif +%else +BuildRequires: geoip-devel +%endif %description KTorrent is a BitTorrent program for Trinity. Its features include speed capping |