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
|
%define apidocs 1
|
||||||
|
|
||||||
%global __cmake_in_source_build 1
|
|
||||||
|
|
||||||
Name: grantlee-qt5
|
Name: grantlee-qt5
|
||||||
Summary: Qt5 string template engine based on the Django template system
|
Summary: Qt5 string template engine based on the Django template system
|
||||||
Version: 5.2.0
|
Version: 5.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
|
|
||||||
License: LGPLv2+
|
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)
|
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||||
Source1: macros.grantlee5
|
Source1: macros.grantlee5
|
||||||
%global grantlee5_plugins 5.2
|
%global grantlee5_plugins 5.3
|
||||||
%global grantlee5_plugindir %{_libdir}/grantlee/%{grantlee5_plugins}/
|
%global grantlee5_plugindir %{_libdir}/grantlee/%{grantlee5_plugins}/
|
||||||
Provides: %{name}(%{grantlee5_plugins}) = %{version}-%{release}
|
Provides: %{name}(%{grantlee5_plugins}) = %{version}-%{release}
|
||||||
|
|
||||||
@ -29,7 +27,6 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-qtdeclarative-devel
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
BuildRequires: cmake(Qt5LinguistTools)
|
||||||
BuildRequires: unbound
|
|
||||||
%if 0%{?apidocs}
|
%if 0%{?apidocs}
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
@ -112,8 +109,8 @@ sed -i \
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export CTEST_OUTPUT_ON_FAILURE=1
|
#export CTEST_OUTPUT_ON_FAILURE=1
|
||||||
xvfb-run -a make test -C %{_target_platform} ||:
|
#xvfb-run -a make test -C %{__cmake_builddir} ||:
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
@ -142,6 +139,9 @@ xvfb-run -a make test -C %{_target_platform} ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 18 2022 tanyulong<tanyulong@kylinos.cn> - 5.2.0-1
|
||||||
- init for openEuler
|
- init for openEuler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user