Compare commits

...

5 Commits

Author SHA1 Message Date
302ed5d04a automatic version update by autodist [release 4.81-1mamba;Tue Feb 20 2024] 2024-02-22 08:52:38 +01:00
232cd5de25 update to 4.80 [release 4.80-1mamba;Thu Aug 31 2023] 2024-01-06 09:08:45 +01:00
Sdk Build System
16a8f33b0f rebuilt with perl 5.36.0 [release 4.73-2mamba;Sun Apr 16 2023] 2024-01-06 09:08:45 +01:00
426f3cb59e update to 4.73
removed libdb47 and libgdbm build requirements [release 4.73-1mamba;Sun Dec 06 2020]
2024-01-06 09:08:44 +01:00
3f1c5d3982 automatic update by autodist [release 4.72-1mamba;Sat May 02 2020] 2024-01-06 09:08:44 +01:00

View File

@ -1,32 +1,33 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
%define srcver %(echo %{version}| tr -d 0)
Name: perl-IO-AIO
Version: 4.34
Version: 4.81
Release: 1mamba
Summary: IO::AIO - Asynchronous Input/Output
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/IO-AIO-%{version}.tar.gz
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/IO-AIO-%{srcver}.tar.gz
License: Artistic, GPL
Requires: perl >= %perl_major_ver
BuildRequires: libgdbm-devel
BuildRequires: libdb47-devel
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: libperl
BuildRequires: perl-common-sense
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: perl >= 2:5.36.0
#BuildRequires: libgdbm-devel
#BuildRequires: libdb53-devel
%description
This module implements asynchronous I/O using whatever means your operating system supports.
%prep
%setup -q -n IO-AIO-%{version}
%setup -q -n IO-AIO-%{srcver}
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
@ -46,6 +47,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}"
@ -55,6 +57,22 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Tue Feb 20 2024 Automatic Build System <autodist@openmamba.org> 4.81-1mamba
- automatic version update by autodist
* Thu Aug 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.80-1mamba
- update to 4.80
* 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
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 4.72-1mamba
- automatic update by autodist
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 4.34-1mamba
- automatic update by autodist