Accepting request 726876 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/726876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=6
This commit is contained in:
commit
5b02ef7b3a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user