]> git.pld-linux.org Git - packages/libktorrent.git/commitdiff
- fixed linking auto/th/libktorrent-1.1.3-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 2 Jan 2014 17:28:54 +0000 (18:28 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 2 Jan 2014 17:28:54 +0000 (18:28 +0100)
- rel 3

libktorrent.spec
link.patch [new file with mode: 0644]

index d5b5ce282701c53e0fa442868a002b544542caa5..f4112b3174efdac3ae0a41bc9bff6dd5df628c34 100644 (file)
@@ -9,15 +9,17 @@ Summary:      libktorrent
 Summary(pl.UTF-8):     libktorrent
 Name:          libktorrent
 Version:       1.1.3
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Libraries
 Source0:       http://ktorrent.org/downloads/%{ktorrentver}/%{name}-%{version}.tar.bz2
 # Source0-md5: 665b6139ab68b83c6465509e29e839e0
+Patch0:                link.patch
 URL:           http://ktorrent.org/
 BuildRequires: automoc4 >= 0.9.88
 BuildRequires: cmake >= 2.8.0
 BuildRequires: kde4-kdelibs-devel >= %{kdever}
+BuildRequires: qca-devel
 BuildRequires: qt4-build >= %{qtver}
 BuildRequires: qt4-qmake >= %{qtver}
 BuildRequires: rpmbuild(macros) >= 1.293
@@ -43,6 +45,7 @@ Pliki nagłówkowe biblioteki ktorrent.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 install -d build
diff --git a/link.patch b/link.patch
new file mode 100644 (file)
index 0000000..7b47668
--- /dev/null
@@ -0,0 +1,9 @@
+--- libktorrent-1.1.3/src/util/tests/CMakeLists.txt~   2011-11-22 18:21:28.000000000 +0100
++++ libktorrent-1.1.3/src/util/tests/CMakeLists.txt    2014-01-02 18:27:13.519362634 +0100
+@@ -14,4 +14,4 @@
+ set(fileopstest_SRCS fileopstest.cpp)
+ kde4_add_unit_test(fileopstest TESTNAME fileopstest ${fileopstest_SRCS})
+-target_link_libraries( fileopstest ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRARY} ktorrent)
+\ No newline at end of file
++target_link_libraries( fileopstest ${KDE4_KDECORE_LIBS} ${KDE4_SOLID_LIBS} ${QT_QTTEST_LIBRARY} ktorrent)
This page took 0.076016 seconds and 4 git commands to generate.