Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6b091039f2
!17 [sync] PR-16: add BuildRequires:gobject-introspection-devel
From: @openeuler-sync-bot 
Reviewed-by: @sunsuwan 
Signed-off-by: @sunsuwan
2024-03-18 13:17:41 +00:00
panchenbo
6554edf933 add BuildRequires:gobject-introspection-devel
(cherry picked from commit d27fa7c575f302ba69be512c0bcb060c9019af11)
2024-03-18 20:07:37 +08:00
openeuler-ci-bot
82e1762c74
!14 update to 1.30.0
From: @zhouwenpei 
Reviewed-by: @robertxw 
Signed-off-by: @robertxw
2023-12-29 08:58:22 +00:00
zhouwenpei
7e89b6dd4a update to 1.30.0 2023-12-29 08:39:47 +00:00
openeuler-ci-bot
73e1bdee66
!11 update to 1.29.2
From: @zhouwenpei 
Reviewed-by: @robertxw 
Signed-off-by: @robertxw
2023-07-26 08:38:30 +00:00
zhouwenpei
2a81386390 update to 1.29.2 2023-07-22 14:15:51 +08:00
openeuler-ci-bot
a2bcb7b8f0
!10 【轻量级 PR】:修正yaml
From: @licihua 
Reviewed-by: @t_feng, @gebidelidaye 
Signed-off-by: @t_feng, @gebidelidaye
2023-07-22 03:27:29 +00:00
Monday
e401ef9d7c
修正yaml
Signed-off-by: Monday <licihua@huawei.com>
2023-07-13 01:15:03 +00:00
openeuler-ci-bot
5221a5f235
!8 fix build error in master
From: @zhouwenpei 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
2023-02-23 08:32:59 +00:00
zhouwenpei
155ceeb562 fix build error in master 2023-02-23 02:47:20 +00:00
4 changed files with 30 additions and 14 deletions

Binary file not shown.

BIN
libmbim-1.30.0.tar.bz2 Normal file

Binary file not shown.

View File

@ -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

View File

@ -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: .