From ab8440e377308cf2fdeb63e4f570de6ebd48187b Mon Sep 17 00:00:00 2001 From: shixuantong <1726671442@qq.com> Date: Mon, 21 Feb 2022 10:53:58 +0800 Subject: [PATCH] rename python-kitchen-doc to python-kitchen-help (cherry picked from commit e7b5b86afbcf3f20059c5231cd975a7246601777) --- python-kitchen.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-kitchen.spec b/python-kitchen.spec index 485818e..602dfca 100644 --- a/python-kitchen.spec +++ b/python-kitchen.spec @@ -3,7 +3,7 @@ Name: python-kitchen Version: 1.2.6 -Release: 5 +Release: 6 Summary: Small, useful pieces of code to make python coding easier License: LGPLv2+ @@ -40,10 +40,11 @@ columns a string takes). 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 #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 text easier (conversion with bytes, outputting xml, and calculating how many columns a string takes). @@ -102,12 +103,15 @@ popd %license COPYING COPYING.LESSER %{python3_sitelib}/kitchen* -%files -n python%{python3_pkgversion}-kitchen-doc +%files -n python%{python3_pkgversion}-kitchen-help %doc kitchen3/docs/* %license COPYING COPYING.LESSER %endif %changelog +* Mon Feb 21 2022 shixuantong - 1.2.6-6 +- rename python-kitchen-doc to python-kitchen-help + * Sat Jan 08 2022 shixuantong - 1.2.6-5 - remove python3-nose buildrequire -- Gitee