rebuilt with perl 5.36.0 [release 1.04-2mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:37:52 +01:00
parent e65fc03a56
commit f12acef8c5

View File

@ -2,7 +2,7 @@
Name: perl-String-Similarity Name: perl-String-Similarity
Version: 1.04 Version: 1.04
Release: 1mamba Release: 2mamba
Summary: String::Similarity - calculate the similarity of two strings Summary: String::Similarity - calculate the similarity of two strings
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
@ -16,6 +16,7 @@ BuildRequires: glibc-devel
BuildRequires: libperl BuildRequires: libperl
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
%description %description
@ -44,6 +45,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist echo "%dir ${dir#%buildroot}" >> .packlist
done done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -52,5 +55,8 @@ done
%doc COPYING %doc COPYING
%changelog %changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.04-2mamba
- rebuilt with perl 5.36.0
* Wed May 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.04-1mamba * Wed May 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.04-1mamba
- package created using the webbuild interface - package created using the webbuild interface