forked from pool/gnome-bluetooth
Accepting request 228619 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228619 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=128
This commit is contained in:
parent
0400864fab
commit
59ea81df19
@ -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
|
Mon Sep 23 07:56:44 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-bluetooth
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,24 +17,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 3.10.0
|
Version: 3.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://live.gnome.org/GnomeBluetooth
|
Url: http://live.gnome.org/GnomeBluetooth
|
||||||
Source: http://download.gnome.org/sources/gnome-bluetooth/3.10/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-bluetooth/3.12/%{name}-%{version}.tar.xz
|
||||||
Source1: 61-gnome-bluetooth-rfkill.rules
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.2
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
# Require bluez (mandatory, as per readme, bnc#622946)
|
# Require bluez (mandatory, as per readme, bnc#622946)
|
||||||
Requires: bluez >= 4.36
|
Requires: bluez >= 5
|
||||||
# Require obexd for bluetooth-sendto to work (bnc#622946)
|
# Require obexd for bluetooth-sendto to work (bnc#622946)
|
||||||
Requires: obexd-client
|
Requires: obexd-client
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
@ -44,6 +43,8 @@ Provides: bluez-gnome = 1.8
|
|||||||
Obsoletes: bluez-gnome < 1.8
|
Obsoletes: bluez-gnome < 1.8
|
||||||
# nautilus-sendto-plugin-bluetooth has been removed in version 3.7.4
|
# nautilus-sendto-plugin-bluetooth has been removed in version 3.7.4
|
||||||
Obsoletes: nautilus-sendto-plugin-bluetooth < 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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
%define _udevdir %(pkg-config --variable udevdir udev)
|
%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,
|
The gnome-bluetooth package contains graphical utilities to setup,
|
||||||
monitor and use Bluetooth devices.
|
monitor and use Bluetooth devices.
|
||||||
|
|
||||||
%package -n libgnome-bluetooth12
|
%package -n libgnome-bluetooth13
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: libgnomebt1 <= 0.12
|
Obsoletes: libgnomebt1 <= 0.12
|
||||||
|
|
||||||
%description -n libgnome-bluetooth12
|
%description -n libgnome-bluetooth13
|
||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
The gnome-bluetooth package contains graphical utilities to setup,
|
||||||
monitor and use Bluetooth devices.
|
monitor and use Bluetooth devices.
|
||||||
|
|
||||||
@ -84,16 +85,6 @@ monitor and use Bluetooth devices.
|
|||||||
This package provides the GObject Introspection bindings for the
|
This package provides the GObject Introspection bindings for the
|
||||||
gnome-bluetooth library.
|
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
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -102,9 +93,7 @@ translation-update-upstream
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-icon-update \
|
--disable-icon-update \
|
||||||
--disable-scrollkeeper \
|
|
||||||
--disable-desktop-update \
|
--disable-desktop-update \
|
||||||
--enable-nautilus-sendto=yes\
|
|
||||||
--enable-introspection
|
--enable-introspection
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
@ -112,10 +101,8 @@ make %{?_smp_mflags} V=1
|
|||||||
%make_install
|
%make_install
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||||
%suse_update_desktop_file bluetooth-sendto
|
%suse_update_desktop_file bluetooth-sendto
|
||||||
%suse_update_desktop_file bluetooth-wizard
|
|
||||||
%find_lang %{name}2 %{?no_lang_C}
|
%find_lang %{name}2 %{?no_lang_C}
|
||||||
%find_lang %{name} %{?no_lang_C} %{name}2.lang
|
%find_lang %{name} %{?no_lang_C} %{name}2.lang
|
||||||
install -m0644 -D %{SOURCE1} %{buildroot}%{_udevdir}/rules.d/61-gnome-bluetooth-rfkill.rules
|
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -131,32 +118,23 @@ rm -rf %{buildroot}
|
|||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
%icon_theme_cache_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
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%doc %{_datadir}/help/C/%{name}/
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_udevdir}/rules.d/61-gnome-bluetooth-rfkill.rules
|
|
||||||
%{_bindir}/bluetooth-*
|
%{_bindir}/bluetooth-*
|
||||||
%{_datadir}/applications/bluetooth-sendto.desktop
|
%{_datadir}/applications/bluetooth-sendto.desktop
|
||||||
%{_datadir}/applications/bluetooth-wizard.desktop
|
|
||||||
%{_datadir}/gnome-bluetooth/
|
%{_datadir}/gnome-bluetooth/
|
||||||
%{_datadir}/icons/hicolor/*/*/bluetooth*
|
%{_datadir}/icons/hicolor/*/*/bluetooth*
|
||||||
%{_mandir}/man1/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 lang -f %{name}2.lang
|
||||||
|
|
||||||
%files -n libgnome-bluetooth12
|
%files -n libgnome-bluetooth13
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libgnome-bluetooth.so.*
|
%{_libdir}/libgnome-bluetooth.so.*
|
||||||
|
|
||||||
@ -172,8 +150,4 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
%{_datadir}/gtk-doc/html/gnome-bluetooth
|
%{_datadir}/gtk-doc/html/gnome-bluetooth
|
||||||
|
|
||||||
%files plugins-geoclue
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/gnome-bluetooth/plugins/libgbtgeoclue.so
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user