update version for 5.108.0

This commit is contained in:
ut001695 2023-08-03 15:31:44 +08:00
parent d471e80a12
commit 5bf3316dc7
3 changed files with 10 additions and 16 deletions

View File

@ -5,20 +5,16 @@
%endif %endif
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.100.0 Version: 5.108.0
Release: 1 Release: 1
Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions
License: MIT License: MIT
URL: https://invent.kde.org/frameworks/%{framework} URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2) %global majmin %majmin_ver_kf5
%global revision %(echo %{version} | cut -d. -f3) %global stable %stable_kf5
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: extra-cmake-modules >= %{majmin}
@ -49,17 +45,12 @@ developing applications that use %{name}.
%build %build
mkdir %{_target_platform} %cmake_kf5
pushd %{_target_platform}
%{cmake_kf5} .. \
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
popd
%make_build -C %{_target_platform}
%make_build
%install %install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %make_install
%find_lang_kf5 syntaxhighlighting5_qt %find_lang_kf5 syntaxhighlighting5_qt
@ -89,6 +80,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog %changelog
* Thu Aug 03 2023 zhangkea <zhangkea@uniontech.cn> - 5.108.0-1
- Update version to 5.108.0
* Mon Dec 12 2022 lijian <lijian2@kylinos.cn> - 5.100.0-1 * Mon Dec 12 2022 lijian <lijian2@kylinos.cn> - 5.100.0-1
- update to upstream version 5.100.0 - update to upstream version 5.100.0

Binary file not shown.

Binary file not shown.