enable WIP api's (POWER_ASYNC, POWER_ASYNC_FREEDESKTOP, SOLID_JOB)

relax dep on kf5-filesystem
epel9
Rex Dieter 4 years ago
parent 6096a6ba50
commit 2a978c0d2f

@ -3,7 +3,7 @@
Name: kf5-%{framework}
Version: 5.75.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information
License: LGPLv2+
@ -45,7 +45,7 @@ Requires: upower
%endif
%endif
Requires: kf5-filesystem >= %{majmin}
Requires: kf5-filesystem
Obsoletes: kf5-solid-libs < 5.47.0-2
Provides: kf5-solid-libs = %{version}-%{release}
@ -71,7 +71,11 @@ developing applications that use %{name}.
%build
%{cmake_kf5}
%cmake_kf5 \
-DWITH_NEW_POWER_ASYNC_API:BOOL=ON \
-DWITH_NEW_POWER_ASYNC_FREEDESKTOP:BOOL=ON \
-DWITH_NEW_SOLID_JOB:BOOL=ON
%cmake_build
@ -88,6 +92,8 @@ developing applications that use %{name}.
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_bindir}/solid-hardware5
# if building with new WIP api's
%{_kf5_bindir}/solid-power
#files libs
%{_kf5_qmldir}/org/kde/solid/
%{_kf5_libdir}/libKF5Solid.so.*
@ -101,6 +107,10 @@ developing applications that use %{name}.
%changelog
* Thu Nov 05 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.75.0-2
- enable WIP api's (POWER_ASYNC, POWER_ASYNC_FREEDESKTOP, SOLID_JOB)
- relax dep on kf5-filesystem
* Wed Oct 14 10:09:44 CDT 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.75.0-1
- 5.75.0

Loading…
Cancel
Save