rpms/bluez-gnome/devel bluez-gnome.spec,1.5,1.6

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Sat Jul 7 18:21:38 UTC 2007


Author: hadess

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

Modified Files:
	bluez-gnome.spec 
Log Message:
* Sat Jul 07 2007 - Bastien Nocera <bnocera at redhat.com> - 0.8-2
- Only install and uninstall our own schema file (#247330)



Index: bluez-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/bluez-gnome.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bluez-gnome.spec	14 Jun 2007 21:47:20 -0000	1.5
+++ bluez-gnome.spec	7 Jul 2007 18:21:03 -0000	1.6
@@ -1,6 +1,6 @@
 Name:		bluez-gnome
 Version:	0.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Bluetooth pairing and control applet
 
 Group:		Applications/System
@@ -49,15 +49,15 @@
 %post
 update-desktop-database -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule \
-        %{_sysconfdir}/gconf/schemas/*.schemas \
+gconftool-2 --makefile-install-rule					\
+        %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas		\
 	>& /dev/null || :
 
 %pre
 if [ "$1" -gt 1 ]; then
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
     gconftool-2 --makefile-uninstall-rule 				\
-        %{_sysconfdir}/gconf/schemas/*.schemas 				\
+        %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas		\
 	>& /dev/null || :
 fi
 
@@ -65,7 +65,7 @@
 if [ "$1" -eq 0 ]; then
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
     gconftool-2 --makefile-uninstall-rule 				\
-        %{_sysconfdir}/gconf/schemas/*.schemas 				\
+        %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas		\
 	>& /dev/null || :
 fi
 
@@ -83,6 +83,9 @@
 
 
 %changelog
+* Sat Jul 07 2007 - Bastien Nocera <bnocera at redhat.com> - 0.8-2
+- Only install and uninstall our own schema file (#247330)
+
 * Thu Jun 14 2007 - Bastien Nocera <bnocera at redhat.com> - 0.8-1
 - Update to 0.8
 - Punt outdated patches




More information about the scm-commits mailing list