diff --git a/snowball.spec b/snowball.spec index 07c28cd..cef4c87 100644 --- a/snowball.spec +++ b/snowball.spec @@ -1,6 +1,6 @@ Name: snowball Version: 2.2.0 -Release: 1mamba +Release: 2mamba Summary: Snowball compiler and stemming algorithms Group: System/Libraries Vendor: openmamba @@ -51,7 +51,8 @@ for f in snowball stemwords; do done install -D -m0644 include/libstemmer.h %{buildroot}%{_includedir}/libstemmer.h -install -D -m0755 libstemmer.so.0 %{buildroot}%{_libdir}/libstemmer.so.0 +install -D -m0755 libstemmer.so.0 %{buildroot}%{_libdir}/libstemmer.so.0.0.0 +ln -s libstemmer.so.0.0.0 %{buildroot}%{_libdir}/libstemmer.so.0 ln -s libstemmer.so.0 %{buildroot}%{_libdir}/libstemmer.so %clean @@ -77,6 +78,9 @@ ln -s libstemmer.so.0 %{buildroot}%{_libdir}/libstemmer.so %changelog +* Sat Sep 23 2023 Silvan Calarco 2.2.0-2mamba +- fix matching sover with filename libstemmer.so.0.0.0 + * Sat Sep 16 2023 Automatic Build System 2.2.0-1mamba - automatic version update by autodist