From 79ea9acd498ec56895dfb8109e4eb1b702941c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Thu, 15 Aug 2019 17:10:36 +0200 Subject: [PATCH] Fix description typos + visually distinguish the acronym used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- python-setuptools_scm.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index ef98316..aaa63c2 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -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}