%global framework syntax-highlighting Name: kf6-%{framework} Version: 5.247.0 Release: 1%{?dist} Summary: KDE Frameworks 6 Syntax highlighting engine for Kate syntax definitions License: MIT AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND LGPL-2.0-or-later URL: https://invent.kde.org/frameworks/%{framework} Source0: http://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz # Compile Tools BuildRequires: cmake BuildRequires: gcc-c++ # KDE Frameworks BuildRequires: extra-cmake-modules # Fedora Requires: kf6-filesystem BuildRequires: kf6-rpm-macros # Other BuildRequires: perl-interpreter # Qt BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Qml) %description %{summary}. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -n %{framework}-%{version} -p1 %build %cmake_kf6 -DBUILD_TESTING:BOOL=ON %cmake_build %install %cmake_install %find_lang_kf6 syntaxhighlighting6_qt %check export CTEST_OUTPUT_ON_FAILURE=1 make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %files -f syntaxhighlighting6_qt.lang %doc README.md %license LICENSES/*.txt %{_kf6_bindir}/ksyntaxhighlighter6 %{_kf6_datadir}/qlogging-categories6/*categories %{_kf6_libdir}/libKF6SyntaxHighlighting.so.5* %{_kf6_libdir}/libKF6SyntaxHighlighting.so.6 %{_kf6_qmldir}/org/kde/syntaxhighlighting %files devel %{_kf6_includedir}/KSyntaxHighlighting/ %{_kf6_libdir}/libKF6SyntaxHighlighting.so %{_kf6_libdir}/cmake/KF6SyntaxHighlighting/ %changelog * Thu Dec 21 2023 Justin Zobel - 5.247.0-1 - Update to 5.247.0 * Sat Dec 02 2023 Justin Zobel - 5.246.0-1 - Update to 5.246.0 * Thu Nov 09 2023 Steve Cossette - 5.245.0-1 - 5.245.0 * Wed Sep 27 2023 Justin Zobel - 5.240.0^20230922.195427.0211d718294684eb9d557e7d523b1693f03f16b9-135 - Initial Package