diff --git a/python-snowballstemmer.spec b/python-snowballstemmer.spec index 890500a..4a2b3f3 100644 --- a/python-snowballstemmer.spec +++ b/python-snowballstemmer.spec @@ -1,13 +1,13 @@ Name: python-snowballstemmer Version: 1.2.1 -Release: 1mamba +Release: 2mamba Summary: Snowball stemming library collection for Python Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://pypi.python.org/pypi/snowballstemmer -Source: https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-%{version}.tar.gz +Source: https://pypi.debian.net/snowballstemmer/snowballstemmer-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n snowballstemmer-%{version} @@ -35,16 +39,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so - -## note: eventually add the remaining documents (if any) -# %doc README.rst %changelog +* Thu May 16 2019 Silvan Calarco 1.2.1-2mamba +- rebuilt with py36 target + * Fri Dec 25 2015 Automatic Build System 1.2.1-1mamba - automatic version update by autodist