rpms/ktorrent/devel ktorrent-3.1.2-kdeinit.patch, NONE, 1.1 ktorrent.spec, 1.73, 1.74

Rex Dieter rdieter at fedoraproject.org
Tue Oct 14 20:03:48 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/ktorrent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31266

Modified Files:
	ktorrent.spec 
Added Files:
	ktorrent-3.1.2-kdeinit.patch 
Log Message:
* Tue Oct 14 2008 Rex Dieter <rdieter at fedoraproject.org> - 3.1.3-4
- KDEDInit could not launch .../ktorrent (#451559, kde#157853)


ktorrent-3.1.2-kdeinit.patch:

--- NEW FILE ktorrent-3.1.2-kdeinit.patch ---
diff -up ktorrent-3.1.2/ktorrent/ktorrent.desktop.kdeinit ktorrent-3.1.2/ktorrent/ktorrent.desktop
--- ktorrent-3.1.2/ktorrent/ktorrent.desktop.kdeinit	2008-08-05 10:59:56.000000000 -0500
+++ ktorrent-3.1.2/ktorrent/ktorrent.desktop	2008-10-14 15:00:59.000000000 -0500
@@ -45,6 +45,7 @@ Type=Application
 DocPath=ktorrent/index.html
 MimeType=application/x-bittorrent;application/x-torrent;
 X-DBUS-StartupType=Unique
+X-DBUS-ServiceName=org.ktorrent.ktorrent
 Comment=A BitTorrent program for KDE
 Comment[ar]=برنامِج BitTorrent لِــ KDE
 Comment[bg]=Бит Торент клиент за KDE


Index: ktorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ktorrent/devel/ktorrent.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ktorrent.spec	14 Oct 2008 18:07:40 -0000	1.73
+++ ktorrent.spec	14 Oct 2008 20:03:16 -0000	1.74
@@ -1,6 +1,6 @@
 Name:           ktorrent
 Version:        3.1.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A BitTorrent program for KDE
 Group:          Applications/Internet
 License:        GPLv2+
@@ -8,6 +8,8 @@
 Source0:        http://ktorrent.org/downloads/%{version}/ktorrent-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch1: ktorrent-3.1.2-kdeinit.patch
+
 BuildRequires: kdelibs4-devel >= 4.1
 BuildRequires: avahi-devel
 BuildRequires: cmake   
@@ -39,6 +41,8 @@
 %prep
 %setup -q
 
+%patch1 -p1 -b .kdeinit
+
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -53,8 +57,8 @@
 make install DESTDIR=%{buildroot} -C %{_target_platform}
 
 # validate desktop file
-desktop-file-install --vendor ""                          \
-        --dir %{buildroot}%{_datadir}/applications/kde4   \
+desktop-file-install --vendor=""                          \
+        --dir="%{buildroot}%{_datadir}/applications/kde4" \
         %{buildroot}%{_datadir}/applications/kde4/%{name}.desktop
 
 %find_lang %{name}
@@ -117,6 +121,9 @@
 %{_kde4_datadir}/kde4/apps/cmake/modules/FindBTCore.cmake
 
 %changelog
+* Tue Oct 14 2008 Rex Dieter <rdieter at fedoraproject.org> - 3.1.3-4
+- KDEDInit could not launch .../ktorrent (#451559, kde#157853)
+
 * Mon Oct 13 2008 Roland Wolters <wolters.liste at gmx.net> - 3.1.3-3
 - Update to upstream version 3.1.3
 




More information about the scm-commits mailing list