rpms/ktorrent/devel ktorrent-4.0.1-dso.patch, NONE, 1.1 ktorrent.spec, 1.121, 1.122

nucleo nucleo at fedoraproject.org
Mon Jun 14 22:38:54 UTC 2010


Author: nucleo

Update of /cvs/pkgs/rpms/ktorrent/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv519

Modified Files:
	ktorrent.spec 
Added Files:
	ktorrent-4.0.1-dso.patch 
Log Message:
fix DSO linking

ktorrent-4.0.1-dso.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ktorrent-4.0.1-dso.patch ---
--- ktorrent-4.0.1/ktupnptest/CMakeLists.txt	2010-06-14 19:29:36.000000000 +0300
+++ ktorrent-4.0.1/ktupnptest/CMakeLists.txt	2010-06-15 01:06:57.000000000 +0300
@@ -6,6 +6,6 @@
 kde4_add_ui_files(ktupnptest_SRC upnptestwidget.ui)
 kde4_add_executable(ktupnptest ${ktupnptest_SRC})
 
-target_link_libraries(ktupnptest ${LIBKTORRENT_LIBRARIES} ktupnp ${QT_QTNETWORK_LIBRARY} ${KDE4_KDEUI_LIBS})
+target_link_libraries(ktupnptest ${LIBKTORRENT_LIBRARIES} ktupnp ktcore ${QT_QTNETWORK_LIBRARY} ${KDE4_KDEUI_LIBS})
 install(TARGETS ktupnptest ${INSTALL_TARGETS_DEFAULT_ARGS})
 


Index: ktorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ktorrent/devel/ktorrent.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -p -r1.121 -r1.122
--- ktorrent.spec	14 Jun 2010 21:05:44 -0000	1.121
+++ ktorrent.spec	14 Jun 2010 22:38:53 -0000	1.122
@@ -9,6 +9,7 @@ Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://ktorrent.org/
 Source0:        http://ktorrent.org/downloads/4.0%{?pre}/ktorrent-%{version}%{?pre}.tar.bz2
+Patch0:         ktorrent-4.0.1-dso.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: avahi-devel
@@ -57,6 +58,7 @@ Requires: plasma-engine-ktorrent = %{ver
 
 %prep
 %setup -q -n %{name}-%{version}%{?pre}
+%patch0 -p1
 
 %build
 mkdir -p %{_target_platform}
@@ -148,6 +150,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Jun 15 2010 Alexey Kurov <nucleo at fedoraproject.org> - 4.0.1-1
 - ktorrent-4.0.1
+- fix DSO linking
 
 * Mon May 24 2010 Rex Dieter <rdieter at fedoraproject.org> - 4.0.0-1
 - ktorrent-4.0.0



More information about the scm-commits mailing list