Accepting request 433300 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/433300 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=155
This commit is contained in:
parent
622f8d2c67
commit
969422846e
@ -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
|
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: fdupes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
%if !0%{?is_opensuse}
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
|
%endif
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||||
@ -37,13 +39,7 @@ BuildRequires: pkgconfig(libudev)
|
|||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
# Require bluez (mandatory, as per readme, bnc#622946)
|
# Require bluez (mandatory, as per readme, bnc#622946)
|
||||||
Requires: bluez >= 5
|
Requires: bluez >= 5
|
||||||
# Require obexd for bluetooth-sendto to work (bnc#622946)
|
|
||||||
Requires: obexd-client
|
|
||||||
Recommends: %{name}-lang
|
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
|
# gnome-bluetooth-plugins-geoclue (and entire plugin support) was removed in version 3.11.3
|
||||||
Obsoletes: gnome-bluetooth-plugins-geoclue < 3.11.3
|
Obsoletes: gnome-bluetooth-plugins-geoclue < 3.11.3
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -89,14 +85,16 @@ gnome-bluetooth library.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%if !0%{?is_opensuse}
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-icon-update \
|
--disable-icon-update \
|
||||||
--disable-desktop-update \
|
--disable-desktop-update \
|
||||||
--enable-introspection
|
--enable-introspection
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user