|
|
512614 |
Name: libqrtr-glib
|
|
|
e6205c |
Version: 1.2.2
|
|
|
e6205c |
Release: 1%{?dist}
|
|
|
512614 |
Summary: Support library to use and manage the QRTR (Qualcomm IPC Router) bus.
|
|
|
512614 |
License: LGPLv2+
|
|
|
512614 |
URL: http://freedesktop.org/software/libqrtr-glib
|
|
|
e6205c |
Source: https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
|
|
512614 |
|
|
|
e6205c |
BuildRequires: meson >= 0.53
|
|
|
512614 |
BuildRequires: gcc
|
|
|
e6205c |
BuildRequires: glib2-devel >= 2.56
|
|
|
512614 |
BuildRequires: gobject-introspection-devel
|
|
|
512614 |
BuildRequires: gtk-doc
|
|
|
512614 |
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
|
|
512614 |
BuildRequires: python3
|
|
|
512614 |
|
|
|
512614 |
%description
|
|
|
512614 |
This package contains the libraries that make it easier to use and
|
|
|
512614 |
manage the QRTR (Qualcomm IPC Router) bus.
|
|
|
512614 |
|
|
|
512614 |
|
|
|
512614 |
%package devel
|
|
|
512614 |
Summary: Header files for adding QRTR support to applications that use glib
|
|
|
512614 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
512614 |
Requires: glib2-devel
|
|
|
512614 |
|
|
|
512614 |
%description devel
|
|
|
512614 |
This package contains the header and pkg-config files for development
|
|
|
512614 |
applications using QRTR functionality from applications that use glib.
|
|
|
512614 |
|
|
|
512614 |
|
|
|
512614 |
%prep
|
|
|
512614 |
%autosetup -p1
|
|
|
512614 |
|
|
|
512614 |
|
|
|
512614 |
%build
|
|
|
e6205c |
%meson
|
|
|
e6205c |
%meson_build
|
|
|
512614 |
|
|
|
512614 |
|
|
|
512614 |
%install
|
|
|
e6205c |
%meson_install
|
|
|
e6205c |
find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference meson.build
|
|
|
e6205c |
|
|
|
e6205c |
|
|
|
e6205c |
%check
|
|
|
e6205c |
%meson_test
|
|
|
512614 |
|
|
|
512614 |
|
|
|
512614 |
%ldconfig_scriptlets
|
|
|
512614 |
|
|
|
512614 |
|
|
|
512614 |
%files
|
|
|
e6205c |
%license LICENSES/LGPL-2.1-or-later.txt
|
|
|
e6205c |
%doc NEWS AUTHORS README.md
|
|
|
512614 |
%{_libdir}/libqrtr-glib.so.*
|
|
|
512614 |
%{_libdir}/girepository-1.0/Qrtr-1.0.typelib
|
|
|
512614 |
|
|
|
512614 |
|
|
|
512614 |
%files devel
|
|
|
512614 |
%{_includedir}/libqrtr-glib/
|
|
|
512614 |
%{_libdir}/libqrtr-glib.so
|
|
|
512614 |
%{_libdir}/pkgconfig/qrtr-glib.pc
|
|
|
512614 |
%{_datadir}/gtk-doc/html/libqrtr-glib/
|
|
|
512614 |
%{_datadir}/gir-1.0/Qrtr-1.0.gir
|
|
|
512614 |
|
|
|
512614 |
|
|
|
512614 |
%changelog
|
|
|
e6205c |
* Tue Nov 22 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.2.2-1
|
|
|
e6205c |
- Update to 1.2.2
|
|
|
e6205c |
|
|
|
512614 |
* Thu Dec 09 2021 Gris Ge <fge@rehdat.com> - 1.0.0-4
|
|
|
512614 |
- Rebuild with CI gating enabled
|
|
|
512614 |
|
|
|
512614 |
* Thu Nov 04 2021 Gris Ge <fge@redhat.com> - 1.0.0-3
|
|
|
512614 |
- Import the fedora 35 srpm to CentOS 9 stream.
|
|
|
512614 |
|
|
|
512614 |
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
|
|
512614 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
512614 |
|
|
|
512614 |
* Tue Apr 13 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-1
|
|
|
512614 |
- Initial package
|