From b10083983c53d96aefd377b06dc17ba549612d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 26 Jun 2023 19:53:12 +0200 Subject: [PATCH] fix: exclude ddcutil on s390/s390x arches --- powerdevil.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/powerdevil.spec b/powerdevil.spec index 262e2f6..e6edcd2 100644 --- a/powerdevil.spec +++ b/powerdevil.spec @@ -2,7 +2,7 @@ Name: powerdevil Version: 5.27.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manages the power consumption settings of a Plasma Shell License: GPLv2+ @@ -63,7 +63,12 @@ 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}} @@ -82,7 +87,7 @@ of a daemon (a KDED module) and a KCModule for its configuration. %build -%cmake_kf5 -DHAVE_DDCUTIL=ON +%cmake_kf5 -DHAVE_DDCUTIL=%DDCUTIL %cmake_build @@ -129,6 +134,9 @@ rm -fv %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so %{_kf5_qtplugindir}/powerdevil/action/powerdevil_*.so %changelog +* Mon Jun 26 2023 Marc Deop i Argemí - 5.27.6-3 +- Exclude enabling ddcutil on s390/s390x arches + * Sun Jun 25 2023 Alessandro Astone - 5.27.6-2 - Enable ddcutil integration