rebuilt with perl 5.36.0 [release 4.73-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
426f3cb59e
commit
16a8f33b0f
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-IO-AIO
|
||||
Version: 4.73
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: IO::AIO - Asynchronous Input/Output
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
@ -14,11 +14,13 @@ License: Artistic, GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-common-sense
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
#BuildRequires: libgdbm-devel
|
||||
#BuildRequires: libdb53-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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
|
||||
done
|
||||
|
||||
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -53,6 +56,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- update to 4.73
|
||||
- removed libdb47 and libgdbm build requirements
|
||||
|
Loading…
Reference in New Issue
Block a user