Compare commits
10 Commits
5adfc006c8
...
6b091039f2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b091039f2 | ||
|
|
6554edf933 | ||
|
|
82e1762c74 | ||
|
|
7e89b6dd4a | ||
|
|
73e1bdee66 | ||
|
|
2a81386390 | ||
|
|
a2bcb7b8f0 | ||
|
|
e401ef9d7c | ||
|
|
5221a5f235 | ||
|
|
155ceeb562 |
Binary file not shown.
BIN
libmbim-1.30.0.tar.bz2
Normal file
BIN
libmbim-1.30.0.tar.bz2
Normal file
Binary file not shown.
38
libmbim.spec
38
libmbim.spec
@ -1,14 +1,14 @@
|
||||
Name: libmbim
|
||||
Version: 1.26.4
|
||||
Release: 1
|
||||
Version: 1.30.0
|
||||
Release: 2
|
||||
Summary: A glib-based library for talking to WWAN modems and devices
|
||||
License: LGPLv2+
|
||||
URL: http://freedesktop.org/software/libmbim
|
||||
Source: http://freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
|
||||
URL: https://gitlab.freedesktop.org/mobile-broadband/libmbim
|
||||
Source: https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gcc glib2-devel pkgconfig automake autoconf libtool
|
||||
BuildRequires: python3 pkgconfig(gudev-1.0) >= 147 gtk-doc
|
||||
BuildRequires: libxslt python3-unversioned-command
|
||||
BuildRequires: libxslt python3-unversioned-command help2man meson gobject-introspection-devel
|
||||
|
||||
Provides: %{name}-utils = %{version}-%{release}
|
||||
Obsoletes: %{name}-utils < %{version}-%{release}
|
||||
@ -31,26 +31,29 @@ This package contains some header and library files for the development of the %
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-gtk-doc
|
||||
%make_build V=1
|
||||
%meson -Dgtk_doc=true -Dbash_completion=false
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%delete_la
|
||||
%meson_install
|
||||
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
|
||||
make check
|
||||
%meson_test
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc COPYING NEWS AUTHORS README
|
||||
%doc NEWS AUTHORS README.md
|
||||
%{_libdir}/libmbim-glib.so.*
|
||||
%{_bindir}/*
|
||||
%{_datadir}/bash-completion
|
||||
%{_libexecdir}/mbim-proxy
|
||||
%{_libdir}/girepository-1.0/Mbim-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%{_includedir}/libmbim-glib/
|
||||
@ -58,11 +61,24 @@ make check
|
||||
%{_libdir}/libmbim-glib.so
|
||||
%dir %{_datadir}/gtk-doc/html/libmbim-glib
|
||||
%{_datadir}/gtk-doc/html/libmbim-glib/*
|
||||
%{_datadir}/gir-1.0/Mbim-1.0.gir
|
||||
|
||||
%files help
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 14 2024 panchenbo <panchenbo@kylinsec.com.cn> - 1.30.0-2
|
||||
- add BuildRequires:gobject-introspection-devel
|
||||
|
||||
* Fri Dec 29 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 1.30.0-1
|
||||
- update to 1.30.0
|
||||
|
||||
* 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
|
||||
- fix build error in master
|
||||
|
||||
* Wed Nov 16 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 1.26.4-1
|
||||
- update to 1.26.4
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: freedesktop/libmbim
|
||||
version_control: git
|
||||
src_repo: https://gitlab.freedesktop.org/mobile-broadband/libmbim.git
|
||||
tag_prefix: ^
|
||||
seperator: .
|
||||
separator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user