update to 1.28.2 [release 1.28.2-1mamba;Mon Jan 16 2023]
This commit is contained in:
parent
e5aaa7e410
commit
4cc007475c
19
libmbim.spec
19
libmbim.spec
@ -1,5 +1,5 @@
|
||||
Name: libmbim
|
||||
Version: 1.26.4
|
||||
Version: 1.28.2
|
||||
Release: 1mamba
|
||||
Summary: A library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.freedesktop.org/wiki/Software/libmbim/
|
||||
Source: http://www.freedesktop.org/software/libmbim/libmbim-%{version}.tar.xz
|
||||
Source: https://gitlab.freedesktop.org/mobile-broadband/libmbim.git/%{version}/libmbim-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -49,12 +49,14 @@ This package includes the %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
%make
|
||||
%meson \
|
||||
-Dgtk_doc=true
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -67,14 +69,12 @@ This package includes the %{name} API documentation.
|
||||
%{_libdir}/libmbim-glib.so.*
|
||||
%{_libdir}/girepository-1.0/Mbim-1.0.typelib
|
||||
%{_libexecdir}/mbim-proxy
|
||||
%doc AUTHORS COPYING
|
||||
%doc AUTHORS LICENSES
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libmbim-glib
|
||||
%{_includedir}/libmbim-glib/*.h
|
||||
%{_libdir}/libmbim-glib.a
|
||||
%{_libdir}/libmbim-glib.la
|
||||
%{_libdir}/libmbim-glib.so
|
||||
%{_datadir}/gir-1.0/Mbim-1.0.gir
|
||||
%{_libdir}/pkgconfig/mbim-glib.pc
|
||||
@ -94,6 +94,9 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/gtk-doc/html/libmbim-glib/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.28.2-1mamba
|
||||
- update to 1.28.2
|
||||
|
||||
* Fri Apr 29 2022 Automatic Build System <autodist@mambasoft.it> 1.26.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user