Improve description

This commit is contained in:
Pete Walter 2020-03-21 15:53:37 +00:00
parent 1e7229a41e
commit 5adc81e9d5

View File

@ -18,7 +18,7 @@ the core of Git.
%package -n python3-%{pkgname}
Summary: Python 3.x bindings for libgit2
Summary: Python 3 bindings for libgit2
%{?python_provide:%python_provide python3-%{pkgname}}
BuildRequires: python3-cffi
BuildRequires: python3-devel
@ -30,7 +30,7 @@ BuildRequires: python3-cached_property
pygit2 is a set of Python bindings to the libgit2 library, which implements
the core of Git.
Python 3 version.
The python3-%{pkgname} package contains the Python 3 bindings.
%package doc