From e60bd2d4102ed35f91cf6b0deacda32d49dace75 Mon Sep 17 00:00:00 2001 From: yanjianqing Date: Wed, 17 Apr 2024 10:08:29 +0800 Subject: [PATCH] Fix check test failure (cherry picked from commit 4d768f50e5dd97e4b6efcca554dc068171f03736) --- python-reportlab.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-reportlab.spec b/python-reportlab.spec index 8f702c5..3c17748 100644 --- a/python-reportlab.spec +++ b/python-reportlab.spec @@ -4,7 +4,7 @@ Name: python-reportlab Version: 4.0.8 -Release: 1 +Release: 2 Summary: ReportLab library to create PDF documents and graphic License: BSD URL: https://www.reportlab.com/ @@ -58,9 +58,9 @@ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS} -Isrc/rl_addons/renderPM}" LDFLAGS="${LDFLAGS %check # Tests need in-build compiled Python modules to be executed # Tests pre-generate userguide PDF -cp -a build/lib.%{python3_platform}-cpython-%{python3_version_nodots}/reportlab tests/ -cp -a build/lib.%{python3_platform}-cpython-%{python3_version_nodots}/reportlab docs/ -cp -a build/lib.%{python3_platform}-cpython-%{python3_version_nodots}/reportlab docs/userguide/ +cp -a build/lib/reportlab tests/ +cp -a build/lib/reportlab docs/ +cp -a build/lib/reportlab docs/userguide/ %{__python3} setup.py tests %endif @@ -75,6 +75,9 @@ cp -a build/lib.%{python3_platform}-cpython-%{python3_version_nodots}/reportlab %doc demos/ tools/ %changelog +* Wed Apr 17 2024 yanjianqing - 4.0.8-2 +- Fix check test failure + * Tue Jan 16 2024 xu_ping <707078654@qq.com> - 4.0.8-1 - Upgrade version to 4.0.8 -- Gitee