Update to 1.2.2
MM: Include the support for Dell DW5931e WWAN 5G(Intel FM350-GL) Related: #2110564 MM: Include the FCC unLock support for Dell DW5931e WWAN 5G(Intel FM350-GL) and Dell DW5823e WWAN 4G (Intel 7650 R+) Related: #2110569
This commit is contained in:
parent
3a797c2961
commit
64483b0482
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libqrtr-glib-1.0.0.tar.xz
|
||||
/libqrtr-glib-1.2.2.tar.bz2
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
Name: libqrtr-glib
|
||||
Version: 1.0.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Support library to use and manage the QRTR (Qualcomm IPC Router) bus.
|
||||
License: LGPLv2+
|
||||
URL: http://freedesktop.org/software/libqrtr-glib
|
||||
Source: http://freedesktop.org/software/libqmi/libqrtr-glib/%{name}-%{version}.tar.xz
|
||||
Source: https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: meson >= 0.53
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glib2-devel >= 2.48.0
|
||||
BuildRequires: glib2-devel >= 2.56
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
||||
BuildRequires: make
|
||||
BuildRequires: python3
|
||||
|
||||
%description
|
||||
@ -34,22 +34,25 @@ applications using QRTR functionality from applications that use glib.
|
||||
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
%make_build V=1
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete
|
||||
find %{buildroot} -type f -name "*.a" -delete
|
||||
%meson_install
|
||||
find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference meson.build
|
||||
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING.LIB
|
||||
%doc NEWS AUTHORS README
|
||||
%license LICENSES/LGPL-2.1-or-later.txt
|
||||
%doc NEWS AUTHORS README.md
|
||||
%{_libdir}/libqrtr-glib.so.*
|
||||
%{_libdir}/girepository-1.0/Qrtr-1.0.typelib
|
||||
|
||||
@ -63,6 +66,9 @@ find %{buildroot} -type f -name "*.a" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 22 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.2.2-1
|
||||
- Update to 1.2.2
|
||||
|
||||
* Thu Dec 09 2021 Gris Ge <fge@rehdat.com> - 1.0.0-4
|
||||
- Rebuild with CI gating enabled
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libqrtr-glib-1.0.0.tar.xz) = 8427495c2049fd7dd5ea570dfaa11adce694590aa3ac59b44d5624c240760543bb025334c1c8806544d2167c3d73330d820cf51b609e7861a142c43e399c438b
|
||||
SHA512 (libqrtr-glib-1.2.2.tar.bz2) = b21df1685c2474c1124e6f6bf12c552a06a28986284fde876210a3a6db8c19872a5458cae622bb22020ffd278167f52eba38d763ba633e783fa708863832bade
|
||||
|
||||
Loading…
Reference in New Issue
Block a user