rpms/bluez-gnome/devel bluez-gnome.spec,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 27 16:05:48 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/bluez-gnome/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3853

Modified Files:
	bluez-gnome.spec 
Log Message:
Add better category to desktop file



Index: bluez-gnome.spec
===================================================================
RCS file: /cvs/dist/rpms/bluez-gnome/devel/bluez-gnome.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bluez-gnome.spec	25 Oct 2006 22:40:33 -0000	1.2
+++ bluez-gnome.spec	27 Mar 2007 16:05:45 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		bluez-gnome
 Version:	0.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Bluetooth pairing and control applet
 
 Group:		Applications/System
@@ -16,6 +16,7 @@
 
 BuildRequires:	dbus-devel gtk2-devel GConf2-devel libnotify-devel 
 BuildRequires:	dbus-glib-devel perl-XML-Parser openobex-devel
+BuildRequires:  desktop-file-utils
 Obsoletes:	bluez-pin
 
 %description
@@ -37,6 +38,12 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+desktop-file-install --vendor=fedora				\
+	--add-category=X-GNOME-NetworkSettings			\
+	--delete-original					\
+        --dir=$RPM_BUILD_ROOT%{_datadir}/applications		\
+        $RPM_BUILD_ROOT%{_datadir}/applications/bluetooth-properties.desktop
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -45,11 +52,15 @@
 %defattr(-,root,root,-)
 %{_bindir}/*
 %{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
-%{_datadir}/applications/bluetooth-properties.desktop
+%{_datadir}/applications/fedora-bluetooth-properties.desktop
 %doc README COPYING AUTHORS ChangeLog
 
 
 %changelog
+* Wed Jan 24 2007 Matthias Clasen <mclasen at redhat.com> 0.6-2
+- Add X-GNOME-NetworkSettings to desktop file categories
+- Use desktop-file-install
+ 
 * Thu Oct 26 2006 David Woodhouse <dwmw2 at redhat.com> 0.6-1
 - Update to bluez-gnome 0.6
 




More information about the fedora-cvs-commits mailing list