rpms/gnome-bluetooth/devel gnome-bluetooth.spec,1.62,1.63

Bastien Nocera hadess at fedoraproject.org
Wed Mar 4 23:19:29 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/gnome-bluetooth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22664

Modified Files:
	gnome-bluetooth.spec 
Log Message:
* Wed Mar 04 2009 - Bastien Nocera <bnocera at redhat.com> - 2.27.1-2
- Update to 2.27.1
- Loads of fixes mentioned by Bill Nottingham in bug #488498



Index: gnome-bluetooth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-bluetooth/devel/gnome-bluetooth.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- gnome-bluetooth.spec	4 Mar 2009 23:11:19 -0000	1.62
+++ gnome-bluetooth.spec	4 Mar 2009 23:18:59 -0000	1.63
@@ -20,8 +20,8 @@
 
 Obsoletes:	bluez-pin
 Provides:	dbus-bluez-pin-helper
-Conflicts:	bluez-gnome
-Obsoletes:	bluez-gnome
+Conflicts:	bluez-gnome <= 1.8
+Obsoletes:	bluez-gnome <= 1.8
 
 Requires:	gvfs-obexftp
 Requires:	bluez
@@ -50,7 +50,7 @@
 Group:		Development/Libraries
 License:	LGPLv2+
 Requires:	%{name}-libs = %{version}-%{release}
-Requires:	gtk-doc
+Requires:	gtk-doc pkgconfig
 
 %description libs-devel
 This package contains the libraries amd header files that are needed
@@ -88,44 +88,44 @@
 update-desktop-database -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule					\
-        %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas		\
+	%{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas		\
 	>& /dev/null || :
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+	/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi
 
 %pre
 if [ "$1" -gt 1 ]; then
-    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-    if [ -f %{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas ] ; then
-      gconftool-2 --makefile-uninstall-rule \
-        %{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas >/dev/null || :
-    fi
-    if [ -f %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas ] ; then
-      gconftool-2 --makefile-uninstall-rule 				\
-        %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas		\
-	>& /dev/null || :
-    fi
+	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+	if [ -f %{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas ] ; then
+		gconftool-2 --makefile-uninstall-rule \
+		%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas >/dev/null || :
+	fi
+	if [ -f %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas ] ; then
+		gconftool-2 --makefile-uninstall-rule 				\
+		%{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas		\
+		>& /dev/null || :
+	fi
 fi
 
 %preun
 if [ "$1" -eq 0 ]; then
-    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-    if [ -f %{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas ] ; then
-      gconftool-2 --makefile-uninstall-rule \
-        %{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas > /dev/null || :
-    fi
-    if [ -f %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas ] ; then
-      gconftool-2 --makefile-uninstall-rule 				\
-        %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas		\
-	>& /dev/null || :
-    fi
+	export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+	if [ -f %{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas ] ; then
+		gconftool-2 --makefile-uninstall-rule \
+		%{_sysconfdir}/gconf/schemas/gnome-obex-server.schemas > /dev/null || :
+	fi
+	if [ -f %{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas ] ; then
+		gconftool-2 --makefile-uninstall-rule 				\
+		%{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas		\
+		>& /dev/null || :
+	fi
 fi
 
 %postun
 update-desktop-database -q
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+	/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi
 
 %post libs -p /sbin/ldconfig
@@ -150,7 +150,7 @@
 
 %files libs-devel
 %defattr(-,root,root,-)
-%{_includedir}/gnome-bluetooth/*.h
+%{_includedir}/gnome-bluetooth/
 %{_libdir}/libgnome-bluetooth.so
 %{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
 %{_datadir}/gtk-doc/html/gnome-bluetooth/
@@ -158,6 +158,7 @@
 %changelog
 * Wed Mar 04 2009 - Bastien Nocera <bnocera at redhat.com> - 2.27.1-2
 - Update to 2.27.1
+- Loads of fixes mentioned by Bill Nottingham in bug #488498
 
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild




More information about the fedora-extras-commits mailing list