From 64e2fd4e95087db593a45324677a560e88c87726 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:57:33 +0100 Subject: [PATCH] fix matching sover with filename libstemmer.so.0.0.0 [release 2.2.0-2mamba;Sat Sep 23 2023] --- snowball.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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