feat: add qt5-qtdeclarative-devel dependency and fix files section

epel9
Marc Deop 3 years ago
parent 4adef69f45
commit 437aa371db

@ -9,7 +9,7 @@
Name: kf5-%{framework}
Version: 5.88.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions
License: MIT
@ -31,6 +31,7 @@ BuildRequires: kf5-rpm-macros
BuildRequires: perl-interpreter
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
# optional deps
%if ! 0%{?bootstrap}
BuildRequires: qt5-qtxmlpatterns-devel
@ -81,6 +82,8 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%{_kf5_datadir}/qlogging-categories5/*categories
%{_kf5_bindir}/kate-syntax-highlighter
%{_kf5_libdir}/libKF5SyntaxHighlighting.so.*
%{_kf5_qmldir}/org/kde/syntaxhighlighting/libkquicksyntaxhighlightingplugin.so
%{_kf5_qmldir}/org/kde/syntaxhighlighting/qmldir
%files devel
%{_kf5_libdir}/libKF5SyntaxHighlighting.so
@ -91,6 +94,10 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog
* Thu Nov 11 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.88.0-2
- Add BuildRequires: qt5-qtdeclarative-devel
- Add qml files
* Mon Nov 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.88.0-1
- 5.88.0

Loading…
Cancel
Save