diff --git a/kf5-kwindowsystem.spec b/kf5-kwindowsystem.spec index d7510ef..05db24b 100644 --- a/kf5-kwindowsystem.spec +++ b/kf5-kwindowsystem.spec @@ -1,20 +1,21 @@ +%undefine __cmake_in_source_build %global framework kwindowsystem ## uncomment to enable bootstrap mode -#global bootstrap 1 +%global bootstrap 1 ## currently includes no tests -%if !0%{?bootstrap} +%if !0%{?bootstrap} %global tests 1 -%endif +%endif -Name: kf5-%{framework} -Version: 5.55.0 -Release: 1%{?dist} -Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management +Name: kf5-%{framework} +Version: 5.88.0 +Release: 1 +Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management -License: LGPLv2+ and MIT -URL: https://cgit.kde.org/%{framework}.git +License: LGPLv2+ and MIT +URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -28,10 +29,12 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v # filter plugin provides %global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$ +BuildRequires: make BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-rpm-macros >= %{majmin} BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(xcb-icccm) BuildRequires: pkgconfig(xcb-keysyms) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xrender) @@ -94,12 +97,12 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %files -f kwindowsystem5_qt.lang %doc README.md -%license COPYING.LIB -%{_kf5_sysconfdir}/xdg/%{framework}.* +%license LICENSES/*.txt +%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5WindowSystem.so.* -%dir %{_kf5_plugindir}/org.kde.kwindowsystem.platforms/ -%{_kf5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so -%{_kf5_plugindir}/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so +%dir %{_kf5_plugindir}/kwindowsystem/ +%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so +%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so %files devel %{_kf5_includedir}/kwindowsystem_version.h @@ -110,5 +113,8 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: %changelog +* Fri Jan 14 2022 pei-jiankang - 5.88.0-1 +- update to upstream version 5.88.0 + * Thu Jul 23 2020 Zhao Yang  - 5.55.0-1 - Initial release for OpenEuler diff --git a/kwindowsystem-5.55.0.tar.xz b/kwindowsystem-5.55.0.tar.xz deleted file mode 100644 index 6b58983..0000000 Binary files a/kwindowsystem-5.55.0.tar.xz and /dev/null differ diff --git a/kwindowsystem-5.88.0.tar.xz b/kwindowsystem-5.88.0.tar.xz new file mode 100644 index 0000000..01b3c4c Binary files /dev/null and b/kwindowsystem-5.88.0.tar.xz differ