rpms/deskbar-applet/devel deskbar-applet.spec,1.26,1.27

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Aug 19 23:31:48 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/deskbar-applet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19705

Modified Files:
	deskbar-applet.spec 
Log Message:
actually install the desktop file


Index: deskbar-applet.spec
===================================================================
RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- deskbar-applet.spec	19 Aug 2006 22:54:07 -0000	1.26
+++ deskbar-applet.spec	19 Aug 2006 23:31:48 -0000	1.27
@@ -3,7 +3,7 @@
 
 Name:           deskbar-applet
 Version:        2.15.91
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        A Gnome applet to allow easy access to various search engines
 Group:          Applications/Internet
@@ -55,8 +55,9 @@
 desktop-file-install --vendor fedora              \
     --dir $RPM_BUILD_ROOT%{_datadir}/applications \
     --add-category X-Fedora                       \
-    --add-category Utility
-    --add-category Application
+    --add-category Utility                        \
+    --add-category Application                    \
+    data/%{name}.desktop
 
 %{find_lang} %{name}
 
@@ -94,13 +95,13 @@
 %{_libdir}/pkgconfig/%{name}.pc
 %{python_sitelib}/deskbar
 %{_datadir}/%{name}
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
-* Sat Aug 19 2006 Luke Macken <lmacken at redhat.com> 2.16.91-2
-- Properly install desktop file
+* Sat Aug 19 2006 Luke Macken <lmacken at redhat.com> 2.16.91-3
+- Instally desktop file correctly
 
 * Wed Aug 17 2006 Luke Macken <lmacken at redhat.com> 2.15.91-1
 - 2.15.91




More information about the scm-commits mailing list