automatic version update by autodist [release 2.1.0-1mamba;Tue Apr 13 2021]

This commit is contained in:
Automatic Build System 2024-01-05 17:57:33 +01:00
parent d27ed01233
commit e0d35dc588

View File

@ -1,13 +1,12 @@
Name: snowball Name: snowball
Version: 0.20170814git Version: 2.1.0
Release: 2mamba Release: 1mamba
Summary: Snowball compiler and stemming algorithms Summary: Snowball compiler and stemming algorithms
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://snowballstem.org/ URL: https://snowballstem.org/
## GITSOURCE https://github.com/snowballstem/snowball.git master
Source: https://github.com/snowballstem/snowball.git/master/snowball-%{version}.tar.bz2 Source: https://github.com/snowballstem/snowball.git/master/snowball-%{version}.tar.bz2
Patch0: snowball-0.20170814git-dynlibrary.patch Patch0: snowball-0.20170814git-dynlibrary.patch
License: BSD License: BSD
@ -15,7 +14,6 @@ License: BSD
BuildRequires: glibc-devel BuildRequires: glibc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: libstemmer = %{?epoch:%epoch:}%{version}-%{release} Requires: libstemmer = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Snowball compiler and stemming algorithms. Snowball compiler and stemming algorithms.
@ -39,7 +37,7 @@ This package contains libraries and header files for developing applications tha
%prep %prep
%setup -q %setup -q
%define _default_patch_fuzz 2
%patch0 -p1 %patch0 -p1
%build %build
@ -77,10 +75,12 @@ ln -s libstemmer.so.0 %{buildroot}%{_libdir}/libstemmer.so
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/libstemmer.h %{_includedir}/libstemmer.h
%{_libdir}/libstemmer.so %{_libdir}/libstemmer.so
%doc README
%changelog %changelog
* Tue Apr 13 2021 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
- automatic version update by autodist
* Thu Dec 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20170814git-2mamba * Thu Dec 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20170814git-2mamba
- fixed permissions of shared library - fixed permissions of shared library