Accepting request 726432 from home:jengelh:branches:devel:languages:python

- Avoid self-reference in summary.

OBS-URL: https://build.opensuse.org/request/show/726432
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal 2019-08-29 02:18:02 +00:00 committed by Git OBS Bridge
parent 9864da5c22
commit 130ef91126
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 27 09:26:48 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- 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

View File

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