Accepting request 44689 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gnome-bluetooth via accept of submit request 44689 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/44689 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=46
This commit is contained in:
parent
7e431b9479
commit
528704596f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4caafa8c28195c81d8c51414f3a64489f81b9b46cac56979aeaaff8c9ebb78d4
|
||||
size 1015602
|
3
gnome-bluetooth-2.31.6.tar.bz2
Normal file
3
gnome-bluetooth-2.31.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:050c7f18b9a7640355f4d58f063f943fe2d79bac792bca1752bf186f70a11672
|
||||
size 1214926
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 11:18:41 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.31.6:
|
||||
+ Allow setting up devices that do not use pairing
|
||||
+ Port to GSettings instead of GConf
|
||||
+ Properties:
|
||||
- Add specific page when the only adapter is hard blocked
|
||||
through a physical killswitch
|
||||
- Remove --disable-schemas-install from configure call
|
||||
(gconf-specific) and update packaging to handle GSettings schemas
|
||||
instead of gconf schemas.
|
||||
- Rename libgnome-bluetooth7 to libgnome-bluetooth8 after bump in
|
||||
library soname.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 3 19:43:52 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-bluetooth (Version 2.30.0)
|
||||
# spec file for package gnome-bluetooth (Version 2.31.6)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
Name: gnome-bluetooth
|
||||
Version: 2.30.0
|
||||
Release: 3
|
||||
Version: 2.31.6
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: GNOME Bluetooth graphical utilities
|
||||
Url: http://live.gnome.org/GnomeBluetooth
|
||||
@ -28,6 +28,7 @@ Source: http://download.gnome.org/sources/gnome-bluetooth/2.27/gnome-blu
|
||||
# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
|
||||
Patch0: lxde-support.patch
|
||||
BuildRequires: fdupes
|
||||
# Needed for geoclue plugin
|
||||
BuildRequires: gconf2-devel
|
||||
BuildRequires: gir-repository
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
@ -46,7 +47,7 @@ Requires: obexd
|
||||
Provides: bluez-gnome = 1.8
|
||||
Obsoletes: bluez-gnome < 1.8
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%gconf_schemas_prereq
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
The gnome-bluetooth package contains graphical utilities to setup,
|
||||
@ -71,13 +72,13 @@ enables you to send files. It is used by the Nautilus component --
|
||||
select the files you want to send and choose "Send via Bluetooth..."
|
||||
from the context menu.
|
||||
|
||||
%package -n libgnome-bluetooth7
|
||||
%package -n libgnome-bluetooth8
|
||||
License: GPLv2+
|
||||
Summary: GNOME Bluetooth graphical utilities
|
||||
Group: System/GUI/GNOME
|
||||
Obsoletes: libgnomebt1 <= 0.12
|
||||
|
||||
%description -n libgnome-bluetooth7
|
||||
%description -n libgnome-bluetooth8
|
||||
The gnome-bluetooth package contains graphical utilities to setup,
|
||||
monitor and use Bluetooth devices.
|
||||
|
||||
@ -109,7 +110,7 @@ translation-update-upstream
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-schemas-install \
|
||||
%configure \
|
||||
--disable-icon-update \
|
||||
--disable-scrollkeeper \
|
||||
--disable-desktop-update \
|
||||
@ -126,29 +127,36 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%suse_update_desktop_file -G "Bluetooth Manager applet" bluetooth-applet
|
||||
%find_lang %{name}2
|
||||
%find_lang %{name} %{name}2.lang
|
||||
%find_gconf_schemas
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
%post -n nautilus-sendto-plugin-bluetooth
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%post -n libgnome-bluetooth7 -p /sbin/ldconfig
|
||||
%postun -n nautilus-sendto-plugin-bluetooth
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%postun -n libgnome-bluetooth7 -p /sbin/ldconfig
|
||||
%post -n libgnome-bluetooth8 -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.schemas_list
|
||||
%postun -n libgnome-bluetooth8 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%{_bindir}/bluetooth-*
|
||||
%{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
|
||||
%{_datadir}/applications/bluetooth-properties.desktop
|
||||
%{_datadir}/gnome-bluetooth
|
||||
%{_datadir}/GConf/gsettings/gnome-bluetooth
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Bluetooth.gschema.xml
|
||||
%{_datadir}/gnome-bluetooth/
|
||||
%{_datadir}/icons/hicolor/*/*/bluetooth*
|
||||
%{_mandir}/man1/bluetooth-*
|
||||
# Own the plugin directory, but exclude the plugin library itself
|
||||
@ -159,7 +167,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files lang -f %{name}2.lang
|
||||
|
||||
%files -n libgnome-bluetooth7
|
||||
%files -n libgnome-bluetooth8
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libgnome-bluetooth.so.*
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
@ -178,6 +186,8 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -n nautilus-sendto-plugin-bluetooth
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/GConf/gsettings/gnome-bluetooth-nst
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Bluetooth.nst.gschema.xml
|
||||
%{_libdir}/nautilus-sendto/plugins/libnstbluetooth.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user