From 9f9ce7af687ed830597c4910e3caa8e38e6a730f Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Jul 07 2017 19:53:38 +0000 Subject: Use the description macro. Signed-off-by: Randy Barlow --- diff --git a/python-plaster-pastedeploy.spec b/python-plaster-pastedeploy.spec index 52ac55f..92316b8 100644 --- a/python-plaster-pastedeploy.spec +++ b/python-plaster-pastedeploy.spec @@ -1,9 +1,5 @@ %global srcname plaster-pastedeploy %global sum A PasteDeploy binding to the plaster configuration loader -%global desc plaster_pastedeploy is a plaster plugin that provides a \ -plaster.Loader that can parse ini files according to the standard set \ -by PasteDeploy. It supports the wsgi plaster protocol, implementing \ -the plaster.protocols.IWSGIProtocol interface. Name: python-%{srcname} Version: 0.3.2 @@ -26,7 +22,10 @@ BuildRequires: python3-pytest %description -%{desc} +plaster_pastedeploy is a plaster plugin that provides a +plaster.Loader that can parse ini files according to the standard set +by PasteDeploy. It supports the wsgi plaster protocol, implementing +the plaster.protocols.IWSGIProtocol interface. %package -n python2-%{srcname} @@ -40,7 +39,7 @@ Requires: python2-setuptools %description -n python2-%{srcname} -%{desc} +%{description} %package -n python3-%{srcname} @@ -54,7 +53,7 @@ Requires: python3-setuptools %description -n python3-%{srcname} -%{desc} +%{description} %prep