From fb2fddd693cb46602c3b8135eae3229c76315c2c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Apr 29 2009 23:53:38 +0000 Subject: - -DWITH_SYSTEM_GEOIP=1 --- diff --git a/ktorrent.spec b/ktorrent.spec index 9024701..12924ad 100644 --- a/ktorrent.spec +++ b/ktorrent.spec @@ -3,7 +3,7 @@ Name: ktorrent Version: 3.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A BitTorrent program Group: Applications/Internet License: GPLv2+ @@ -16,6 +16,7 @@ BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: gmp-devel +BuildRequires: GeoIP-devel # libtaskmanager support BuildRequires: kdebase-workspace-devel BuildRequires: kdelibs4-devel >= 4.2.0 @@ -26,7 +27,7 @@ BuildRequires: taglib-devel %global kdelibs4_ver %((kde4-config --version 2>/dev/null || echo KDE 4.2.0) | grep '^KDE' | cut -d' ' -f2 | cut -d'-' -f1) -Requires: kdelibs4 >= %{kdelibs4_ver} +Requires: kdelibs4%{?_isa} >= %{kdelibs4_ver} %description KTorrent is a BitTorrent program for KDE. Its main features are native KDE @@ -48,7 +49,9 @@ The headers and libraries used for developing applications on top of ktorrent. %build mkdir -p %{_target_platform} pushd %{_target_platform} -%{cmake_kde4} .. +%{cmake_kde4} \ + -DWITH_SYSTEM_GEOIP=1 \ + .. popd make %{?_smp_mflags} -C %{_target_platform} @@ -124,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT %{_kde4_appsdir}/cmake/modules/FindBTCore.cmake %changelog +* Wed Apr 29 2009 Rex Dieter - 3.2.1-2 +- -DWITH_SYSTEM_GEOIP=1 + * Mon Apr 06 2009 Rex Dieter - 3.2.1-1 - ktorrent-3.2.1 - optimize scriptlets