Blame SPECS/libqrtr-glib.spec

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