From 6a3afd6519a66bef820290443fbf43c2dcb4745e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 20 Jan 2018 09:58:24 +0100 Subject: [PATCH] Use summary everywhere Signed-off-by: Igor Gnatenko --- python-setuptools_scm.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 1370eb3..a8e22ef 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -1,12 +1,11 @@ %bcond_without tests %global srcname setuptools_scm -%global sum The blessed package to manage your versions by scm tags Name: python-%{srcname} Version: 1.15.6 Release: 7%{?dist} -Summary: %{sum} +Summary: Blessed package to manage your versions by scm tags License: MIT URL: https://pypi.python.org/pypi/%{srcname} @@ -24,7 +23,7 @@ Setuptools_scm handles managing your python package versions in scm metadata. It also handles file finders for the suppertes scms. %package -n python2-%{srcname} -Summary: %{sum} +Summary: %{summary} BuildRequires: python2-devel BuildRequires: python2-setuptools %if %{with tests} @@ -37,7 +36,7 @@ Setuptools_scm handles managing your python package versions in scm metadata. It also handles file finders for the suppertes scms. %package -n python%{python3_pkgversion}-%{srcname} -Summary: %{sum} +Summary: %{summary} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %if %{with tests}