import libqrtr-glib-1.2.2-1.el9

c9 imports/c9/libqrtr-glib-1.2.2-1.el9
CentOS Sources 2 years ago committed by MSVSphere Packaging Team
parent e17fd60836
commit c1c0b1e4f2

2
.gitignore vendored

@ -1 +1 @@
SOURCES/libqrtr-glib-1.0.0.tar.xz
SOURCES/libqrtr-glib-1.2.2.tar.bz2

@ -1 +1 @@
50fdd232c8e98f1e6f0e7bbc4c2944c8074b7a93 SOURCES/libqrtr-glib-1.0.0.tar.xz
01018d5325e6b723749a4ea14277d27450f1eb0b SOURCES/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

Loading…
Cancel
Save