rpms/bluez-gnome/devel .cvsignore, 1.3, 1.4 bluez-gnome.spec, 1.3, 1.4 sources, 1.3, 1.4 bluez-gnome-0.6-multiple-adaptors.patch, 1.1, NONE bluez-gnome-0.6-tab-size.patch, 1.1, NONE

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Thu Jun 14 19:25:53 UTC 2007


Author: hadess

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

Modified Files:
	.cvsignore bluez-gnome.spec sources 
Removed Files:
	bluez-gnome-0.6-multiple-adaptors.patch 
	bluez-gnome-0.6-tab-size.patch 
Log Message:
* Thu Jun 14 2007 - Bastien Nocera <bnocera at redhat.com> - 0.8-1
- Update to 0.8
- Punt outdated patches
- Add man pages, and translations
- Add GConf and desktop file updating scriplets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	25 Oct 2006 22:40:33 -0000	1.3
+++ .cvsignore	14 Jun 2007 19:25:13 -0000	1.4
@@ -1 +1 @@
-bluez-gnome-0.6.tar.gz
+bluez-gnome-0.8.tar.gz


Index: bluez-gnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/bluez-gnome.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bluez-gnome.spec	27 Mar 2007 16:05:45 -0000	1.3
+++ bluez-gnome.spec	14 Jun 2007 19:25:13 -0000	1.4
@@ -1,14 +1,12 @@
 Name:		bluez-gnome
-Version:	0.6
-Release:	2%{?dist}
+Version:	0.8
+Release:	1%{?dist}
 Summary:	Bluetooth pairing and control applet
 
 Group:		Applications/System
 License:	GPL
 URL:		http://www.bluez.org/
 Source0:	http://bluez.sf.net/download/%{name}-%{version}.tar.gz
-Patch0:		bluez-gnome-0.6-tab-size.patch
-Patch1:		bluez-gnome-0.6-multiple-adaptors.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -25,9 +23,7 @@
 
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p0
-sed -i /^OnlyShowIn=/d applet/bluetooth-applet.desktop
+sed -i /^OnlyShowIn=/d applet/bluetooth-applet.desktop.in
 
 %build
 %configure
@@ -36,6 +32,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install --vendor=fedora				\
@@ -44,19 +41,54 @@
         --dir=$RPM_BUILD_ROOT%{_datadir}/applications		\
         $RPM_BUILD_ROOT%{_datadir}/applications/bluetooth-properties.desktop
 
+%find_lang bluetooth-manager
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+update-desktop-database -q
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-install-rule \
+        %{_sysconfdir}/gconf/schemas/*.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 				\
+	>& /dev/null || :
+fi
+
+%preun
+if [ "$1" -eq 0 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule 				\
+        %{_sysconfdir}/gconf/schemas/*.schemas 				\
+	>& /dev/null || :
+fi
+
+%postun
+update-desktop-database -q
 
-%files
+%files -f bluetooth-manager.lang
 %defattr(-,root,root,-)
 %{_bindir}/*
+%config %{_sysconfdir}/gconf/schemas/*
 %{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
+%{_datadir}/man/man1/*
 %{_datadir}/applications/fedora-bluetooth-properties.desktop
 %doc README COPYING AUTHORS ChangeLog
 
 
 %changelog
+* Thu Jun 14 2007 - Bastien Nocera <bnocera at redhat.com> - 0.8-1
+- Update to 0.8
+- Punt outdated patches
+- Add man pages, and translations
+- Add GConf and desktop file updating scriplets
+
 * 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bluez-gnome/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Oct 2006 22:40:33 -0000	1.3
+++ sources	14 Jun 2007 19:25:13 -0000	1.4
@@ -1 +1 @@
-54334e3d7af70846eb4916191e46081c  bluez-gnome-0.6.tar.gz
+df093bf27bb96a96ccff199d388011f0  bluez-gnome-0.8.tar.gz


--- bluez-gnome-0.6-multiple-adaptors.patch DELETED ---


--- bluez-gnome-0.6-tab-size.patch DELETED ---




More information about the fedora-extras-commits mailing list