|
|
@ -1,8 +1,7 @@
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
|
|
|
%global framework kwindowsystem
|
|
|
|
%global framework kwindowsystem
|
|
|
|
|
|
|
|
|
|
|
|
## uncomment to enable bootstrap mode
|
|
|
|
## uncomment to enable bootstrap mode
|
|
|
|
%global bootstrap 1
|
|
|
|
#global bootstrap 1
|
|
|
|
|
|
|
|
|
|
|
|
## currently includes no tests
|
|
|
|
## currently includes no tests
|
|
|
|
%if !0%{?bootstrap}
|
|
|
|
%if !0%{?bootstrap}
|
|
|
@ -12,8 +11,8 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.88.0
|
|
|
|
Version: 5.93.0
|
|
|
|
Release: 1%{?dist}.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ and MIT
|
|
|
|
License: LGPLv2+ and MIT
|
|
|
@ -72,8 +71,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{cmake_kf5} \
|
|
|
|
%cmake_kf5 \
|
|
|
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
|
|
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
|
|
|
|
|
|
|
|
|
|
|
%cmake_build
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -99,11 +99,10 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
|
|
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
|
|
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
|
|
|
%{_kf5_libdir}/libKF5WindowSystem.so.*
|
|
|
|
%{_kf5_libdir}/libKF5WindowSystem.so.*
|
|
|
|
%dir %{_kf5_plugindir}/kwindowsystem/
|
|
|
|
%dir %{_kf5_plugindir}/kwindowsystem/
|
|
|
|
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so
|
|
|
|
#{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so
|
|
|
|
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so
|
|
|
|
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_kf5_includedir}/kwindowsystem_version.h
|
|
|
|
|
|
|
|
%{_kf5_includedir}/KWindowSystem/
|
|
|
|
%{_kf5_includedir}/KWindowSystem/
|
|
|
|
%{_kf5_libdir}/libKF5WindowSystem.so
|
|
|
|
%{_kf5_libdir}/libKF5WindowSystem.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5WindowSystem/
|
|
|
|
%{_kf5_libdir}/cmake/KF5WindowSystem/
|
|
|
@ -111,8 +110,23 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Nov 19 2021 Troy Dawson <tdawson@redhat.com> - 5.88.0-1.1
|
|
|
|
* Sun Apr 10 2022 Justin Zobel <justin@1707.io> - 5.93-1
|
|
|
|
- Enable bootstrap in epel9, until we get openbox
|
|
|
|
- Update to 5.93
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 10 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.92.0-1
|
|
|
|
|
|
|
|
- 5.92.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 11 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.91.0-1
|
|
|
|
|
|
|
|
- 5.91.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.90.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 04 2022 Marc Deop i Argemí (Private) <marc@marcdeop.com> - 5.90.0-1
|
|
|
|
|
|
|
|
- 5.90.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 08 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.89.0-1
|
|
|
|
|
|
|
|
- 5.89.0
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.88.0-1
|
|
|
|
* Mon Nov 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.88.0-1
|
|
|
|
- 5.88.0
|
|
|
|
- 5.88.0
|
|
|
|