License: MIT

epel9
Rex Dieter 6 years ago
parent 25f36ccb08
commit 4e9004a928

@ -12,7 +12,7 @@ Version: 5.50.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions
License: LGPLv2+
License: MIT
URL: https://cgit.kde.org/%{framework}.git
%global majmin %(echo %{version} | cut -d. -f1-2)
@ -80,7 +80,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%files -f syntaxhighlighting5_qt.lang
%doc README.md
%license COPYING.LIB
%license COPYING
%{_kf5_sysconfdir}/xdg/org_kde_ksyntaxhighlighting.categories
%{_kf5_bindir}/kate-syntax-highlighter
%{_kf5_libdir}/libKF5SyntaxHighlighting.so.*
@ -96,6 +96,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog
* Tue Sep 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.50.0-1
- 5.50.0
- License: MIT
* Tue Aug 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.49.0-1
- 5.49.0

Loading…
Cancel
Save