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:
parent
9864da5c22
commit
130ef91126
@ -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
|
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
|
Sun Mar 15 23:08:42 UTC 2015 - arun@gmx.de
|
||||||
|
|
||||||
- initial version
|
- initial version
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: python-snowballstemmer
|
Name: python-snowballstemmer
|
||||||
Version: 1.9.0
|
Version: 1.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: This package provides 16 stemmer algorithms
|
Summary: 16 stemmer algorithms
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/shibukawa/snowball_py
|
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: %{python_module base}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -57,7 +56,6 @@ cp %{SOURCE1} .
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user