update to 1.29.2

This commit is contained in:
zhouwenpei 2023-07-22 11:46:20 +08:00
parent a2bcb7b8f0
commit 2a81386390
3 changed files with 16 additions and 11 deletions

Binary file not shown.

BIN
libmbim-1.29.2.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: libmbim Name: libmbim
Version: 1.26.4 Version: 1.29.2
Release: 2 Release: 1
Summary: A glib-based library for talking to WWAN modems and devices Summary: A glib-based library for talking to WWAN modems and devices
License: LGPLv2+ License: LGPLv2+
URL: http://freedesktop.org/software/libmbim URL: https://gitlab.freedesktop.org/mobile-broadband/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: gcc glib2-devel pkgconfig automake autoconf libtool BuildRequires: gcc glib2-devel pkgconfig automake autoconf libtool
BuildRequires: python3 pkgconfig(gudev-1.0) >= 147 gtk-doc BuildRequires: python3 pkgconfig(gudev-1.0) >= 147 gtk-doc
BuildRequires: libxslt python3-unversioned-command BuildRequires: libxslt python3-unversioned-command help2man meson
Provides: %{name}-utils = %{version}-%{release} Provides: %{name}-utils = %{version}-%{release}
Obsoletes: %{name}-utils < %{version}-%{release} Obsoletes: %{name}-utils < %{version}-%{release}
@ -31,22 +31,24 @@ This package contains some header and library files for the development of the %
%autosetup -p1 %autosetup -p1
%build %build
%configure --disable-static --enable-gtk-doc %meson -Dgtk_doc=true -Dbash_completion=false
%make_build V=1 %meson_build
%install %install
%make_install %meson_install
%delete_la find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference meson.build
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
cp -a src/mbimcli/mbimcli %{buildroot}%{_datadir}/bash-completion/completions/
%check %check
make check %meson_test
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%doc COPYING NEWS AUTHORS README %doc NEWS AUTHORS README.md
%{_libdir}/libmbim-glib.so.* %{_libdir}/libmbim-glib.so.*
%{_bindir}/* %{_bindir}/*
%{_datadir}/bash-completion %{_datadir}/bash-completion
@ -65,6 +67,9 @@ make check
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Sat Jul 22 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.29.2-1
- update to 1.29.2
* Thu Feb 23 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.26.4-2 * Thu Feb 23 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.26.4-2
- fix build error in master - fix build error in master