Include the Python version in the summary and description

This commit is contained in:
Miro Hrončok 2021-12-10 12:14:57 +01:00
parent 3af63e71e4
commit 19c06ca1e9

@ -3,7 +3,7 @@
Name: pypy%{pyversion} Name: pypy%{pyversion}
Version: %{basever}.7 Version: %{basever}.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Python 3 implementation with a Just-In-Time compiler Summary: Python %{pyversion} implementation with a Just-In-Time compiler
# PyPy is MIT # PyPy is MIT
# Python standard library is Python # Python standard library is Python
@ -251,9 +251,9 @@ Obsoletes: pypy3 < 7.3.4-4
%endif %endif
%description %description
PyPy's implementation of Python 3, featuring a Just-In-Time compiler on some CPU PyPy's implementation of Python %{pyversion}, featuring a Just-In-Time compiler
architectures, and various optimized implementations of the standard types on some CPU architectures, and various optimized implementations
(strings, dictionaries, etc) of the standard types (strings, dictionaries, etc.).
%if 0%{with_jit} %if 0%{with_jit}
This build of PyPy has JIT-compilation enabled. This build of PyPy has JIT-compilation enabled.
@ -264,7 +264,7 @@ CPU architecture.
%package libs %package libs
Summary: Run-time libraries used by PyPy implementations of Python 3 Summary: Run-time libraries used by PyPy implementations of Python %{pyversion}
# We supply an emacs mode for the JIT viewer. # We supply an emacs mode for the JIT viewer.
# (This doesn't bring in all of emacs, just the directory structure) # (This doesn't bring in all of emacs, just the directory structure)
@ -302,11 +302,11 @@ Provides: bundled(python3dist(ply)) = 3.9
Provides: bundled(python3dist(cryptography)) = 2.7 Provides: bundled(python3dist(cryptography)) = 2.7
%description libs %description libs
Libraries required by the various PyPy implementations of Python 3. Libraries required by the various PyPy implementations of Python %{pyversion}.
%package devel %package devel
Summary: Development tools for working with PyPy3 Summary: Development tools for working with PyPy%{pyversion}
Requires: pypy%{pyversion}%{?_isa} = %{version}-%{release} Requires: pypy%{pyversion}%{?_isa} = %{version}-%{release}
%if %{with main_pypy3} %if %{with main_pypy3}
@ -316,7 +316,7 @@ Obsoletes: pypy3-devel < 7.3.4-4
%endif %endif
%description devel %description devel
Header files for building C extension modules against PyPy3 Header files for building C extension modules against PyPy%{pyversion}.
%prep %prep