fix package description

This commit is contained in:
xiejing 2024-05-11 09:55:25 +08:00
parent 288adcd212
commit 26f7fec992

View File

@ -1,17 +1,17 @@
%global _empty_manifest_terminate_build 0
Name: python-gssapi
Version: 1.8.3
Release: 1
Release: 2
Summary: Python GSSAPI Wrapper
License: ISC
URL: https://github.com/pythongssapi/python-gssapi
Source0: https://files.pythonhosted.org/packages/source/g/gssapi/gssapi-%{version}.tar.gz
%description
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers
Python-GSSAPI provides both low-level and high level wrappers
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
should also be useable with other GSSAPI mechanisms.Documentation for the latest
released version (including pre-release versions) can be found at <.
should also be useable with other GSSAPI mechanisms.
Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%package -n python3-gssapi
Summary: Python GSSAPI Wrapper
@ -29,19 +29,19 @@ BuildRequires: python3-decorator
# General requires
Requires: python3-decorator krb5-libs >= 1.10
%description -n python3-gssapi
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers
Python-GSSAPI provides both low-level and high level wrappers
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
should also be useable with other GSSAPI mechanisms.Documentation for the latest
released version (including pre-release versions) can be found at <.
should also be useable with other GSSAPI mechanisms.
Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%package help
Summary: Python GSSAPI Wrapper
Provides: python3-gssapi-doc
%description help
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers
Python-GSSAPI provides both low-level and high level wrappers
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
should also be useable with other GSSAPI mechanisms.Documentation for the latest
released version (including pre-release versions) can be found at <.
should also be useable with other GSSAPI mechanisms.
Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
%prep
%autosetup -n gssapi-%{version}
@ -85,6 +85,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Sat May 11 2024 xiejing <xiejing@kylinos.cn> - 1.8.3-2
- fix package description
* Wed Feb 21 2024 xu_ping <707078654@qq.com> - 1.8.3-1
- Upgrade package python3-gssapi to version 1.8.3