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

This commit is contained in:
Sdk Build System 2024-01-06 09:08:45 +01:00
parent 426f3cb59e
commit 16a8f33b0f

View File

@ -2,7 +2,7 @@
Name: perl-IO-AIO Name: perl-IO-AIO
Version: 4.73 Version: 4.73
Release: 1mamba Release: 2mamba
Summary: IO::AIO - Asynchronous Input/Output Summary: IO::AIO - Asynchronous Input/Output
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
@ -14,11 +14,13 @@ License: Artistic, GPL
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: libperl
BuildRequires: perl-common-sense
BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
#BuildRequires: libgdbm-devel #BuildRequires: libgdbm-devel
#BuildRequires: libdb53-devel #BuildRequires: libdb53-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
This module implements asynchronous I/O using whatever means your operating system supports. This module implements asynchronous I/O using whatever means your operating system supports.
@ -44,6 +46,7 @@ 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}"
@ -53,6 +56,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 4.73-2mamba
- rebuilt with perl 5.36.0
* Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.73-1mamba * Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.73-1mamba
- update to 4.73 - update to 4.73
- removed libdb47 and libgdbm build requirements - removed libdb47 and libgdbm build requirements