diff --git a/python-kitchen.spec b/python-kitchen.spec index 602dfca8939b3fff81b4708b45a0f3221d376f13..7bdc3b58841ae4d1f096e134db88cf7a5a433a10 100644 --- a/python-kitchen.spec +++ b/python-kitchen.spec @@ -3,7 +3,7 @@ Name: python-kitchen Version: 1.2.6 -Release: 6 +Release: 7 Summary: Small, useful pieces of code to make python coding easier License: LGPLv2+ @@ -40,11 +40,11 @@ columns a string takes). This is the python3 version of the kitchen module. -%package -n python%{python3_pkgversion}-kitchen-help +%package help Summary: API documentation for the Kitchen python3 module #Requires: python2-kitchen = %{version}-%{release} -%description -n python%{python3_pkgversion}-kitchen-help +%description 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). @@ -103,12 +103,15 @@ popd %license COPYING COPYING.LESSER %{python3_sitelib}/kitchen* -%files -n python%{python3_pkgversion}-kitchen-help +%files help %doc kitchen3/docs/* %license COPYING COPYING.LESSER %endif %changelog +* Tue Mar 15 2022 shixuantong - 1.2.6-7 +- rename python3-kitchen-help to python-kitchen-help + * Mon Feb 21 2022 shixuantong - 1.2.6-6 - rename python-kitchen-doc to python-kitchen-help