!8 Fix help package rollback error

From: @hht8
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-11-30 17:49:34 +08:00 committed by Gitee
commit 8ebdd9f68f

View File

@ -1,6 +1,6 @@
Name: scons Name: scons
Version: 3.1.1 Version: 3.1.1
Release: 2 Release: 3
Summary: An Open Source software construction tool Summary: An Open Source software construction tool
License: MIT License: MIT
URL: http://www.scons.org URL: http://www.scons.org
@ -15,11 +15,11 @@ classic Make utility with integrated functionality similar to autoconf/automake
and compiler caches such as ccache. In short, SCons is an easier, more reliable and compiler caches such as ccache. In short, SCons is an easier, more reliable
and faster way to build software. and faster way to build software.
%package doc %package help
Summary: An Open Source software construction tool Summary: An Open Source software construction tool
BuildArch: noarch BuildArch: noarch
%description doc %description help
Scons HTML documentation. Scons HTML documentation.
%package -n python2-%{name} %package -n python2-%{name}
@ -155,11 +155,14 @@ popd
%{python3_sitelib}/scons-%{version}*.egg-info %{python3_sitelib}/scons-%{version}*.egg-info
%{_mandir}/man?/* %{_mandir}/man?/*
%files doc %files help
%doc HTML %doc HTML
%license %{name}-%{version}/src/LICENSE.txt %license %{name}-%{version}/src/LICENSE.txt
%changelog %changelog
* Mon Nov 30 2020 huanghaitao <huanghaitao8@huawei.com> - 3.1.1-3
- Fix help package rollback error
* Thu Jun 4 2020 Captain Wei <captain.a.wei@gmail.com> - 3.1.1-2 * Thu Jun 4 2020 Captain Wei <captain.a.wei@gmail.com> - 3.1.1-2
- update package version - update package version