rpms/kdocker/FC-4 kdocker.spec, 1.2, 1.3 kdocker-qmake.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sun Jan 22 02:49:32 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/kdocker/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23650/FC-4

Modified Files:
	kdocker.spec 
Removed Files:
	kdocker-qmake.patch 
Log Message:
* Sat Jan 21 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-4
- .desktop: fix path to app-icon (#178531)



Index: kdocker.spec
===================================================================
RCS file: /cvs/extras/rpms/kdocker/FC-4/kdocker.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdocker.spec	1 Nov 2005 14:51:41 -0000	1.2
+++ kdocker.spec	22 Jan 2006 02:49:32 -0000	1.3
@@ -2,15 +2,15 @@
 Name:	 kdocker
 Summary: Dock any application in the system tray
 Version: 1.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 Group:   User Interface/Desktops
 License: GPL
 URL:	 http://kdocker.sourceforge.net/
-Source0: http://dl.sourceforge.net/sourceforge/kdocker/kdocker-1.3.tar.gz
+Source0: http://dl.sourceforge.net/sourceforge/kdocker/kdocker-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0: kdocker-qmake.patch 
+Patch1: kdocker-1.3-paths.patch 
 
 BuildRequires: desktop-file-utils
 BuildRequires: qt-devel >= 1:3.3
@@ -40,7 +40,7 @@
 %prep
 %setup -q -n kdocker 
 
-%patch0 -p1 -b .qmake
+%patch1 -p1 -b .paths
 
 
 %build
@@ -63,7 +63,7 @@
 desktop-file-install --vendor fedora \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   --add-category X-Fedora \
-  --add-category Application \
+  --add-category Qt \
   --delete-original \
   $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
 
@@ -97,6 +97,9 @@
 
 
 %changelog 
+* Sat Jan 21 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-4
+- .desktop: fix path to app-icon (#178531)
+
 * Tue Nov 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-3
 - remove dup'd docs
 - %%lang'ify i18n bits


--- kdocker-qmake.patch DELETED ---




More information about the fedora-extras-commits mailing list