!13 【轻量级 PR】:Fix incorrect description for doc

From: @huangtianhua 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-08 10:20:20 +00:00 committed by Gitee
commit f58aacecb1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-monotonic Name: python-monotonic
Version: 1.6 Version: 1.6
Release: 1 Release: 2
Summary: An implementation of time.monotonic() for Python 2 & < 3.3 Summary: An implementation of time.monotonic() for Python 2 & < 3.3
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/atdt/monotonic URL: https://github.com/atdt/monotonic
@ -68,12 +68,8 @@ If no suitable implementation exists for the current platform,
attempting to import this module (or to import from it) will attempting to import this module (or to import from it) will
cause a ``RuntimeError`` exception to be raised. cause a ``RuntimeError`` exception to be raised.
%package help %package help
Summary: An implementation of time.monotonic() for Python 2 & < 3.3 Summary: Development documents and examples for monotonic
Provides: python3-monotonic-doc Provides: python3-monotonic-doc
%description help %description help
@ -99,10 +95,6 @@ If no suitable implementation exists for the current platform,
attempting to import this module (or to import from it) will attempting to import this module (or to import from it) will
cause a ``RuntimeError`` exception to be raised. cause a ``RuntimeError`` exception to be raised.
%prep %prep
%autosetup -n monotonic-%{version} %autosetup -n monotonic-%{version}
@ -145,6 +137,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Aug 05 2022 huangtianhua <huangtianhua@huawei.com> - 1.6-2
- Fix incorrect description for doc
* Fri Jul 22 2022 OpenStack_SIG <openstack@openeuler.org> - 1.6-1 * Fri Jul 22 2022 OpenStack_SIG <openstack@openeuler.org> - 1.6-1
- Upgrade the version to 1.6 - Upgrade the version to 1.6