Set summary and description consistently

This commit is contained in:
Pete Walter 2018-01-23 11:55:53 +00:00
parent 144c403738
commit 9e5af82f7e
1 changed files with 5 additions and 5 deletions

View File

@ -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}