Blame SPECS/libqrtr-glib.spec

6466fd
Name: libqrtr-glib
6466fd
Version: 1.0.0
6466fd
Release: 4%{?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
6466fd
Source: http://freedesktop.org/software/libqmi/libqrtr-glib/%{name}-%{version}.tar.xz
6466fd
6466fd
BuildRequires: gcc
6466fd
BuildRequires: glib2-devel >= 2.48.0
6466fd
BuildRequires: gobject-introspection-devel
6466fd
BuildRequires: gtk-doc
6466fd
BuildRequires: pkgconfig(gudev-1.0) >= 147
6466fd
BuildRequires: make
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
6466fd
%configure --enable-gtk-doc
6466fd
%make_build V=1
6466fd
6466fd
6466fd
%install
6466fd
%make_install
6466fd
find %{buildroot} -type f -name "*.la" -delete
6466fd
find %{buildroot} -type f -name "*.a" -delete
6466fd
6466fd
6466fd
%ldconfig_scriptlets
6466fd
6466fd
6466fd
%files
6466fd
%license COPYING.LIB
6466fd
%doc NEWS AUTHORS README
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
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