Blame SPECS/libqrtr-glib.spec

777525
Name: libqrtr-glib
777525
Version: 1.0.0
777525
Release: 1%{?dist}
777525
Summary: Support library to use and manage the QRTR (Qualcomm IPC Router) bus.
777525
License: LGPLv2+
777525
URL: http://freedesktop.org/software/libqrtr-glib
777525
Source: http://freedesktop.org/software/libqmi/libqrtr-glib/%{name}-%{version}.tar.xz
777525
777525
BuildRequires: gcc
777525
BuildRequires: glib2-devel >= 2.48.0
777525
BuildRequires: gobject-introspection-devel
777525
BuildRequires: gtk-doc
777525
BuildRequires: pkgconfig(gudev-1.0) >= 147
777525
BuildRequires: make
777525
BuildRequires: python3
777525
777525
%description
777525
This package contains the libraries that make it easier to use and
777525
manage the QRTR (Qualcomm IPC Router) bus.
777525
777525
777525
%package devel
777525
Summary: Header files for adding QRTR support to applications that use glib
777525
Requires: %{name}%{?_isa} = %{version}-%{release}
777525
Requires: glib2-devel
777525
777525
%description devel
777525
This package contains the header and pkg-config files for development
777525
applications using QRTR functionality from applications that use glib.
777525
777525
777525
%prep
777525
%autosetup -p1
777525
777525
777525
%build
777525
%configure --enable-gtk-doc
777525
%make_build V=1
777525
777525
777525
%install
777525
%make_install
777525
find %{buildroot} -type f -name "*.la" -delete
777525
find %{buildroot} -type f -name "*.a" -delete
777525
777525
777525
%ldconfig_scriptlets
777525
777525
777525
%files
777525
%license COPYING.LIB
777525
%doc NEWS AUTHORS README
777525
%{_libdir}/libqrtr-glib.so.*
777525
%{_libdir}/girepository-1.0/Qrtr-1.0.typelib
777525
777525
777525
%files devel
777525
%{_includedir}/libqrtr-glib/
777525
%{_libdir}/libqrtr-glib.so
777525
%{_libdir}/pkgconfig/qrtr-glib.pc
777525
%{_datadir}/gtk-doc/html/libqrtr-glib/
777525
%{_datadir}/gir-1.0/Qrtr-1.0.gir
777525
777525
777525
%changelog
777525
* Tue Apr 13 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-1
777525
- Initial package