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