fix: exclude ddcutil on s390/s390x arches

epel9
Marc Deop i Argemí 2 years ago
parent df7e8e7db4
commit b10083983c
No known key found for this signature in database
GPG Key ID: 0BD48519688058E8

@ -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í <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

Loading…
Cancel
Save