rebuilt with perl 5.36.0 [release 4.33-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
a2db6d16f3
commit
7891bc899c
19
perl-EV.spec
19
perl-EV.spec
@ -2,22 +2,24 @@
|
||||
|
||||
Name: perl-EV
|
||||
Version: 4.33
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: EV - Perl interface to libev, a high performance full-featured event loop
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/EV-%{version}.tar.gz
|
||||
License: GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-common-sense
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-common-sense
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
This module provides an interface to libev
|
||||
@ -48,6 +50,8 @@ 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}"
|
||||
rm -f .packlist
|
||||
@ -56,6 +60,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 4.33-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Fri May 01 2020 Automatic Build System <autodist@mambasoft.it> 4.33-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user