From e6205ccfc3061a53d9d48779eb6c5b761e722511 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 28 2023 09:12:04 +0000 Subject: import libqrtr-glib-1.2.2-1.el9 --- diff --git a/.gitignore b/.gitignore index 2767253..53c02c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libqrtr-glib-1.0.0.tar.xz +SOURCES/libqrtr-glib-1.2.2.tar.bz2 diff --git a/.libqrtr-glib.metadata b/.libqrtr-glib.metadata index e6e5120..182e15c 100644 --- a/.libqrtr-glib.metadata +++ b/.libqrtr-glib.metadata @@ -1 +1 @@ -50fdd232c8e98f1e6f0e7bbc4c2944c8074b7a93 SOURCES/libqrtr-glib-1.0.0.tar.xz +01018d5325e6b723749a4ea14277d27450f1eb0b SOURCES/libqrtr-glib-1.2.2.tar.bz2 diff --git a/SPECS/libqrtr-glib.spec b/SPECS/libqrtr-glib.spec index e5a7e60..7b0bdeb 100644 --- a/SPECS/libqrtr-glib.spec +++ b/SPECS/libqrtr-glib.spec @@ -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 - 1.2.2-1 +- Update to 1.2.2 + * Thu Dec 09 2021 Gris Ge - 1.0.0-4 - Rebuild with CI gating enabled