File ksysguard5.spec of Package ksysguard5
#
# spec file for package ksysguard5
#
# Copyright (c) 2016 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/
#
%bcond_without lang
Name: ksysguard5
Version: 5.8.2
Release: 0
%{!?_plasma5_version: %global _plasma5_version %{version}}
Summary: KDE System Guard daemon
License: GPL-2.0
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/plasma/%{version}/ksysguard-%{version}.tar.xz
Source1: ksysguardd.service
# PATCH-FIX-OPENSUSE 0001-Use-run-for-ksysguardd-s-pid-file.patch
Patch0: 0001-Use-run-for-ksysguardd-s-pid-file.patch
BuildRequires: extra-cmake-modules >= 1.5.0
BuildRequires: kf5-filesystem
BuildRequires: libsensors4-devel
BuildRequires: systemd-rpm-macros
BuildRequires: xz
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5ItemViews)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5SysGuard) >= %{_plasma5_version}
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5WebKitWidgets) >= 5.4.0
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
Requires: libksysguard5-helper
%if %{with lang}
Recommends: %{name}-lang
%endif
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
Provides: kdebase4-workspace-ksysguardd = %{version}
Obsoletes: kdebase4-workspace-ksysguardd < %{version}
%else
Conflicts: kdebase4-workspace-ksysguardd
%endif
BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_requires}
%description
This package contains the ksysguard daemon and application.
This package can be installed on servers without any other KDE packages
to enable monitoring them remotely with ksysguard.
%lang_package
%prep
%setup -q -n ksysguard-%{version}
%patch0 -p1
%build
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
%make_jobs
%install
%kf5_makeinstall -C build
%if %{with lang}
%kf5_find_lang
%endif
%suse_update_desktop_file org.kde.ksysguard System Monitor
install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/ksysguardd.service
%pre
%service_add_pre ksysguardd.service
%preun
%service_del_preun ksysguardd.service
%post
/sbin/ldconfig
%service_add_post ksysguardd.service
%postun
/sbin/ldconfig
%service_del_postun ksysguardd.service
exit 0
%files
%defattr(-,root,root)
%doc COPYING*
%{_kf5_bindir}/ksysguard
%{_kf5_bindir}/ksysguardd
%config %{_kf5_sysconfdir}/ksysguarddrc
%config %{_kf5_configdir}/ksysguard.knsrc
%{_kf5_libdir}/libkdeinit5_ksysguard.so
%{_kf5_applicationsdir}/org.kde.ksysguard.desktop
%{_kf5_notifydir}/
%dir %{_kf5_htmldir}/en
%dir %{_kf5_htmldir}
%{_kf5_htmldir}/en/ksysguard/
%{_kf5_iconsdir}/hicolor/*/*/
%{_kf5_sharedir}/ksysguard/
%{_kf5_sharedir}/kxmlgui5/
%{_unitdir}/ksysguardd.service
%if %{with lang}
%files lang -f %{name}.lang
%doc %lang(ca) %{_kf5_htmldir}/ca/
%doc %lang(et) %{_kf5_htmldir}/et/
%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/
%doc %lang(de) %{_kf5_htmldir}/de/
%doc %lang(it) %{_kf5_htmldir}/it/
%doc %lang(nl) %{_kf5_htmldir}/nl/
%doc %lang(sv) %{_kf5_htmldir}/sv/
%doc %lang(uk) %{_kf5_htmldir}/uk/
%endif
%changelog