Compare commits
No commits in common. "c9-beta" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libqrtr-glib-1.2.2.tar.bz2
|
||||
/libqrtr-glib-1.0.0.tar.xz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
01018d5325e6b723749a4ea14277d27450f1eb0b SOURCES/libqrtr-glib-1.2.2.tar.bz2
|
||||
@ -1,17 +1,17 @@
|
||||
Name: libqrtr-glib
|
||||
Version: 1.2.2
|
||||
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: https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||
Source: http://freedesktop.org/software/libqmi/libqrtr-glib/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: meson >= 0.53
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glib2-devel >= 2.56
|
||||
BuildRequires: glib2-devel >= 2.48.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
||||
BuildRequires: make
|
||||
BuildRequires: python3
|
||||
|
||||
%description
|
||||
@ -34,25 +34,22 @@ applications using QRTR functionality from applications that use glib.
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
%configure --enable-gtk-doc
|
||||
%make_build V=1
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference meson.build
|
||||
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete
|
||||
find %{buildroot} -type f -name "*.a" -delete
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSES/LGPL-2.1-or-later.txt
|
||||
%doc NEWS AUTHORS README.md
|
||||
%license COPYING.LIB
|
||||
%doc NEWS AUTHORS README
|
||||
%{_libdir}/libqrtr-glib.so.*
|
||||
%{_libdir}/girepository-1.0/Qrtr-1.0.typelib
|
||||
|
||||
@ -66,17 +63,5 @@ find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference meson.build
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 22 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.2.2-1
|
||||
- Update to 1.2.2
|
||||
|
||||
* Thu Dec 09 2021 Gris Ge <fge@rehdat.com> - 1.0.0-4
|
||||
- Rebuild with CI gating enabled
|
||||
|
||||
* Thu Nov 04 2021 Gris Ge <fge@redhat.com> - 1.0.0-3
|
||||
- Import the fedora 35 srpm to CentOS 9 stream.
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Apr 13 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.0-1
|
||||
- Initial package
|
||||
Loading…
Reference in New Issue
Block a user