rebuilt with perl 5.36.0 [release 0.26-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
1991dfb3ab
commit
0540a684ab
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-Sub-Name
|
||||
Version: 0.26
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Sub::Name - (re)name a sub
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
@ -15,6 +15,7 @@ License: GPL, Artistic
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
Requires: perl >= %perl_major_ver
|
||||
|
||||
%description
|
||||
@ -43,6 +44,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}"
|
||||
|
||||
@ -53,6 +56,9 @@ done
|
||||
# %doc README
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 0.26-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.26-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user