Compare commits
5 Commits
4.34-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
302ed5d04a | |||
232cd5de25 | |||
|
16a8f33b0f | ||
426f3cb59e | |||
3f1c5d3982 |
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user