File fanspeedmonitor.spec of Package fanspeedmonitor
#
# spec file for package fanspeedmonitor
#
# Copyright (c) 2025 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/
#
Name: fanspeedmonitor
Summary: Fan Speed Monitor
Version: 1.1.2.git20240613
Release: 0
Url: https://invent.kde.org/dwardor/fanspeedmonitor
Source0: https://invent.kde.org/dwardor/fanspeedmonitor/-/archive/master/fanspeedmonitor-master.tar.bz2
License: MIT
Group: System/GUI/KDE
BuildRequires: extra-cmake-modules >= 6
BuildRequires: cmake(Plasma) >= 6
Requires: ksystemstats6
Requires: plasma6-desktop
BuildArch: noarch
%description
A KDE Plasma 6 plasmoid for displaying system fan speeds.
%prep
%autosetup -p1 -n fanspeedmonitor-master
%build
%cmake_kf6
%install
%kf6_install
%files
%doc README.md
%license LICENSE.txt
%dir %{_kf6_plasmadir}/plasmoids
%{_kf6_plasmadir}/plasmoids/org.kde.dwardor.fanspeedmonitor
%{_kf6_appstreamdir}/org.kde.dwardor.fanspeedmonitor.appdata.xml
%changelog