Fix description typos + visually distinguish the acronym used

Signed-off-by: Jan Pokorný <jpokorny@fedoraproject.org>
This commit is contained in:
Jan Pokorný 2019-08-15 17:10:36 +02:00
parent 160ea48c1b
commit 79ea9acd49
No known key found for this signature in database
GPG Key ID: 61BBB23A9E8F8DE2

View File

@ -5,7 +5,7 @@
Name: python-%{srcname}
Version: 3.3.3
Release: 4%{?dist}
Summary: Blessed package to manage your versions by scm tags
Summary: Blessed package to manage your versions by SCM tags
License: MIT
URL: https://pypi.python.org/pypi/setuptools_scm
@ -19,8 +19,8 @@ BuildRequires: mercurial
%endif
%description
Setuptools_scm handles managing your python package versions in scm metadata.
It also handles file finders for the suppertes scms.
Setuptools_scm handles managing your python package versions in SCM metadata.
It also handles file finders for the supported SCMs.
%package -n python2-%{srcname}
Summary: %{summary}
@ -32,8 +32,8 @@ BuildRequires: python2-pytest
%{?python_provide:%python_provide python2-%{srcname}}
%description -n python2-%{srcname}
Setuptools_scm handles managing your python package versions in scm metadata.
It also handles file finders for the suppertes scms.
Setuptools_scm handles managing your python package versions in SCM metadata.
It also handles file finders for the supported SCMs.
%package -n python%{python3_pkgversion}-%{srcname}
Summary: %{summary}
@ -46,8 +46,8 @@ BuildRequires: python%{python3_pkgversion}-pytest
Obsoletes: platform-python-%{srcname} < %{version}-%{release}
%description -n python%{python3_pkgversion}-%{srcname}
Setuptools_scm handles managing your python package versions in scm metadata.
It also handles file finders for the suppertes scms.
Setuptools_scm handles managing your python package versions in SCM metadata.
It also handles file finders for the supported SCMs.
%prep
%autosetup -n %{srcname}-%{version}