!6 OBS编译错误修改

Merge pull request !6 from phanddy/master
This commit is contained in:
openeuler-ci-bot 2020-07-31 14:25:13 +08:00 committed by Gitee
commit 9856917c45

View File

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