Accepting request 231702 from GNOME:Factory
Push GNOME:Factory - GNOME 3.12.1 OBS-URL: https://build.opensuse.org/request/show/231702 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=72
This commit is contained in:
commit
181aa3a4e5
@ -1,6 +0,0 @@
|
||||
# Get access to /dev/rfkill for users
|
||||
# until urfkill is available
|
||||
#
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=733326#c3
|
||||
#
|
||||
KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee4ad464abfed59f04d1a471eb25cfb95fc34eeefbe4c47580dbb50df2ab712
|
||||
size 1327852
|
3
gnome-bluetooth-3.12.0.tar.xz
Normal file
3
gnome-bluetooth-3.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:086917c13ada4e3233eafad0a91b072cd60bb2be7c0b7d6657072123fd115c67
|
||||
size 1341584
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 14:06:10 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ Fix crasher with GTK+ dialogue changes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 11:08:26 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.91:
|
||||
+ Add missing libudev private requires.
|
||||
+ Require GTK+ 3.11.2.
|
||||
+ Fix crasher with latest GTK+.
|
||||
+ Remove GtkStock usage.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 18:49:41 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.3:
|
||||
+ Obsolete the separate wizard, instead a widget to create a
|
||||
Bluetooth Settings panel is provided and will be used by
|
||||
gnome-control-center.
|
||||
+ Removed APIs:
|
||||
- settings/wizard plugins API.
|
||||
- killswitch (now handled by gnome-settings-daemon's Rfkill
|
||||
plugin).
|
||||
- applet gir library.
|
||||
+ Better icons for headphones, headsets, Apple, Google and
|
||||
Samsung phones.
|
||||
- No longer package 61-gnome-bluetooth-rfkill.rules: it lives now
|
||||
officially andf formally in gnome-settings-daemon.
|
||||
- Drop gnome-bluetooth-plugins-geoclue subpackage and obsolete it
|
||||
from the main package: gnome-bluetooth no longer suppoers
|
||||
plugins.
|
||||
- No longer pass --disable-scrollkeeper and
|
||||
--enable-nautilus-sendto to configure: those parameters haven't
|
||||
been valid for a few releases.
|
||||
- Rename libgnome-bluetooth12 subpackage to libgnome-bluetooth13,
|
||||
following upstreams soname change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 07:56:44 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-bluetooth
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,24 +17,23 @@
|
||||
|
||||
|
||||
Name: gnome-bluetooth
|
||||
Version: 3.10.0
|
||||
Version: 3.12.0
|
||||
Release: 0
|
||||
Summary: GNOME Bluetooth graphical utilities
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://live.gnome.org/GnomeBluetooth
|
||||
Source: http://download.gnome.org/sources/gnome-bluetooth/3.10/%{name}-%{version}.tar.xz
|
||||
Source1: 61-gnome-bluetooth-rfkill.rules
|
||||
Source: http://download.gnome.org/sources/gnome-bluetooth/3.12/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.2
|
||||
BuildRequires: pkgconfig(udev)
|
||||
# Require bluez (mandatory, as per readme, bnc#622946)
|
||||
Requires: bluez >= 4.36
|
||||
Requires: bluez >= 5
|
||||
# Require obexd for bluetooth-sendto to work (bnc#622946)
|
||||
Requires: obexd-client
|
||||
Recommends: %{name}-lang
|
||||
@ -44,6 +43,8 @@ Provides: bluez-gnome = 1.8
|
||||
Obsoletes: bluez-gnome < 1.8
|
||||
# nautilus-sendto-plugin-bluetooth has been removed in version 3.7.4
|
||||
Obsoletes: nautilus-sendto-plugin-bluetooth < 3.7.4
|
||||
# gnome-bluetooth-plugins-geoclue (and entire plugin support) was removed in version 3.11.3
|
||||
Obsoletes: gnome-bluetooth-plugins-geoclue < 3.11.3
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
%define _udevdir %(pkg-config --variable udevdir udev)
|
||||
@ -64,12 +65,12 @@ Provides: libgnomebt-devel = 0.12
|
||||
The gnome-bluetooth package contains graphical utilities to setup,
|
||||
monitor and use Bluetooth devices.
|
||||
|
||||
%package -n libgnome-bluetooth12
|
||||
%package -n libgnome-bluetooth13
|
||||
Summary: GNOME Bluetooth graphical utilities
|
||||
Group: System/Libraries
|
||||
Obsoletes: libgnomebt1 <= 0.12
|
||||
|
||||
%description -n libgnome-bluetooth12
|
||||
%description -n libgnome-bluetooth13
|
||||
The gnome-bluetooth package contains graphical utilities to setup,
|
||||
monitor and use Bluetooth devices.
|
||||
|
||||
@ -84,16 +85,6 @@ monitor and use Bluetooth devices.
|
||||
This package provides the GObject Introspection bindings for the
|
||||
gnome-bluetooth library.
|
||||
|
||||
%package plugins-geoclue
|
||||
Summary: GNOME Bluetooth Support
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: packageand(%{name}:geoclue)
|
||||
|
||||
%description plugins-geoclue
|
||||
The gnome-bluetooth package contains graphical utilities to setup,
|
||||
monitor and use Bluetooth devices.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
@ -102,9 +93,7 @@ translation-update-upstream
|
||||
%build
|
||||
%configure \
|
||||
--disable-icon-update \
|
||||
--disable-scrollkeeper \
|
||||
--disable-desktop-update \
|
||||
--enable-nautilus-sendto=yes\
|
||||
--enable-introspection
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
@ -112,10 +101,8 @@ make %{?_smp_mflags} V=1
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%suse_update_desktop_file bluetooth-sendto
|
||||
%suse_update_desktop_file bluetooth-wizard
|
||||
%find_lang %{name}2 %{?no_lang_C}
|
||||
%find_lang %{name} %{?no_lang_C} %{name}2.lang
|
||||
install -m0644 -D %{SOURCE1} %{buildroot}%{_udevdir}/rules.d/61-gnome-bluetooth-rfkill.rules
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
@ -131,32 +118,23 @@ rm -rf %{buildroot}
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%post -n libgnome-bluetooth12 -p /sbin/ldconfig
|
||||
%post -n libgnome-bluetooth13 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgnome-bluetooth12 -p /sbin/ldconfig
|
||||
%postun -n libgnome-bluetooth13 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_udevdir}/rules.d/61-gnome-bluetooth-rfkill.rules
|
||||
%{_bindir}/bluetooth-*
|
||||
%{_datadir}/applications/bluetooth-sendto.desktop
|
||||
%{_datadir}/applications/bluetooth-wizard.desktop
|
||||
%{_datadir}/gnome-bluetooth/
|
||||
%{_datadir}/icons/hicolor/*/*/bluetooth*
|
||||
%{_mandir}/man1/bluetooth-*
|
||||
# Own the plugin directory, but exclude the plugin library itself
|
||||
%dir %{_libdir}/gnome-bluetooth
|
||||
%{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.*
|
||||
%{_libdir}/gnome-bluetooth/GnomeBluetoothApplet-1.0.typelib
|
||||
%dir %{_libdir}/gnome-bluetooth/plugins
|
||||
# Exclude files which are in another package
|
||||
%exclude %{_libdir}/gnome-bluetooth/plugins/libgbtgeoclue.so
|
||||
|
||||
%files lang -f %{name}2.lang
|
||||
|
||||
%files -n libgnome-bluetooth12
|
||||
%files -n libgnome-bluetooth13
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libgnome-bluetooth.so.*
|
||||
|
||||
@ -172,8 +150,4 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%{_datadir}/gtk-doc/html/gnome-bluetooth
|
||||
|
||||
%files plugins-geoclue
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/gnome-bluetooth/plugins/libgbtgeoclue.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user