From 9e5af82f7e92ed5898d33d873b02df4b4be1378c Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Tue, 23 Jan 2018 11:55:53 +0000 Subject: [PATCH] Set summary and description consistently --- pyicu.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyicu.spec b/pyicu.spec index 7a03153..75e1607 100644 --- a/pyicu.spec +++ b/pyicu.spec @@ -3,7 +3,7 @@ Name: pyicu Version: 2.0 Release: 1%{?dist} Summary: Python extension wrapping IBM's ICU C++ libraries -Group: Development/Tools + License: MIT URL: http://pyicu.osafoundation.org/ Source0: https://files.pythonhosted.org/packages/source/P/%{realname}/%{realname}-%{version}.tar.gz @@ -31,7 +31,7 @@ the same results on all platforms and between C/C++ and Javasoftware. %description %_description %package -n python2-pyicu -Summary: %summary +Summary: Python 2 extension wrapping IBM's ICU C++ libraries %{?python_provide:%python_provide python2-pyicu} # Remove before F30 Provides: pyicu = %{version}-%{release} @@ -41,9 +41,9 @@ Obsoletes: pyicu < %{version}-%{release} %description -n python2-pyicu %_description %package -n python3-pyicu -Summary: Python3 extension wrapping IBM's ICU C++ libraries -%description -n python3-pyicu -%{summary}. +Summary: Python 3 extension wrapping IBM's ICU C++ libraries + +%description -n python3-pyicu %_description %prep %setup -q -n %{realname}-%{version}