rpms/rekall/EL-6 rekall-2.4.6-fix-desktop-icon.patch, NONE, 1.1 rekall.spec, 1.42, 1.43

Tom Callaway spot at fedoraproject.org
Thu Jul 8 15:24:03 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/rekall/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8877

Modified Files:
	rekall.spec 
Added Files:
	rekall-2.4.6-fix-desktop-icon.patch 
Log Message:
sync

rekall-2.4.6-fix-desktop-icon.patch:
 rekall.desktop |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE rekall-2.4.6-fix-desktop-icon.patch ---
diff -up rekall-2.4.6/kbase/rekall.desktop.BAD rekall-2.4.6/kbase/rekall.desktop
--- rekall-2.4.6/kbase/rekall.desktop.BAD	2010-05-05 11:08:03.687073441 -0400
+++ rekall-2.4.6/kbase/rekall.desktop	2010-05-05 11:08:08.315189098 -0400
@@ -2,7 +2,7 @@
 [KDE Desktop Entry]
 Type=Application
 Exec=rekall
-Icon=rekall.png
+Icon=rekall
 DocPath=rekall/index.html
 Comment=
 Comment[de]=


Index: rekall.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rekall/EL-6/rekall.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- rekall.spec	27 Jul 2009 02:57:27 -0000	1.42
+++ rekall.spec	8 Jul 2010 15:24:03 -0000	1.43
@@ -3,7 +3,7 @@
 Name:		rekall
 Summary:	A KDE database front-end application
 Version:	2.4.6
-Release:	12%{?dist}
+Release:	13%{?dist}
 Group:		Development/Tools
 License:	GPLv2
 URL:		http://www.rekallrevealed.org/
@@ -19,6 +19,7 @@ Patch9:		rekall-2.4.6-gcc43.patch
 Patch10:	rekall-2.4.6-fixflags.patch
 Patch11:	rekall-2.4.6-xbsql.l.patch
 Patch12:	rekall-unixODBCfix.patch
+Patch13:	rekall-2.4.6-fix-desktop-icon.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	python-devel, mysql-devel, postgresql-devel, unixODBC-devel
 BuildRequires:	kdelibs3-devel, desktop-file-utils, libacl-devel
@@ -165,7 +166,7 @@ desktop-file-install --vendor fedora --d
   --add-category X-Fedora \
   --add-category Application \
   --add-category Office \
-  --add-mime-type Application/x-rlk \
+  --add-mime-type application/x-rlk \
   $RPM_BUILD_ROOT%{_datadir}/%{name}.desktop
 
 # No need to have this file twice.
@@ -340,6 +341,10 @@ fi
 %{_libdir}/librekallqt_driver_sqlite3.so*
 
 %changelog
+* Wed May  5 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 2.4.6-13
+- fix mimetype define in .desktop file
+- fix icon naming in .desktop file
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.6-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list