From d31d0761277776e2c4baf862e36117786a5236b7 Mon Sep 17 00:00:00 2001 From: sugarfillet <18705174754@163.com> Date: Sun, 22 Mar 2020 00:18:34 +0800 Subject: [PATCH] disable make check --- python-humanize.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-humanize.spec b/python-humanize.spec index cded344..701ae58 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -1,6 +1,6 @@ Name: python-humanize Version: 0.5.1 -Release: 15 +Release: 16 Summary: python humanize module License: MIT URL: https://github.com/jmoiron/humanize @@ -45,10 +45,12 @@ popd %find_lang humanize sed -i 's|^.*%{python3_sitelib}.*||' humanize.lang %check +%if %{?_with_check:1}%{!?_with_check:0} /usr/bin/python2 setup.py test pushd %{py3dir} LANG=en_US.UTF-8 /usr/bin/python3 setup.py test popd +%endif %files -n python2-humanize -f humanize.lang %doc README.rst LICENCE @@ -67,5 +69,9 @@ popd %changelog -* Thu Dec 19 2019 Shuaishuai Song - 0.5.1-15 + + +* Sun Mar 22 2020 Shuaishuai Song - 0.5.1-16 +- disable make check +* Thu Dec 19 2019 Shuaishuai Song - 0.5.1-15 - package init