]> git.pld-linux.org Git - packages/ktorrent.git/commitdiff
- qt fix and rest of kde stuff (thx arekm)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Dec 2005 23:26:08 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ktorrent.spec -> 1.2

ktorrent.spec

index 960ea7cc31445ae23d30fc3aa944c1b658072c6f..2ce42463566b7c01f0ef6fa5ae40d68541a2782f 100644 (file)
@@ -7,7 +7,10 @@ Group:         Applications/Networking
 Source0:       http://ktorrent.pwsp.net/downloads/1.1/%{name}-%{version}.tar.gz
 # Source0-md5: d282e2cef75f2e4cf4bf5a84e0f45d3c
 URL:           http://ktorrent.pwsp.net/
-BuildRequires: kdelibs-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel >= 9:3.2.0
+BuildRequires: rpmbuild(macros) >= 1.129
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -25,7 +28,15 @@ Its main features are:
 %setup -q
 
 %build
-%configure
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
+
+%configure \
+%if "%{_lib}" == "lib64"
+       --enable-libsuffix=64 \
+%endif
+       --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+       --with-qt-libraries=%{_libdir}
 %{__make}
 
 %install
This page took 0.041292 seconds and 4 git commands to generate.