rebuilt with perl 5.36.0 [release 1.04-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
e65fc03a56
commit
f12acef8c5
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-String-Similarity
|
||||
Version: 1.04
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: String::Similarity - calculate the similarity of two strings
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
@ -16,6 +16,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
Requires: perl >= %perl_major_ver
|
||||
|
||||
%description
|
||||
@ -44,6 +45,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -52,5 +55,8 @@ done
|
||||
%doc COPYING
|
||||
|
||||
%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
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user