!11 update to 1.29.2
From: @zhouwenpei Reviewed-by: @robertxw Signed-off-by: @robertxw
This commit is contained in:
commit
73e1bdee66
Binary file not shown.
BIN
libmbim-1.29.2.tar.bz2
Normal file
BIN
libmbim-1.29.2.tar.bz2
Normal file
Binary file not shown.
27
libmbim.spec
27
libmbim.spec
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user