automatic version update by autodist [release 5.73.0-1mamba;Mon Aug 10 2020]
This commit is contained in:
parent
4b4d34eaaf
commit
375f985a11
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: syntax-highlighting
|
||||
Version: 5.72.0
|
||||
Version: 5.73.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 Syntax highlighting engine for Kate syntax definitions
|
||||
Group: System/Libraries
|
||||
@ -47,12 +47,14 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%ifarch arm
|
||||
%patch0 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%cmake_kde5 -d build \
|
||||
\
|
||||
%ifarch arm
|
||||
-DQRC_SYNTAX=OFF
|
||||
%endif
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -75,7 +77,12 @@ exit 0
|
||||
%files -n lib%{name} -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_libdir}/libKF5SyntaxHighlighting.so.*
|
||||
%{_datadir}/qlogging-categories5/ksyntaxhighlighting.categories
|
||||
%{_datadir}/qlogging-categories5/ksyntaxhighlighting.*categories
|
||||
%ifarch arm
|
||||
%dir %{_datadir}/org.kde.syntax-highlighting
|
||||
%dir %{_datadir}/org.kde.syntax-highlighting/syntax
|
||||
%{_datadir}/org.kde.syntax-highlighting/syntax/*
|
||||
%endif
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
@ -90,6 +97,9 @@ exit 0
|
||||
%{_kde5_mkspecsdir}/qt_KSyntaxHighlighting.pri
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2020 Automatic Build System <autodist@mambasoft.it> 5.73.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 14 2020 Automatic Build System <autodist@mambasoft.it> 5.72.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user