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 Name: libqrtr-glib
Version: 1.0.0 Version: 1.2.2
Release: 4%{?dist} Release: 1%{?dist}
Summary: Support library to use and manage the QRTR (Qualcomm IPC Router) bus. Summary: Support library to use and manage the QRTR (Qualcomm IPC Router) bus.
License: LGPLv2+ License: LGPLv2+
URL: http://freedesktop.org/software/libqrtr-glib 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: gcc
BuildRequires: glib2-devel >= 2.48.0 BuildRequires: glib2-devel >= 2.56
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: pkgconfig(gudev-1.0) >= 147
BuildRequires: make
BuildRequires: python3 BuildRequires: python3
%description %description
@ -34,22 +34,25 @@ applications using QRTR functionality from applications that use glib.
%build %build
%configure --enable-gtk-doc %meson
%make_build V=1 %meson_build
%install %install
%make_install %meson_install
find %{buildroot} -type f -name "*.la" -delete find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference meson.build
find %{buildroot} -type f -name "*.a" -delete
%check
%meson_test
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%license COPYING.LIB %license LICENSES/LGPL-2.1-or-later.txt
%doc NEWS AUTHORS README %doc NEWS AUTHORS README.md
%{_libdir}/libqrtr-glib.so.* %{_libdir}/libqrtr-glib.so.*
%{_libdir}/girepository-1.0/Qrtr-1.0.typelib %{_libdir}/girepository-1.0/Qrtr-1.0.typelib
@ -63,6 +66,9 @@ find %{buildroot} -type f -name "*.a" -delete
%changelog %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 * Thu Dec 09 2021 Gris Ge <fge@rehdat.com> - 1.0.0-4
- Rebuild with CI gating enabled - Rebuild with CI gating enabled

Loading…
Cancel
Save