rpms/bluez-gnome/devel bluez-gnome.spec,1.20,1.21

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Wed Oct 3 10:17:03 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/bluez-gnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21945

Modified Files:
	bluez-gnome.spec 
Log Message:
* Wed Oct 03 2007 - Bastien Nocera <bnocera at redhat.com> - 0.14-6
- Fix location of the autostart desktop file (#316101)



Index: bluez-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/bluez-gnome.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- bluez-gnome.spec	20 Sep 2007 14:13:25 -0000	1.20
+++ bluez-gnome.spec	3 Oct 2007 10:16:29 -0000	1.21
@@ -1,6 +1,6 @@
 Name:		bluez-gnome
 Version:	0.14
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Bluetooth pairing and control applet
 
 Group:		Applications/System
@@ -54,8 +54,8 @@
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xdg/gnome/
-mv $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ $RPM_BUILD_ROOT%{_sysconfdir}/xdg/gnome/
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/
+mv $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ $RPM_BUILD_ROOT%{_datadir}/gnome/
 
 desktop-file-install --vendor=""				\
 	--add-category=X-GNOME-NetworkSettings			\
@@ -110,7 +110,7 @@
 %{_bindir}/bluetooth-applet
 %{_bindir}/bluetooth-properties
 %config %{_sysconfdir}/gconf/schemas/*
-%{_sysconfdir}/xdg/gnome/autostart/bluetooth-applet.desktop
+%{_datadir}/gnome/autostart/bluetooth-applet.desktop
 %{_datadir}/man/man1/bluetooth-applet.1.gz
 %{_datadir}/man/man1/bluetooth-properties.1.gz
 %{_datadir}/applications/bluetooth-properties.desktop
@@ -123,6 +123,9 @@
 %{_datadir}/man/man1/bluetooth-analyzer.1.gz
 
 %changelog
+* Wed Oct 03 2007 - Bastien Nocera <bnocera at redhat.com> - 0.14-6
+- Fix location of the autostart desktop file (#316101)
+
 * Thu Sep 20 2007 - Bastien Nocera <bnocera at redhat.com> - 0.14-5
 - Don't allow class of the device to be changed if HAL is being
   used (#244261)




More information about the fedora-extras-commits mailing list