Blame SPECS/libqrtr-glib.spec

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