!19 [sync] PR-18: rename python-kitchen-doc to python-kitchen-help

From: @openeuler-sync-bot 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-02-21 06:27:37 +00:00 committed by Gitee
commit 686495aa41
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: python-kitchen Name: python-kitchen
Version: 1.2.6 Version: 1.2.6
Release: 5 Release: 6
Summary: Small, useful pieces of code to make python coding easier Summary: Small, useful pieces of code to make python coding easier
License: LGPLv2+ License: LGPLv2+
@ -40,10 +40,11 @@ columns a string takes).
This is the python3 version of the kitchen module. This is the python3 version of the kitchen module.
%package -n python%{python3_pkgversion}-kitchen-doc %package -n python%{python3_pkgversion}-kitchen-help
Summary: API documentation for the Kitchen python3 module Summary: API documentation for the Kitchen python3 module
#Requires: python2-kitchen = %{version}-%{release} #Requires: python2-kitchen = %{version}-%{release}
%description -n python%{python3_pkgversion}-kitchen-doc
%description -n python%{python3_pkgversion}-kitchen-help
kitchen includes functions to make gettext easier to use, handling unicode kitchen includes functions to make gettext easier to use, handling unicode
text easier (conversion with bytes, outputting xml, and calculating how many text easier (conversion with bytes, outputting xml, and calculating how many
columns a string takes). columns a string takes).
@ -102,12 +103,15 @@ popd
%license COPYING COPYING.LESSER %license COPYING COPYING.LESSER
%{python3_sitelib}/kitchen* %{python3_sitelib}/kitchen*
%files -n python%{python3_pkgversion}-kitchen-doc %files -n python%{python3_pkgversion}-kitchen-help
%doc kitchen3/docs/* %doc kitchen3/docs/*
%license COPYING COPYING.LESSER %license COPYING COPYING.LESSER
%endif %endif
%changelog %changelog
* Mon Feb 21 2022 shixuantong <shixuantong@h-partners.com> - 1.2.6-6
- rename python-kitchen-doc to python-kitchen-help
* Sat Jan 08 2022 shixuantong <shixuantong@huawei.com> - 1.2.6-5 * Sat Jan 08 2022 shixuantong <shixuantong@huawei.com> - 1.2.6-5
- remove python3-nose buildrequire - remove python3-nose buildrequire