init package
This commit is contained in:
parent
1de59e59d3
commit
f87b8d44c5
98
kf5-syntax-highlighting.spec
Normal file
98
kf5-syntax-highlighting.spec
Normal file
@ -0,0 +1,98 @@
|
|||||||
|
%global framework syntax-highlighting
|
||||||
|
|
||||||
|
# uncomment to enable bootstrap mode
|
||||||
|
#global bootstrap 1
|
||||||
|
|
||||||
|
%if !0%{?bootstrap}
|
||||||
|
%global tests 1
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Name: kf5-%{framework}
|
||||||
|
Version: 5.55.0
|
||||||
|
Release: 1
|
||||||
|
Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
URL: https://cgit.kde.org/%{framework}.git
|
||||||
|
|
||||||
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
|
%global revision %(echo %{version} | cut -d. -f3)
|
||||||
|
%if %{revision} >= 50
|
||||||
|
%global stable unstable
|
||||||
|
%else
|
||||||
|
%global stable stable
|
||||||
|
%endif
|
||||||
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
|
## upstream fixes (lookaside cache)
|
||||||
|
|
||||||
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||||
|
BuildRequires: kf5-rpm-macros
|
||||||
|
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
# optional deps
|
||||||
|
%if ! 0%{?bootstrap}
|
||||||
|
BuildRequires: qt5-qtxmlpatterns-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Requires: kf5-filesystem >= %{majmin}
|
||||||
|
|
||||||
|
%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
|
||||||
|
mkdir %{_target_platform}
|
||||||
|
pushd %{_target_platform}
|
||||||
|
%{cmake_kf5} .. \
|
||||||
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
||||||
|
popd
|
||||||
|
|
||||||
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
|
%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
|
||||||
|
%license COPYING
|
||||||
|
%{_kf5_sysconfdir}/xdg/org_kde_ksyntaxhighlighting.categories
|
||||||
|
%{_kf5_bindir}/kate-syntax-highlighter
|
||||||
|
%{_kf5_libdir}/libKF5SyntaxHighlighting.so.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_kf5_libdir}/libKF5SyntaxHighlighting.so
|
||||||
|
%{_kf5_libdir}/cmake/KF5SyntaxHighlighting/
|
||||||
|
%{_kf5_includedir}/ksyntaxhighlighting_version.h
|
||||||
|
%{_kf5_includedir}/KSyntaxHighlighting/
|
||||||
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KSyntaxHighlighting.pri
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||||
|
- Initial release for OpenEuler
|
||||||
4
kf5-syntax-highlighting.yaml
Normal file
4
kf5-syntax-highlighting.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: KDE/syntax-highlighting
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
BIN
syntax-highlighting-5.55.0.tar.xz
Normal file
BIN
syntax-highlighting-5.55.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user