2013-07-08 07:28:11 +02:00
|
|
|
#
|
2013-07-22 17:18:45 +02:00
|
|
|
# spec file for package ksystemlog
|
2013-07-08 07:28:11 +02:00
|
|
|
#
|
2023-03-02 15:21:32 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2013-07-08 07:28:11 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-11-25 00:45:14 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-07-08 07:28:11 +02:00
|
|
|
#
|
|
|
|
|
2017-08-12 00:59:12 +02:00
|
|
|
|
2022-01-06 13:44:58 +01:00
|
|
|
%bcond_without released
|
2018-11-25 00:45:14 +01:00
|
|
|
Name: ksystemlog
|
2023-08-18 08:25:54 +02:00
|
|
|
Version: 23.07.90
|
2018-11-25 00:45:14 +01:00
|
|
|
Release: 0
|
2013-07-22 17:18:45 +02:00
|
|
|
Summary: System Log Viewer Tool
|
2018-11-25 00:45:14 +01:00
|
|
|
License: GPL-2.0-only
|
2021-04-19 15:31:07 +02:00
|
|
|
URL: https://apps.kde.org/ksystemlog
|
2023-08-18 08:25:54 +02:00
|
|
|
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2022-01-06 13:44:58 +01:00
|
|
|
%if %{with released}
|
2023-08-18 08:25:54 +02:00
|
|
|
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2021-04-19 15:31:07 +02:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2016-12-03 14:53:59 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: oxygen5-icon-theme-large
|
2018-11-25 00:45:14 +01:00
|
|
|
BuildRequires: pkgconfig
|
2016-12-03 14:53:59 +01:00
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: xz
|
2020-03-28 14:58:12 +01:00
|
|
|
BuildRequires: cmake(KF5KDELibs4Support)
|
2019-11-29 12:40:14 +01:00
|
|
|
BuildRequires: cmake(Qt5Concurrent)
|
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
2017-03-25 15:04:46 +01:00
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
2016-12-03 14:53:59 +01:00
|
|
|
Obsoletes: ksystemlog5 < %{version}
|
|
|
|
Provides: ksystemlog5 = %{version}
|
2013-07-08 07:28:11 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
This program is developed for use by beginner users, who do not know
|
|
|
|
how to find information about their Linux system and how the log files
|
|
|
|
are in their computer. But it is also designed for advanced users, who
|
|
|
|
want to quickly see problems occurring on their server.
|
|
|
|
|
2017-04-15 15:28:41 +02:00
|
|
|
%lang_package
|
|
|
|
|
2013-07-08 07:28:11 +02:00
|
|
|
%prep
|
2021-04-19 15:31:07 +02:00
|
|
|
%autosetup -p1
|
2013-07-08 07:28:11 +02:00
|
|
|
|
|
|
|
%build
|
2022-11-17 23:58:40 +01:00
|
|
|
%cmake_kf5 -d build
|
|
|
|
%cmake_build
|
2013-07-08 07:28:11 +02:00
|
|
|
|
|
|
|
%install
|
2022-11-17 23:58:40 +01:00
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
|
|
|
%find_lang %{name} --with-man --all-name
|
|
|
|
%{kf5_find_htmldocs}
|
|
|
|
|
|
|
|
%suse_update_desktop_file org.kde.ksystemlog System Monitor
|
|
|
|
for i in {16,22,32,48,64,128}; do
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps
|
|
|
|
cp %{_datadir}/icons/oxygen/base/"$i"x"$i"/apps/utilities-log-viewer.png %{buildroot}%{_datadir}/icons/hicolor/"$i"x"$i"/apps/;
|
|
|
|
done
|
2013-07-08 07:28:11 +02:00
|
|
|
|
|
|
|
%files
|
2021-11-30 08:58:39 +01:00
|
|
|
%license LICENSES/*
|
2017-08-12 00:59:12 +02:00
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en/*/
|
|
|
|
%{_kf5_applicationsdir}/*.desktop
|
2021-04-19 15:31:07 +02:00
|
|
|
%{_kf5_appstreamdir}/org.kde.ksystemlog.appdata.xml
|
2017-08-12 00:59:12 +02:00
|
|
|
%{_kf5_bindir}/ksystemlog
|
2021-03-28 09:27:37 +02:00
|
|
|
%{_kf5_debugdir}/ksystemlog.categories
|
2015-12-15 20:15:27 +01:00
|
|
|
%{_kf5_iconsdir}/hicolor/*/*/*.png
|
2017-08-12 00:59:12 +02:00
|
|
|
%{_kf5_sharedir}/kxmlgui5/
|
2013-07-08 07:28:11 +02:00
|
|
|
|
2017-04-15 15:28:41 +02:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2013-07-08 07:28:11 +02:00
|
|
|
%changelog
|