File libsysstat-qt5.spec of Package libsysstat-qt5

#
# spec file for package libsysstat-qt5
#
# Copyright (c) 2015 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 http://bugs.opensuse.org/
#


%define         _name libsysstat
Name:           libsysstat-qt5
Version:        @SERVICE@
Release:        0
Summary:        Query system info and statistics
License:        LGPL-2.1+
Group:          Development/Libraries/C and C++
Url:            http://www.lxde.org
Source:         %{_name}-%{version}.tar.xz
BuildRequires:  cmake >= 3.0.2
BuildRequires:  gcc-c++
BuildRequires:  lxqt-build-tools
BuildRequires:  cmake(Qt5LinguistTools)
BuildRequires:  pkgconfig(Qt5Core)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Library used to query system info and statistics

%package -n libsysstat-qt5-0
Summary:        Libraries for lxqt
Group:          System/Libraries
Provides:       libsysstat

%description -n libsysstat-qt5-0
Development libraries for libsysstat

%package devel
Summary:        Devel files for libsysstat
Group:          Development/Libraries/C and C++
Requires:       libsysstat-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 libsysstat-qt5-0 -p /sbin/ldconfig

%postun -n libsysstat-qt5-0 -p /sbin/ldconfig

%files -n libsysstat-qt5-0
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_libdir}/%{name}.so.0
%{_libdir}/%{name}.so.0.*

%files devel
%defattr (-,root,root)
%{_includedir}/sysstat-qt5
%{_datadir}/cmake/sysstat-qt5
%{_libdir}/pkgconfig/sysstat-qt5.pc
%{_libdir}/%{name}.so

%changelog
openSUSE Build Service is sponsored by