!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:
commit
63c5c43565
@ -1,3 +1,4 @@
|
|||||||
|
%undefine __cmake_in_source_build
|
||||||
%global framework kwayland
|
%global framework kwayland
|
||||||
|
|
||||||
%global wayland_min_version 1.3
|
%global wayland_min_version 1.3
|
||||||
@ -13,34 +14,36 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.55.0
|
Version: 5.88.0
|
||||||
Release: 1%{?dist}
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries
|
Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://cgit.kde.org/%{framework}.git
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
%if %{revision} >= 50
|
%if %{revision} >= 50
|
||||||
%global stable unstable
|
%global stable unstable
|
||||||
%else
|
%else
|
||||||
%global stable stable
|
%global stable stable
|
||||||
%endif
|
%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: extra-cmake-modules >= %{version}
|
||||||
BuildRequires: kf5-rpm-macros >= %{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
|
BuildRequires: qt5-qtbase-devel
|
||||||
# https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this is needed
|
# https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this is needed
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||||
BuildRequires: wayland-devel >= %{wayland_min_version}
|
BuildRequires: wayland-devel >= %{wayland_min_version}
|
||||||
|
BuildRequires: wayland-protocols-devel
|
||||||
BuildRequires: qt5-qttools-devel
|
BuildRequires: qt5-qttools-devel
|
||||||
|
|
||||||
|
BuildRequires: qt5-qtwayland-devel
|
||||||
|
BuildRequires: cmake(PlasmaWaylandProtocols) > 1.1
|
||||||
|
|
||||||
%if 0%{?tests}
|
%if 0%{?tests}
|
||||||
BuildRequires: dbus-x11
|
BuildRequires: dbus-x11
|
||||||
BuildRequires: time
|
BuildRequires: time
|
||||||
@ -95,8 +98,8 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
|
|||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING.LIB
|
%license LICENSES/*.txt
|
||||||
%{_sysconfdir}/xdg/org_kde_kwayland.categories
|
%{_kf5_datadir}/qlogging-categories5/*categories
|
||||||
%{_kf5_libdir}/libKF5WaylandClient.so.5*
|
%{_kf5_libdir}/libKF5WaylandClient.so.5*
|
||||||
%{_kf5_libdir}/libKF5WaylandServer.so.5*
|
%{_kf5_libdir}/libKF5WaylandServer.so.5*
|
||||||
# not sure if this belongs here or in -devel --rex
|
# 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
|
%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
|
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
|
||||||
- Init kf5-kwayland project
|
- Init kf5-kwayland project
|
||||||
|
|||||||
Binary file not shown.
BIN
kwayland-5.88.0.tar.xz
Normal file
BIN
kwayland-5.88.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user