From f4dff19db5c016e8c535295fa289254e2d08b87e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 4 Oct 2017 16:42:07 +0200 Subject: [PATCH] don't duplicate summary Signed-off-by: Igor Gnatenko --- python-lxml.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index bd76f3c..c9cfa09 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -17,7 +17,7 @@ XML Schema, XSLT, C14N and much more.To contact the project, go to the project home page < or see our bug tracker at case you want to use the current ... %package -n python2-%{modname} -Summary: XML processing library combining libxml2/libxslt with the ElementTree API +Summary: %{summary} BuildRequires: python-setuptools BuildRequires: python2-devel BuildRequires: libxml2-devel @@ -35,7 +35,7 @@ XML Schema, XSLT, C14N and much more.To contact the project, go to the project home page < or see our bug tracker at case you want to use the current ... %package -n python3-%{modname} -Summary: XML processing library combining libxml2/libxslt with the ElementTree API +Summary: %{summary} BuildRequires: python3-setuptools BuildRequires: python3-devel Requires: python3-cssselect