Accepting request 435364 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/435364 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=84
This commit is contained in:
commit
4121f94cad
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 18:50:28 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Drop obexd-client Requires: obex was merged into bluez a long
|
||||
time ago, and we already pull it.
|
||||
- Drop no longer needed Provides/Obsoletes: bluez-gnome and
|
||||
nautilus-sendto-plugin-bluetooth.
|
||||
- Conditionally apply translations-update-upstream BuildRequires
|
||||
and macro for non-openSUSE only.
|
||||
- Stop passing V=1 to make, we do debugging locally.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 08:36:49 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -27,7 +27,9 @@ Source: http://download.gnome.org/sources/gnome-bluetooth/3.20/%{name}-%
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
%if !0%{?is_opensuse}
|
||||
BuildRequires: translation-update-upstream
|
||||
%endif
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||
@ -37,13 +39,7 @@ BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
# Require bluez (mandatory, as per readme, bnc#622946)
|
||||
Requires: bluez >= 5
|
||||
# Require obexd for bluetooth-sendto to work (bnc#622946)
|
||||
Requires: obexd-client
|
||||
Recommends: %{name}-lang
|
||||
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
|
||||
@ -89,14 +85,16 @@ gnome-bluetooth library.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%if !0%{?is_opensuse}
|
||||
translation-update-upstream
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-icon-update \
|
||||
--disable-desktop-update \
|
||||
--enable-introspection
|
||||
make %{?_smp_mflags} V=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user