update to 4.73
removed libdb47 and libgdbm build requirements [release 4.73-1mamba;Sun Dec 06 2020]
This commit is contained in:
parent
3f1c5d3982
commit
426f3cb59e
@ -1,31 +1,29 @@
|
|||||||
%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-AIO
|
Name: perl-IO-AIO
|
||||||
Version: 4.72
|
Version: 4.73
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: IO::AIO - Asynchronous Input/Output
|
Summary: IO::AIO - Asynchronous Input/Output
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/IO-AIO-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/IO-AIO-%{version}.tar.gz
|
||||||
License: Artistic, GPL
|
License: Artistic, GPL
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRequires: libgdbm-devel
|
|
||||||
BuildRequires: libdb47-devel
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
#BuildRequires: libgdbm-devel
|
||||||
|
#BuildRequires: libdb53-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n IO-AIO-%{version}
|
%setup -q -n IO-AIO-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -55,6 +53,10 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 4.72-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user