!18 upgrade version to 5.108.0

From: @zhangkea 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
This commit is contained in:
zhangkea 2023-08-11 07:02:17 +00:00 committed by openeuler-ci-bot
parent 5ab0acfcf3
commit a908513da4
3 changed files with 10 additions and 16 deletions

View File

@ -2,20 +2,16 @@
%global framework networkmanager-qt
Name: kf5-%{framework}
Version: 5.100.0
Version: 5.108.0
Release: 1
Summary: A Tier 1 KDE Frameworks 5 module that wraps NetworkManager DBus API
License: LGPLv2+
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
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{majmin}
@ -45,17 +41,12 @@ that use NetworkManager.
%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
%ldconfig_scriptlets
@ -72,6 +63,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Thu Aug 03 2023 zhangkea <zhangkea@uniontech.cn> - 5.108.0-1
- Update version to 5.108.0
* Mon Dec 12 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.100.0-1
- Update package to version 5.100.0

Binary file not shown.

Binary file not shown.