KDE Release Gear 24.05.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksystemlog?expand=0&rev=205
This commit is contained in:
commit
6737096778
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
3
ksystemlog-24.05.2.tar.xz
Normal file
3
ksystemlog-24.05.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f119c8ef937baf7994cb47ed74aadfc7e4e948be377be6c123b6a2ad0bf69ffe
|
||||
size 1855192
|
16
ksystemlog-24.05.2.tar.xz.sig
Normal file
16
ksystemlog-24.05.2.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDm1MACgkQu0YzUNbv
|
||||
Me8a1w//Y3xXM293eLUffl70GFoZASvWPW736QdyoNSIt1iMDIEGDjcV2ZAV7/1Z
|
||||
Dtggcznvtx+4EQWvdOPehqSeRAGMANa42SRmLLS6IOKVb/sCBYntdhqMke70gr1e
|
||||
tHVotLtOcLXb3zQ7WxCNreNNJxhfEyIkEa4yvIH0aKOQH9EygQnNmcfiSlLb4869
|
||||
hnHo3+mzSPybLvsU24ZlKLZTjl/ESIhOBNQMEVtnLdRa5v3aU1tGdPS4qggT1IhM
|
||||
xLzGtUwUL0HnBR925bf7PlMduUOZzn/GRIorCR9YoLQeIeIgjACNv+Ads3Fn7/kV
|
||||
dYor3cL+qt8o54sgZSNhLSGaSKfr6uyIG5nuVvVYjfEWS+EsEzQqAKuRXg+DdWwa
|
||||
kFLT9I26nudrhNwZcOVXJhc+xqO54jF9u0Ij2S8r0c3OquKQ4/szcDtl9VtBp58a
|
||||
tEwlKJZ8BYQ9uKCAqalfltOie+3dH7s8xKadvDZ70T/pQiMu2/I3QCSTLTazot4Z
|
||||
xlwKWKsoM0q9eHpwTuilRhX8eC4bOM2GrXYoDaOYn/+JvKVshNxGXNjdUgg/o4Pd
|
||||
nbrB0kaD/TQ9BaUptyD0bGvoRz5aGkPF10jTp1gfs+kspPlWTmB4YCBiVVZ8XbJS
|
||||
RGIt5Jm6o07M/FHUsL7WrY9QCoLrh5R2kxq/MyLi5GHbODWuFGs=
|
||||
=zHL5
|
||||
-----END PGP SIGNATURE-----
|
2441
ksystemlog.changes
Normal file
2441
ksystemlog.changes
Normal file
File diff suppressed because it is too large
Load Diff
94
ksystemlog.spec
Normal file
94
ksystemlog.spec
Normal file
@ -0,0 +1,94 @@
|
||||
#
|
||||
# spec file for package ksystemlog
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# 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 kf6_version 6.0.0
|
||||
%define qt6_version 6.6.0
|
||||
|
||||
%bcond_without released
|
||||
Name: ksystemlog
|
||||
Version: 24.05.2
|
||||
Release: 0
|
||||
Summary: System Log Viewer Tool
|
||||
License: GPL-2.0-only
|
||||
URL: https://apps.kde.org/ksystemlog
|
||||
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||
BuildRequires: kf6-breeze-icons
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF6Archive) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6Completion) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6Config) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6DocTools) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6ItemViews) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6TextWidgets) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6XmlGui) >= %{kf6_version}
|
||||
BuildRequires: cmake(Qt6Concurrent) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Network) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6PrintSupport) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
Obsoletes: ksystemlog5 < %{version}
|
||||
Provides: ksystemlog5 = %{version}
|
||||
|
||||
%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.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%kf6_install
|
||||
|
||||
%find_lang %{name} --with-html --all-name
|
||||
|
||||
mkdir -p %{buildroot}%{_kf6_iconsdir}/hicolor/scalable/apps
|
||||
cp %{_kf6_iconsdir}/breeze/apps/48/utilities-log-viewer.svg %{buildroot}%{_kf6_iconsdir}/hicolor/scalable/apps/
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%doc %lang(en) %{_kf6_htmldir}/en/*/
|
||||
%{_kf6_applicationsdir}/org.kde.ksystemlog.desktop
|
||||
%{_kf6_appstreamdir}/org.kde.ksystemlog.appdata.xml
|
||||
%{_kf6_bindir}/ksystemlog
|
||||
%{_kf6_debugdir}/ksystemlog.categories
|
||||
%{_kf6_iconsdir}/hicolor/scalable/apps/utilities-log-viewer.svg
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%exclude %{_kf6_htmldir}/en/*/
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user