diff --git a/python-snowballstemmer.spec b/python-snowballstemmer.spec index c6e71a9..85e3003 100644 --- a/python-snowballstemmer.spec +++ b/python-snowballstemmer.spec @@ -1,5 +1,5 @@ Name: python-snowballstemmer -Version: 1.9.1 +Version: 2.0.0 Release: 1mamba Summary: Snowball stemming library collection for Python Group: System/Libraries @@ -37,12 +37,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Sun Oct 27 2019 Automatic Build System 2.0.0-1mamba +- automatic version update by autodist + * Sat Oct 05 2019 Automatic Build System 1.9.1-1mamba - automatic version update by autodist