From 7891bc899cc0fe14cc57528e79c0bfaa3d036f6d Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 08:53:58 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 4.33-2mamba;Sun Apr 16 2023] --- perl-EV.spec | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/perl-EV.spec b/perl-EV.spec index 869f413..8f9fc13 100644 --- a/perl-EV.spec +++ b/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 -URL: http://www.cpan.org +Packager: Silvan Calarco +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 4.33-2mamba +- rebuilt with perl 5.36.0 + * Fri May 01 2020 Automatic Build System 4.33-1mamba - automatic update by autodist