!2 update to upstream version 5.88.0

Merge pull request !2 from pei-jiankang/master
This commit is contained in:
openeuler-ci-bot 2022-01-27 06:08:47 +00:00 committed by Gitee
commit c212e009e8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 15 additions and 6 deletions

View File

@ -5,12 +5,12 @@
%endif %endif
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.55.0 Version: 5.88.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://cgit.kde.org/%{framework}.git URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2) %global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3) %global revision %(echo %{version} | cut -d. -f3)
@ -21,7 +21,12 @@ URL: https://cgit.kde.org/%{framework}.git
%endif %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} kf5-rpm-macros perl-interpreter qt5-qtbase-devel BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-rpm-macros
BuildRequires: perl-interpreter
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
# optional deps # optional deps
%if ! 0%{?bootstrap} %if ! 0%{?bootstrap}
BuildRequires: qt5-qtxmlpatterns-devel BuildRequires: qt5-qtxmlpatterns-devel
@ -70,10 +75,11 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%files -f syntaxhighlighting5_qt.lang %files -f syntaxhighlighting5_qt.lang
%doc README.md %doc README.md
%license COPYING %license LICENSES/*.txt
%{_kf5_sysconfdir}/xdg/org_kde_ksyntaxhighlighting.categories %{_kf5_datadir}/qlogging-categories5/*categories
%{_kf5_bindir}/kate-syntax-highlighter %{_kf5_bindir}/kate-syntax-highlighter
%{_kf5_libdir}/libKF5SyntaxHighlighting.so.* %{_kf5_libdir}/libKF5SyntaxHighlighting.so.*
%{_kf5_qmldir}/org/kde/syntaxhighlighting/
%files devel %files devel
%{_kf5_libdir}/libKF5SyntaxHighlighting.so %{_kf5_libdir}/libKF5SyntaxHighlighting.so
@ -84,6 +90,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog %changelog
* Mon Jan 24 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1 * Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
- Initial release for OpenEuler - Initial release for OpenEuler

View File

@ -1,4 +1,4 @@
version_control: github version_control: github
src_repo: KDE/syntax-highlighting src_repo: KDE/syntax-highlighting
tag_prefix: "^v" tag_prefix: "^v"
seperator: "." separator: "."

Binary file not shown.

Binary file not shown.