forked from pool/gnome-bluetooth
Accepting request 930084 from GNOME:Factory
(forwarded request 929864 from iznogood) OBS-URL: https://build.opensuse.org/request/show/930084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=101
This commit is contained in:
commit
efd2bc365a
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 11:15:24 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add missing explicit libgnome-bluetooth13 Requires to devel sub
|
||||
package, it was already pulled in via typelib Requires, so no
|
||||
real world change.
|
||||
- Use ldconfig_scriptlets macro for post(un) handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 01:35:54 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
- Remove obsolete translation-update-upstream support
|
||||
(jsc#SLE-21105).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 24 09:45:04 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -31,7 +31,6 @@ BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
@ -73,6 +72,7 @@ Summary: Development files for the GNOME Bluetooth libraries
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libgnome-bluetooth13 = %{version}
|
||||
Requires: typelib-1_0-GnomeBluetooth-1_0 = %{version}
|
||||
|
||||
%description devel
|
||||
@ -84,7 +84,6 @@ This package provides the necessary files for development with GNOME Bluetooth.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
translation-update-upstream po gnome-bluetooth2
|
||||
|
||||
%build
|
||||
%meson \
|
||||
@ -97,8 +96,7 @@ translation-update-upstream po gnome-bluetooth2
|
||||
%find_lang %{name}2 %{?no_lang_C}
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
%post -n libgnome-bluetooth13 -p /sbin/ldconfig
|
||||
%postun -n libgnome-bluetooth13 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libgnome-bluetooth13
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user