disable make check
This commit is contained in:
parent
d30f140286
commit
d31d076127
@ -1,6 +1,6 @@
|
|||||||
Name: python-humanize
|
Name: python-humanize
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 15
|
Release: 16
|
||||||
Summary: python humanize module
|
Summary: python humanize module
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jmoiron/humanize
|
URL: https://github.com/jmoiron/humanize
|
||||||
@ -45,10 +45,12 @@ popd
|
|||||||
%find_lang humanize
|
%find_lang humanize
|
||||||
sed -i 's|^.*%{python3_sitelib}.*||' humanize.lang
|
sed -i 's|^.*%{python3_sitelib}.*||' humanize.lang
|
||||||
%check
|
%check
|
||||||
|
%if %{?_with_check:1}%{!?_with_check:0}
|
||||||
/usr/bin/python2 setup.py test
|
/usr/bin/python2 setup.py test
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
LANG=en_US.UTF-8 /usr/bin/python3 setup.py test
|
LANG=en_US.UTF-8 /usr/bin/python3 setup.py test
|
||||||
popd
|
popd
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n python2-humanize -f humanize.lang
|
%files -n python2-humanize -f humanize.lang
|
||||||
%doc README.rst LICENCE
|
%doc README.rst LICENCE
|
||||||
@ -67,5 +69,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 19 2019 Shuaishuai Song <songshuaishuai2@huawei.com> - 0.5.1-15
|
|
||||||
|
|
||||||
|
* Sun Mar 22 2020 Shuaishuai Song <songshuaishuai2@huawei.com> - 0.5.1-16
|
||||||
|
- disable make check
|
||||||
|
* Thu Dec 19 2019 Shuaishuai Song <songshuaishuai2@huawei.com> - 0.5.1-15
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user