kf5-syntax-highlighting/kf5-syntax-highlighting.spec

104 lines
2.5 KiB
RPMSpec
Raw Normal View History

2020-08-18 15:02:42 +08:00
%global framework syntax-highlighting
%if !0%{?bootstrap}
%global tests 1
%endif
2020-08-21 17:58:38 +08:00
Name: kf5-%{framework}
2023-08-03 15:31:44 +08:00
Version: 5.108.0
2020-08-21 17:58:38 +08:00
Release: 1
Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions
2020-08-18 15:02:42 +08:00
2020-08-21 17:58:38 +08:00
License: MIT
2022-02-12 09:53:00 +08:00
URL: https://invent.kde.org/frameworks/%{framework}
2020-08-18 15:02:42 +08:00
2023-08-03 15:31:44 +08:00
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
2020-08-21 17:58:38 +08:00
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
2020-08-18 15:02:42 +08:00
2022-02-12 09:53:00 +08:00
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-rpm-macros
BuildRequires: perl-interpreter
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
2020-08-18 15:02:42 +08:00
# optional deps
%if ! 0%{?bootstrap}
2020-08-21 17:58:38 +08:00
BuildRequires: qt5-qtxmlpatterns-devel
2020-08-18 15:02:42 +08:00
%endif
2020-08-21 17:58:38 +08:00
Requires: kf5-filesystem >= %{majmin}
2020-08-18 15:02:42 +08:00
%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
2023-08-03 15:31:44 +08:00
%cmake_kf5
2020-08-18 15:02:42 +08:00
2023-08-03 15:31:44 +08:00
%make_build
2020-08-18 15:02:42 +08:00
%install
2023-08-03 15:31:44 +08:00
%make_install
2020-08-18 15:02:42 +08:00
%find_lang_kf5 syntaxhighlighting5_qt
%check
%if 0%{?tests}
export CTEST_OUTPUT_ON_FAILURE=1
make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%endif
%ldconfig_scriptlets
%files -f syntaxhighlighting5_qt.lang
%doc README.md
2022-02-12 09:53:00 +08:00
%license LICENSES/*.txt
%{_kf5_datadir}/qlogging-categories5/*categories
2020-08-18 15:02:42 +08:00
%{_kf5_bindir}/kate-syntax-highlighter
%{_kf5_libdir}/libKF5SyntaxHighlighting.so.*
2022-02-12 09:53:00 +08:00
%{_kf5_qmldir}/org/kde/syntaxhighlighting/
2020-08-18 15:02:42 +08:00
%files devel
%{_kf5_libdir}/libKF5SyntaxHighlighting.so
%{_kf5_libdir}/cmake/KF5SyntaxHighlighting/
%{_kf5_includedir}/KSyntaxHighlighting/
%{_kf5_archdatadir}/mkspecs/modules/qt_KSyntaxHighlighting.pri
%changelog
2023-08-03 15:31:44 +08:00
* Thu Aug 03 2023 zhangkea <zhangkea@uniontech.cn> - 5.108.0-1
- Update version to 5.108.0
2022-12-12 14:44:54 +08:00
* Mon Dec 12 2022 lijian <lijian2@kylinos.cn> - 5.100.0-1
- update to upstream version 5.100.0
2022-09-05 18:01:28 +08:00
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
- update to upstream version 5.97.0
* Tue Jul 05 2022 peijiankang <peijiankang@kylinos.cn> - 5.95.0-1
- update to upstream version 5.95.0
2022-09-05 18:01:28 +08:00
* Sat Feb 12 2022 peijiankang <peijiankang@kylinos.cn> - 5.90.0-1
2022-02-12 09:53:00 +08:00
- update to upstream version 5.90.0
2022-09-05 18:01:28 +08:00
* Mon Jan 24 2022 peijiankang <peijiankang@kylinos.cn> - 5.88.0-1
2022-02-12 09:53:00 +08:00
- update to upstream version 5.88.0
2020-08-18 15:02:42 +08:00
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
- Initial release for OpenEuler
2020-08-21 17:58:38 +08:00