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