Accepting request 815947 from home:mnhauke
- Update to version 1.24 * Build now requires GLib/GObject/GIO 2.48. * Added new GObject Introspection support in the library, that can be explicitly requested during configure with --enable-introspection=yes. With the new introspection support, the libmbim-glib library can now be used directly from e.g. python programs, as in the example included with the release. * Added release version information to all the types and methods of the public library API, and added new per-version indices in the documentation. * Added g_autoptr() support to all public types. * Several other minor improvements and fixes. - Introduce subpackage for Introspection bindings OBS-URL: https://build.opensuse.org/request/show/815947 OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=52
This commit is contained in:
parent
a4b55eb01f
commit
fb8e455349
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c0778eb1cd12c3604523134e55183f5147b0cae71150e875b583768f7aa1f38
|
||||
size 491708
|
3
libmbim-1.24.0.tar.xz
Normal file
3
libmbim-1.24.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d495cec3becfd02731ceac67a5ad7e0f1b328395137024d7cb91d31f00e1196
|
||||
size 508164
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 08:50:16 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.24
|
||||
* Build now requires GLib/GObject/GIO 2.48.
|
||||
* Added new GObject Introspection support in the library, that
|
||||
can be explicitly requested during configure with
|
||||
--enable-introspection=yes. With the new introspection support,
|
||||
the libmbim-glib library can now be used directly from e.g.
|
||||
python programs, as in the example included with the release.
|
||||
* Added release version information to all the types and methods
|
||||
of the public library API, and added new per-version indices
|
||||
in the documentation.
|
||||
* Added g_autoptr() support to all public types.
|
||||
* Several other minor improvements and fixes.
|
||||
- Introduce subpackage for Introspection bindings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 20:07:04 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
33
libmbim.spec
33
libmbim.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libmbim
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: libmbim
|
||||
Version: 1.22.0
|
||||
Version: 1.24.0
|
||||
Release: 0
|
||||
Summary: Mobile Broadband Interface Model (MBIM) protocol
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
@ -30,32 +30,33 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.36
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.48
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
||||
|
||||
%description
|
||||
libmbim is a glib-based library for talking to WWAN modems and devices
|
||||
which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
||||
which speak the Mobile Broadband Interface Model (MBIM) protocol.
|
||||
|
||||
%package -n libmbim-glib4
|
||||
Summary: Mobile Interface Broadband Model (MBIM) protocol
|
||||
Summary: Mobile Broadband Interface Model (MBIM) protocol
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libmbim-glib4
|
||||
libmbim is a glib-based library for talking to WWAN modems and devices
|
||||
which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
||||
which speak the Mobile Broadband Interface Model (MBIM) protocol.
|
||||
|
||||
%package devel
|
||||
Summary: Mobile Interface Broadband Model (MBIM) protocol - Development files
|
||||
Summary: Mobile Broadband Interface Model (MBIM) protocol - Development files
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: libmbim-glib4 = %{version}
|
||||
|
||||
%description devel
|
||||
libmbim is a glib-based library for talking to WWAN modems and devices
|
||||
which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
||||
which speak the Mobile Broadband Interface Model (MBIM) protocol.
|
||||
|
||||
%package -n mbimcli-bash-completion
|
||||
Summary: Bash completion for mbimcli
|
||||
@ -68,6 +69,17 @@ Supplements: packageand(%{name}:bash-completion)
|
||||
%description -n mbimcli-bash-completion
|
||||
This package contain de bash completion command for mbimcli tools.
|
||||
|
||||
%package -n typelib-1_0-Mbim-1_0
|
||||
Summary: Introspection bindings for libmbim
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-Mbim-1_0
|
||||
libmbim is a glib-based library for talking to WWAN modems and devices
|
||||
which speak the Mobile Broadband Interface Model (MBIM) protocol.
|
||||
|
||||
This package provides the GObject Introspection bindings for libmbim.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
@ -77,6 +89,7 @@ sed -i "s|env python|python3|g" build-aux/mbim-codegen/*
|
||||
%configure \
|
||||
--with-udev \
|
||||
--disable-static \
|
||||
--enable-introspection=yes \
|
||||
%{nil}
|
||||
%make_build
|
||||
|
||||
@ -110,6 +123,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%dir %{_datadir}/gtk-doc
|
||||
%dir %{_datadir}/gtk-doc/html
|
||||
%doc %{_datadir}/gtk-doc/html/libmbim-glib/
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%{_includedir}/libmbim-glib/
|
||||
%{_libdir}/libmbim-glib.so
|
||||
%{_libdir}/pkgconfig/mbim-glib.pc
|
||||
@ -117,4 +131,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%files -n mbimcli-bash-completion
|
||||
%{_datadir}/bash-completion/completions/mbimcli
|
||||
|
||||
%files -n typelib-1_0-Mbim-1_0
|
||||
%{_libdir}/girepository-1.0/Mbim-1.0.typelib
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user