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