|
|
|
@ -1,9 +1,8 @@
|
|
|
|
|
|
|
|
|
|
%global kf5_version 5.82.0
|
|
|
|
|
|
|
|
|
|
Name: powerdevil
|
|
|
|
|
Version: 5.27.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 5.27.6
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Manages the power consumption settings of a Plasma Shell
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -64,10 +63,17 @@ BuildRequires: xcb-util-image-devel
|
|
|
|
|
BuildRequires: xcb-util-keysyms-devel
|
|
|
|
|
BuildRequires: xcb-util-wm-devel
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
BuildRequires: libddcutil-devel
|
|
|
|
|
%global DDCUTIL ON
|
|
|
|
|
%else
|
|
|
|
|
%global DDCUTIL OFF
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}}
|
|
|
|
|
|
|
|
|
|
# available on f34+
|
|
|
|
|
%if 0%{?fedora} > 33
|
|
|
|
|
# available on rhel 9+
|
|
|
|
|
%if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} > 8)
|
|
|
|
|
Recommends: power-profiles-daemon
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -81,7 +87,7 @@ of a daemon (a KDED module) and a KCModule for its configuration.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake_kf5
|
|
|
|
|
%cmake_kf5 -DHAVE_DDCUTIL=%DDCUTIL
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
@ -128,6 +134,18 @@ rm -fv %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so
|
|
|
|
|
%{_kf5_qtplugindir}/powerdevil/action/powerdevil_*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 26 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.6-3
|
|
|
|
|
- Exclude enabling ddcutil on s390/s390x arches
|
|
|
|
|
|
|
|
|
|
* Sun Jun 25 2023 Alessandro Astone <ales.astone@gmail.com> - 5.27.6-2
|
|
|
|
|
- Enable ddcutil integration
|
|
|
|
|
|
|
|
|
|
* Sun Jun 25 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.6-1
|
|
|
|
|
- 5.27.6
|
|
|
|
|
|
|
|
|
|
* Wed May 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.5-1
|
|
|
|
|
- 5.27.5
|
|
|
|
|
|
|
|
|
|
* Tue Apr 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.27.4-1
|
|
|
|
|
- 5.27.4
|
|
|
|
|
|
|
|
|
|