packages: ktorrent/ktorrent.spec - BRs, unifications, blabla - rel 2
shadzik
shadzik at pld-linux.org
Wed Mar 31 00:00:10 CEST 2010
Author: shadzik Date: Tue Mar 30 22:00:10 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- BRs, unifications, blabla
- rel 2
---- Files affected:
packages/ktorrent:
ktorrent.spec (1.64 -> 1.65)
---- Diffs:
================================================================
Index: packages/ktorrent/ktorrent.spec
diff -u packages/ktorrent/ktorrent.spec:1.64 packages/ktorrent/ktorrent.spec:1.65
--- packages/ktorrent/ktorrent.spec:1.64 Fri Jan 22 16:25:30 2010
+++ packages/ktorrent/ktorrent.spec Wed Mar 31 00:00:04 2010
@@ -1,13 +1,14 @@
# $Revision$, $Date$
#
%define qtver 4.5.3
+%define kdever 4.4.2
Summary: Native KDE BitTorrent client
Summary(de.UTF-8): Ein nativer KDE BitTorrent Klient
Summary(pl.UTF-8): Natywny klient BitTorrenta dla KDE
Name: ktorrent
Version: 3.3.3
-Release: 1
+Release: 2
License: GPL
Group: Applications/Networking
Source0: http://ktorrent.org/downloads/%{version}/%{name}-%{version}.tar.bz2
@@ -20,14 +21,15 @@
BuildRequires: QtSvg-devel >= %{qtver}
BuildRequires: automoc4
BuildRequires: boost-devel
-BuildRequires: cmake
+BuildRequires: cmake >= 2.8.0
BuildRequires: gettext-devel
BuildRequires: gmp-devel
-BuildRequires: kde4-kdebase-workspace-devel
-BuildRequires: kde4-kdelibs-devel
-BuildRequires: kde4-kdepimlibs-devel
+BuildRequires: kde4-kdebase-workspace-devel >= %{kdever}
+BuildRequires: kde4-kdelibs-devel >= %{kdever}
+BuildRequires: kde4-kdepimlibs-devel >= %{kdever}
BuildRequires: qca-devel >= 2.0.0
-BuildRequires: qt4-build
+BuildRequires: qt4-build >= %{qtver}
+BuildRequires: qt4-qmake >= %{qtver}
BuildRequires: rpmbuild(macros) >= 1.129
BuildRequires: strigi-devel >= 0.5.5
BuildRequires: taglib-devel
@@ -84,9 +86,13 @@
%build
install -d build
cd build
-%cmake \
+%cmake .. \
+ -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
- ../
+%if "%{_lib}" == "lib64"
+ -DLIB_SUFFIX=64
+%endif
+
%{__make}
%install
@@ -166,6 +172,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.65 2010/03/30 22:00:04 shadzik
+- BRs, unifications, blabla
+- rel 2
+
Revision 1.64 2010/01/22 15:25:30 vip
- up to 3.3.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ktorrent/ktorrent.spec?r1=1.64&r2=1.65&f=u
More information about the pld-cvs-commit
mailing list