Update to 1.28.2
This commit is contained in:
parent
0cb8e57811
commit
ceed4dbc14
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libmbim-*.tar.xz
|
/libmbim-*.tar.xz
|
||||||
|
/libmbim-1.28.2.tar.bz2
|
||||||
|
43
libmbim.spec
43
libmbim.spec
@ -1,18 +1,19 @@
|
|||||||
Name: libmbim
|
Name: libmbim
|
||||||
Version: 1.26.4
|
Version: 1.28.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Support library for the Mobile Broadband Interface Model protocol
|
Summary: Support library for the Mobile Broadband Interface Model protocol
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://freedesktop.org/software/libmbim
|
URL: http://freedesktop.org/software/libmbim
|
||||||
Source: http://freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
|
Source: https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: automake autoconf libtool
|
BuildRequires: meson >= 0.53
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glib2-devel >= 2.48.0
|
BuildRequires: glib2-devel >= 2.56
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
|
BuildRequires: help2man
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -24,6 +25,7 @@ functionality from applications that use glib.
|
|||||||
Summary: Header files for adding MBIM support to applications that use glib
|
Summary: Header files for adding MBIM support to applications that use glib
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: glib2-devel%{?_isa}
|
Requires: glib2-devel%{?_isa}
|
||||||
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the header and pkg-config files for developing
|
This package contains the header and pkg-config files for developing
|
||||||
@ -44,35 +46,45 @@ functionality from the command line.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --enable-gtk-doc
|
# Let's avoid BuildRequiring bash-completion because it changes behavior
|
||||||
%{make_build}
|
# of shell, at least until the .pc file gets into the -devel subpackage.
|
||||||
|
# We'll just install the bash-completion file ourselves.
|
||||||
|
%meson -Dgtk_doc=true -Dbash_completion=false
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{make_install}
|
%meson_install
|
||||||
find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference configure.ac
|
find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference meson.build
|
||||||
find %{buildroot} -type f -name "*.la" -delete
|
find %{buildroot} -type f -name "*.la" -delete
|
||||||
|
mkdir -p %{buildroot}%{_datadir}/bash-completion
|
||||||
|
cp -a src/mbimcli/mbimcli %{buildroot}%{_datadir}/bash-completion
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
%meson_test
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING.LIB
|
%license LICENSES/LGPL-2.1-or-later.txt
|
||||||
%doc NEWS AUTHORS README
|
%doc NEWS AUTHORS README.md
|
||||||
%{_libdir}/libmbim-glib.so.4*
|
%{_libdir}/libmbim-glib.so.4*
|
||||||
|
%{_libdir}/girepository-1.0/Mbim-1.0.typelib
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libmbim-glib/
|
%{_includedir}/libmbim-glib/
|
||||||
%{_libdir}/pkgconfig/mbim-glib.pc
|
%{_libdir}/pkgconfig/mbim-glib.pc
|
||||||
%{_libdir}/libmbim-glib.so
|
%{_libdir}/libmbim-glib.so
|
||||||
%{_datadir}/gtk-doc/html/libmbim-glib/
|
%{_datadir}/gtk-doc/html/libmbim-glib/
|
||||||
|
%{_datadir}/gir-1.0/Mbim-1.0.gir
|
||||||
|
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%license COPYING
|
%license LICENSES/GPL-2.0-or-later.txt
|
||||||
%{_bindir}/mbimcli
|
%{_bindir}/mbimcli
|
||||||
%{_bindir}/mbim-network
|
%{_bindir}/mbim-network
|
||||||
%{_datadir}/bash-completion
|
%{_datadir}/bash-completion
|
||||||
@ -81,6 +93,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 22 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.28.2-1
|
||||||
|
- Update to 1.28.2
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.4-2
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libmbim-1.26.4.tar.xz) = a530a3611aa353d7b7a4a3d845a8a8b08e508004f44e9bc63a4c04729589397e264a5dca499ebb7c57f135e6848909d78124c4799bd932c24271c57824c3b5d8
|
SHA512 (libmbim-1.28.2.tar.bz2) = 331e90978331e1ed6a04b5eacf993f9171936ff61f7bee6b34bcf32d05f52a70efb2712b1c744328bc74c23a3cda57e56e94efaa22d6ab05a2141d6b4831fc5d
|
||||||
|
Loading…
Reference in New Issue
Block a user