Fix it to 0.16-2

This commit is contained in:
weiwei_150212 2020-07-29 18:31:11 +08:00 committed by zhanliwen
parent 2a6a66304e
commit 491e698cae

View File

@ -4,11 +4,11 @@
Name: python-%{modname}
Version: 0.16
Release: 1
Release: 2
Summary: Documentation Utilities Written in Python, for General- and Special-Purpose Use
License: Public Domain and BSD and Python and GPLv3+
URL: http://docutils.sourceforge.net
Source0: http://downloads.sourceforge.net/docutils/docutils-0.14.tar.gz
Source0: http://downloads.sourceforge.net/docutils/docutils-0.16.tar.gz
BuildArch: noarch
BuildRequires: python2-devel python2-setuptools
@ -96,7 +96,7 @@ rm %{flashfilepath}%{flashfilename}
pushd %{py3dir}
mv %{flashfilename} %{flashfilepath}%{flashfilename}
python3 test3/alltests.py
python3 test/alltests.py
rm %{flashfilepath}%{flashfilename}
popd
@ -115,6 +115,9 @@ popd
%doc THANKS.txt docs tools/editors
%changelog
* Wed Jul 29 2020 dingyue <dingyue5@huawei.com> - 0.16-2
- Fix 0.16-1 for error
* Thu Jul 23 2020 dingyue <dingyue5@huawei.com> - 0.16-1
- NA