File libsysstat-qt5.spec of Package libsysstat-qt5
#
# spec file for package libsysstat-qt5
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define _name libsysstat
Name: libsysstat-qt5
Version: 0.4.2
Release: 0
Summary: Query system info and statistics
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
URL: https://lxqt.org
Source: https://downloads.lxqt.org/downloads/%{_name}/%{version}/%{_name}-%{version}.tar.xz
Source1: https://downloads.lxqt.org/downloads/%{_name}/%{version}/%{_name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
BuildRequires: cmake >= 3.1.0
BuildRequires: gcc-c++
BuildRequires: lxqt-build-tools >= 0.6.0
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Core)
%description
Library used to query system info and statistics
%package -n %{_name}-qt5-0
Summary: Libraries for lxqt
Group: System/Libraries
Provides: %{_name}
%description -n %{_name}-qt5-0
Development libraries for libsysstat
%package devel
Summary: Devel files for libsysstat
Group: Development/Libraries/C and C++
Requires: %{_name}-qt5-0 = %{version}
Requires: pkgconfig
%description devel
sysstat libraries for development
%prep
%setup -q -n %{_name}-%{version}
%build
%cmake -DUSE_QT5=ON
make %{?_smp_mflags}
%install
%cmake_install
%post -n %{_name}-qt5-0 -p /sbin/ldconfig
%postun -n %{_name}-qt5-0 -p /sbin/ldconfig
%files -n %{_name}-qt5-0
%license COPYING
%doc AUTHORS
%{_libdir}/%{name}.so.0
%{_libdir}/%{name}.so.0.*
%files devel
%{_includedir}/sysstat-qt5
%{_datadir}/cmake/sysstat-qt5
%{_libdir}/pkgconfig/sysstat-qt5.pc
%{_libdir}/%{name}.so
%changelog