rebuilt with py36 target [release 1.2.1-2mamba;Thu May 16 2019]
This commit is contained in:
parent
56725ad4d7
commit
5fec41a0d5
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.2.1-2mamba
|
||||
- rebuilt with py36 target
|
||||
|
||||
* Fri Dec 25 2015 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user