forked from pool/gnome-bluetooth
Accepting request 158574 from GNOME:Next
- Update to version 3.7.4: + Remove fallback applet as GNOME fallback is obsolete. + Remove ObexFTP browsing support. + Fix help links in GNOME 3.6+. + Sendto: Remove nautilus-sendto plugin. - Drop and obsolete nautilus-sendto-plugin-bluetooth. - Drop pkgconfig(libnotify) BuildRequires: no longer needed. - Remove traces of BUILD_FROM_VCS. OBS-URL: https://build.opensuse.org/request/show/158574 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=118
This commit is contained in:
parent
4b89a97bba
commit
d309c1528e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71d72a4637916450987f69c71d374c5bc1102be6dd9d9d7f923aa924659f768a
|
||||
size 1335268
|
3
gnome-bluetooth-3.7.4.tar.xz
Normal file
3
gnome-bluetooth-3.7.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3be939cfa627fdb41b52af44c38cd73dc0e12abde2fa9d5585eda9a9d289feb
|
||||
size 1324676
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 18:06:44 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.4:
|
||||
+ Remove fallback applet as GNOME fallback is obsolete.
|
||||
+ Remove ObexFTP browsing support.
|
||||
+ Fix help links in GNOME 3.6+.
|
||||
+ Sendto: Remove nautilus-sendto plugin.
|
||||
- Drop and obsolete nautilus-sendto-plugin-bluetooth.
|
||||
- Drop pkgconfig(libnotify) BuildRequires: no longer needed.
|
||||
- Remove traces of BUILD_FROM_VCS.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 27 18:56:28 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-bluetooth
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@ -16,16 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define BUILD_FROM_VCS 1
|
||||
|
||||
Name: gnome-bluetooth
|
||||
Version: 3.6.1
|
||||
Version: 3.7.4
|
||||
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.6/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-bluetooth/3.7/%{name}-%{version}.tar.xz
|
||||
Source1: 61-gnome-bluetooth-rfkill.rules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -34,13 +32,7 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(nautilus-sendto)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gtk-doc
|
||||
%endif
|
||||
# Require bluez (mandatory, as per readme, bnc#622946)
|
||||
Requires: bluez >= 4.36
|
||||
# Require obexd for bluetooth-sendto to work (bnc#622946)
|
||||
@ -50,6 +42,8 @@ Recommends: %{name}-lang
|
||||
Recommends: gnome-control-center
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
%define _udevdir %(pkg-config --variable udevdir udev)
|
||||
@ -100,34 +94,16 @@ Supplements: packageand(%{name}:geoclue)
|
||||
The gnome-bluetooth package contains graphical utilities to setup,
|
||||
monitor and use Bluetooth devices.
|
||||
|
||||
%package -n nautilus-sendto-plugin-bluetooth
|
||||
Summary: Bluetooth plugin for nautilus-sendto
|
||||
Group: Productivity/File utilities
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: packageand{%{name}:nautilus-sendto}
|
||||
|
||||
%description -n nautilus-sendto-plugin-bluetooth
|
||||
This package provides the functionality to the Nautilus file browser to
|
||||
send files over bluetooth.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
translation-update-upstream
|
||||
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh || NOCONFIGURE=1 gnome-autogen.sh
|
||||
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-icon-update \
|
||||
--disable-scrollkeeper \
|
||||
--disable-desktop-update \
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
--enable-gtk-doc \
|
||||
%endif
|
||||
--enable-nautilus-sendto=yes\
|
||||
--enable-introspection
|
||||
make %{?_smp_mflags} V=1
|
||||
@ -135,7 +111,6 @@ make %{?_smp_mflags} V=1
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%suse_update_desktop_file bluetooth-applet
|
||||
%suse_update_desktop_file bluetooth-sendto
|
||||
%suse_update_desktop_file bluetooth-wizard
|
||||
%find_lang %{name}2 %{?no_lang_C}
|
||||
@ -156,12 +131,6 @@ rm -rf %{buildroot}
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%post -n nautilus-sendto-plugin-bluetooth
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun -n nautilus-sendto-plugin-bluetooth
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%post -n libgnome-bluetooth11 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgnome-bluetooth11 -p /sbin/ldconfig
|
||||
@ -172,7 +141,6 @@ rm -rf %{buildroot}
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_udevdir}/rules.d/61-gnome-bluetooth-rfkill.rules
|
||||
%{_bindir}/bluetooth-*
|
||||
%{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
|
||||
%{_datadir}/applications/bluetooth-sendto.desktop
|
||||
%{_datadir}/applications/bluetooth-wizard.desktop
|
||||
%{_datadir}/gnome-bluetooth/
|
||||
@ -208,10 +176,4 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/gnome-bluetooth/plugins/libgbtgeoclue.so
|
||||
|
||||
%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