Blame SPECS/libqrtr-glib.spec

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