!7 update to upstream version 5.88.0

Merge pull request !7 from pei-jiankang/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-29 12:12:15 +00:00 committed by Gitee
commit 63c5c43565
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 23 additions and 17 deletions

View File

@ -1,3 +1,4 @@
%undefine __cmake_in_source_build
%global framework kwayland
%global wayland_min_version 1.3
@ -12,40 +13,42 @@
%endif
%endif
Name: kf5-%{framework}
Version: 5.55.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries
Name: kf5-%{framework}
Version: 5.88.0
Release: 1
Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries
License: GPLv2+
URL: https://cgit.kde.org/%{framework}.git
License: GPLv2+
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: make
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: kf5-rpm-macros >= %{version}
BuildRequires: libwayland-client-devel >= %{wayland_min_version}
BuildRequires: libwayland-cursor-devel >= %{wayland_min_version}
BuildRequires: libwayland-server-devel >= %{wayland_min_version}
BuildRequires: mesa-libwayland-egl-devel
BuildRequires: qt5-qtbase-devel
# https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this is needed
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
BuildRequires: wayland-devel >= %{wayland_min_version}
BuildRequires: wayland-protocols-devel
BuildRequires: qt5-qttools-devel
BuildRequires: qt5-qtwayland-devel
BuildRequires: cmake(PlasmaWaylandProtocols) > 1.1
%if 0%{?tests}
BuildRequires: dbus-x11
BuildRequires: time
BuildRequires: weston
BuildRequires: xorg-x11-server-Xvfb
BuildRequires: dbus-x11
BuildRequires: time
BuildRequires: weston
BuildRequires: xorg-x11-server-Xvfb
%endif
@ -95,8 +98,8 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
%ldconfig_scriptlets
%files
%license COPYING.LIB
%{_sysconfdir}/xdg/org_kde_kwayland.categories
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/*categories
%{_kf5_libdir}/libKF5WaylandClient.so.5*
%{_kf5_libdir}/libKF5WaylandServer.so.5*
# not sure if this belongs here or in -devel --rex
@ -113,5 +116,8 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
%changelog
* Fri Jan 14 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
- Init kf5-kwayland project

Binary file not shown.

BIN
kwayland-5.88.0.tar.xz Normal file

Binary file not shown.