Dominique Leuenberger 2016-10-18 08:27:08 +00:00 committed by Git OBS Bridge
commit 4121f94cad
2 changed files with 16 additions and 7 deletions

View File

@ -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

View File

@ -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