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