rebuilt with perl 5.36.0 [release 0.65-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
7a343813ce
commit
1e22d4ffa6
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-BerkeleyDB
|
||||
Version: 0.65
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: BerkeleyDB - Perl extension for Berkeley DB version 2, 3 or 4
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
@ -18,6 +18,7 @@ BuildRequires: libdb53-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
|
||||
%description
|
||||
BerkeleyDB - Perl extension for Berkeley DB version 2, 3 or 4
|
||||
@ -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}"
|
||||
rm -f .packlist
|
||||
@ -52,6 +55,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 0.65-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Sat May 14 2022 Automatic Build System <autodist@mambasoft.it> 0.65-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user