|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: powerdevil
|
|
|
|
|
Version: 5.22.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Manages the power consumption settings of a Plasma Shell
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -62,6 +62,11 @@ BuildRequires: xcb-util-wm-devel
|
|
|
|
|
|
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}}
|
|
|
|
|
|
|
|
|
|
# available on f34+
|
|
|
|
|
%if 0%{?fedora} > 33
|
|
|
|
|
Recommends: power-profiles-daemon
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Powerdevil is an utility for powermanagement. It consists
|
|
|
|
|
of a daemon (a KDED module) and a KCModule for its configuration.
|
|
|
|
@ -116,6 +121,9 @@ rm -fv %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so
|
|
|
|
|
%{_userunitdir}/plasma-powerdevil.service
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jun 09 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.22.0-2
|
|
|
|
|
- Recommends: power-profiles-daemon (fedora-kde/SIG Issue #80)
|
|
|
|
|
|
|
|
|
|
* Sun Jun 06 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.0-1
|
|
|
|
|
- 5.22.0
|
|
|
|
|
|
|
|
|
|