update to 5.3.1
This commit is contained in:
parent
77150091c3
commit
041f7e326e
Binary file not shown.
BIN
grantlee-5.3.1.tar.gz
Normal file
BIN
grantlee-5.3.1.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,9 @@
|
||||
|
||||
%define apidocs 1
|
||||
|
||||
%global __cmake_in_source_build 1
|
||||
|
||||
Name: grantlee-qt5
|
||||
Summary: Qt5 string template engine based on the Django template system
|
||||
Version: 5.2.0
|
||||
Version: 5.3.1
|
||||
Release: 1
|
||||
|
||||
License: LGPLv2+
|
||||
@ -14,7 +12,7 @@ Source0: http://downloads.grantlee.org/grantlee-%{version}%{?pre:-%{pre}}.tar.gz
|
||||
|
||||
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
Source1: macros.grantlee5
|
||||
%global grantlee5_plugins 5.2
|
||||
%global grantlee5_plugins 5.3
|
||||
%global grantlee5_plugindir %{_libdir}/grantlee/%{grantlee5_plugins}/
|
||||
Provides: %{name}(%{grantlee5_plugins}) = %{version}-%{release}
|
||||
|
||||
@ -29,7 +27,6 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: unbound
|
||||
%if 0%{?apidocs}
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: graphviz
|
||||
@ -112,8 +109,8 @@ sed -i \
|
||||
|
||||
|
||||
%check
|
||||
export CTEST_OUTPUT_ON_FAILURE=1
|
||||
xvfb-run -a make test -C %{_target_platform} ||:
|
||||
#export CTEST_OUTPUT_ON_FAILURE=1
|
||||
#xvfb-run -a make test -C %{__cmake_builddir} ||:
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -142,6 +139,9 @@ xvfb-run -a make test -C %{_target_platform} ||:
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 14 2023 peijiankang<peijiankang@kylinos.cn> - 5.3.1-1
|
||||
- 5.3.1
|
||||
|
||||
* Fri Feb 18 2022 tanyulong<tanyulong@kylinos.cn> - 5.2.0-1
|
||||
- init for openEuler
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user