automatic version update by autodist [release 0.802-1mamba;Mon Sep 11 2023]
This commit is contained in:
parent
ecc789a5d6
commit
b8d7273e91
@ -1,8 +1,8 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-IO-Async
|
Name: perl-IO-Async
|
||||||
Version: 0.71
|
Version: 0.802
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: IO::Async - perform asynchronous filehandle IO and other operations
|
Summary: IO::Async - perform asynchronous filehandle IO and other operations
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,21 +11,25 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: https://www.cpan.org/
|
URL: https://www.cpan.org/
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/IO-Async-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
Requires: perl >= %perl_major_ver
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-Encode
|
BuildRequires: perl-Encode
|
||||||
BuildRequires: perl-Future
|
BuildRequires: perl-Future
|
||||||
|
BuildRequires: perl-Future-IO
|
||||||
BuildRequires: perl-Scalar-List-Utils
|
BuildRequires: perl-Scalar-List-Utils
|
||||||
BuildRequires: perl-Struct-Dumb
|
BuildRequires: perl-Struct-Dumb
|
||||||
BuildRequires: perl-Test-Fatal
|
BuildRequires: perl-Test-Fatal
|
||||||
|
BuildRequires: perl-Test-Metrics-Any
|
||||||
BuildRequires: perl-Test-Refcount
|
BuildRequires: perl-Test-Refcount
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRequires: perl >= 2:5.36.0
|
BuildRequires: perl >= 2:5.36.0
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
BuildRequires: perl-Test-Exception
|
BuildRequires: perl-Test-Exception
|
||||||
|
BuildRequires: perl-Test-Future-IO-Impl
|
||||||
BuildRequires: perl-Test-Identity
|
BuildRequires: perl-Test-Identity
|
||||||
|
BuildRequires: perl-Test-Metrics-Any
|
||||||
BuildRequires: perl-Test-Warn
|
BuildRequires: perl-Test-Warn
|
||||||
BuildRequires: perl-CPS
|
BuildRequires: perl-CPS
|
||||||
|
|
||||||
@ -37,13 +41,14 @@ IO::Async - perform asynchronous filehandle IO and other operations.
|
|||||||
%setup -q -n IO-Async-%{version}
|
%setup -q -n IO-Async-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
%{__perl} Build.PL installdirs=vendor
|
||||||
%make %{?_smp_mflags}
|
./Build
|
||||||
#% make test
|
./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall_perl
|
./Build install --destdir=%{buildroot}
|
||||||
|
|
||||||
packlist=`find %{buildroot} -name .packlist`
|
packlist=`find %{buildroot} -name .packlist`
|
||||||
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
||||||
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
|
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
|
||||||
@ -62,6 +67,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 11 2023 Automatic Build System <autodist@mambasoft.it> 0.802-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 0.71-2mamba
|
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 0.71-2mamba
|
||||||
- rebuilt with perl 5.36.0
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user