Fix description typos + visually distinguish the acronym used
Signed-off-by: Jan Pokorný <jpokorny@fedoraproject.org>
This commit is contained in:
parent
160ea48c1b
commit
79ea9acd49
@ -5,7 +5,7 @@
|
|||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 3.3.3
|
Version: 3.3.3
|
||||||
Release: 4%{?dist}
|
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
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/setuptools_scm
|
URL: https://pypi.python.org/pypi/setuptools_scm
|
||||||
@ -19,8 +19,8 @@ BuildRequires: mercurial
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Setuptools_scm handles managing your python package versions in scm metadata.
|
Setuptools_scm handles managing your python package versions in SCM metadata.
|
||||||
It also handles file finders for the suppertes scms.
|
It also handles file finders for the supported SCMs.
|
||||||
|
|
||||||
%package -n python2-%{srcname}
|
%package -n python2-%{srcname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
@ -32,8 +32,8 @@ BuildRequires: python2-pytest
|
|||||||
%{?python_provide:%python_provide python2-%{srcname}}
|
%{?python_provide:%python_provide python2-%{srcname}}
|
||||||
|
|
||||||
%description -n python2-%{srcname}
|
%description -n python2-%{srcname}
|
||||||
Setuptools_scm handles managing your python package versions in scm metadata.
|
Setuptools_scm handles managing your python package versions in SCM metadata.
|
||||||
It also handles file finders for the suppertes scms.
|
It also handles file finders for the supported SCMs.
|
||||||
|
|
||||||
%package -n python%{python3_pkgversion}-%{srcname}
|
%package -n python%{python3_pkgversion}-%{srcname}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
@ -46,8 +46,8 @@ BuildRequires: python%{python3_pkgversion}-pytest
|
|||||||
Obsoletes: platform-python-%{srcname} < %{version}-%{release}
|
Obsoletes: platform-python-%{srcname} < %{version}-%{release}
|
||||||
|
|
||||||
%description -n python%{python3_pkgversion}-%{srcname}
|
%description -n python%{python3_pkgversion}-%{srcname}
|
||||||
Setuptools_scm handles managing your python package versions in scm metadata.
|
Setuptools_scm handles managing your python package versions in SCM metadata.
|
||||||
It also handles file finders for the suppertes scms.
|
It also handles file finders for the supported SCMs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{srcname}-%{version}
|
%autosetup -n %{srcname}-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user