diff --git a/python-snowballstemmer.changes b/python-snowballstemmer.changes index 6909fee..fd33160 100644 --- a/python-snowballstemmer.changes +++ b/python-snowballstemmer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 27 09:26:48 UTC 2019 - Jan Engelhardt + +- Avoid self-reference in summary. + ------------------------------------------------------------------- Fri Aug 2 10:59:50 UTC 2019 - pgajdos@suse.com @@ -43,4 +48,3 @@ Thu Apr 9 02:13:13 UTC 2015 - termim@gmail.com Sun Mar 15 23:08:42 UTC 2015 - arun@gmx.de - initial version - diff --git a/python-snowballstemmer.spec b/python-snowballstemmer.spec index 4eaf4e9..bf1ef8d 100644 --- a/python-snowballstemmer.spec +++ b/python-snowballstemmer.spec @@ -20,7 +20,7 @@ Name: python-snowballstemmer Version: 1.9.0 Release: 0 -Summary: This package provides 16 stemmer algorithms +Summary: 16 stemmer algorithms License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/shibukawa/snowball_py @@ -30,7 +30,6 @@ Source1: https://raw.githubusercontent.com/snowballstem/snowball/master/C BuildRequires: %{python_module base} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -57,7 +56,6 @@ cp %{SOURCE1} . %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) %{python_sitelib}/* %doc README.rst %license COPYING