From d217edd00ad78de866c4e5e88702a061fb18df95 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:41:31 +0100 Subject: [PATCH] rebuilt with distdeps [release 2.1.0-2mamba;Sat Apr 17 2021] --- python-snowballstemmer.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-snowballstemmer.spec b/python-snowballstemmer.spec index c08ea77..d5e0593 100644 --- a/python-snowballstemmer.spec +++ b/python-snowballstemmer.spec @@ -1,6 +1,6 @@ Name: python-snowballstemmer Version: 2.1.0 -Release: 1mamba +Release: 2mamba Summary: Snowball stemming library collection for Python Group: System/Libraries Vendor: openmamba @@ -10,10 +10,8 @@ URL: https://pypi.python.org/pypi/snowballstemmer Source: https://pypi.debian.net/snowballstemmer/snowballstemmer-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. @@ -37,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/snowballstemmer-%{version}-py*.egg-info +%{python_sitearch}/snowballstemmer-%{version}-py*.egg-info/* %changelog +* Sat Apr 17 2021 Silvan Calarco 2.1.0-2mamba +- rebuilt with distdeps + * Sat Jan 23 2021 Automatic Build System 2.1.0-1mamba - automatic version update by autodist