Make the main description also applicable to the SRPM

Also, add a comment to highlight its dual purpose
This commit is contained in:
Petr Viktorin 2017-09-05 11:54:13 +02:00
parent 7c72174fbd
commit 15a5ab1694
1 changed files with 3 additions and 2 deletions

View File

@ -438,14 +438,15 @@ Requires: python3-setuptools
Requires: python3-pip Requires: python3-pip
%endif %endif
# The description used both for the SRPM and the main `python3` subpackage:
%description %description
Python is an accessible, high-level, dynamically typed, interpreted programming Python is an accessible, high-level, dynamically typed, interpreted programming
language, designed with an emphasis on code readibility. language, designed with an emphasis on code readibility.
It includes an extensive standard library, and has a vast ecosystem of It includes an extensive standard library, and has a vast ecosystem of
third-party libraries. third-party libraries.
This package provides the "python3" executable: the reference interpreter for The ${name} package provides the "python3" executable: the reference
the Python language, version 3. interpreter for the Python language, version 3.
The majority of its standard library is provided in the %{name}-libs package, The majority of its standard library is provided in the %{name}-libs package,
which should be installed automatically along with %{name}. which should be installed automatically along with %{name}.
The remaining parts of the Python standard library are broken out into the The remaining parts of the Python standard library are broken out into the