rebuilt with perl 5.36.0 [release 0.27-2mamba;Sat Apr 15 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:36:13 +01:00
parent 49e8d12962
commit 0260f358a7

View File

@ -2,7 +2,7 @@
Name: perl-B-Utils Name: perl-B-Utils
Version: 0.27 Version: 0.27
Release: 1mamba Release: 2mamba
Summary: B::Utils - Helper functions for op tree manipulation Summary: B::Utils - Helper functions for op tree manipulation
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 LICENSE %doc LICENSE
%changelog %changelog
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 0.27-2mamba
- rebuilt with perl 5.36.0
* Mon Nov 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27-1mamba * Mon Nov 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.27-1mamba
- package created using the webbuild interface - package created using the webbuild interface