!14 upgrade version to 5.108.0

From: @zhangkea 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
This commit is contained in:
zhangkea 2023-08-11 08:51:56 +00:00 committed by openeuler-ci-bot
parent 77634c5d90
commit 90641f3bf3
3 changed files with 10 additions and 15 deletions

View File

@ -1,19 +1,15 @@
%global framework plasma-framework
Name: kf5-plasma
Version: 5.100.0
Version: 5.108.0
Release: 1
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
License: GPL-2.0-or-later and LGPL-2.0-or-later and BSD
URL: https://invent.kde.org/frameworks/plasma
%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
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
@ -87,16 +83,12 @@ developing applications that use %{name}.
%autosetup -n %{framework}-%{version} -p1
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%cmake_kf5
%make_build
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%make_install
%find_lang %{name} --all-name --with-man --all-name
@ -145,6 +137,9 @@ mkdir -p %{buildroot}%{_kf5_qmldir}/org/kde/private
%changelog
* Thu Aug 03 2023 zhangkea <zhangkea@uniontech.cn> - 5.108.0-1
- Update version to 5.108.0
* Tue Dec 13 2022 wangjunqi <wangjunqi@kylinos.cn> - 5.100.0-1
- update to upstream version 5.100.0

Binary file not shown.

Binary file not shown.