rebuilt with perl 5.36.0 [release 1.03-6mamba;Sun Apr 16 2023]
This commit is contained in:
parent
e26c20746b
commit
2d10c96fb4
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
Name: perl-Event-Lib
|
Name: perl-Event-Lib
|
||||||
Version: 1.03
|
Version: 1.03
|
||||||
Release: 5mamba
|
Release: 6mamba
|
||||||
Summary: Event::Lib - Perl wrapper around libevent
|
Summary: Event::Lib - Perl wrapper around libevent
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@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/V/VP/VPARSEVAL/Event-Lib-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/Event-Lib-%{version}.tar.gz
|
||||||
Patch0: %{name}-1.03-arm-fix-missing-off64_t.patch
|
Patch0: %{name}-1.03-arm-fix-missing-off64_t.patch
|
||||||
Patch1: perl-Event-Lib-1.03-libevent-2.1.patch
|
Patch1: perl-Event-Lib-1.03-libevent-2.1.patch
|
||||||
@ -17,19 +17,19 @@ Requires: perl >= %perl_major_ver
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libevent-devel
|
BuildRequires: libevent-devel
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
BuildRequires: perl-Test-Pod
|
BuildRequires: perl-Test-Pod
|
||||||
BuildRequires: perl-Test-Pod-Coverage
|
BuildRequires: perl-Test-Pod-Coverage
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module is a Perl wrapper around libevent as available from http://monkey.org/~provos/libevent/. It allows to execute a function whenever a given event on a filehandle happens, a timeout occurs or a signal is received
|
This module is a Perl wrapper around libevent as available from http://monkey.org/~provos/libevent/. It allows to execute a function whenever a given event on a filehandle happens, a timeout occurs or a signal is received
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Event-Lib-%{version}
|
%setup -q -n Event-Lib-%{version}
|
||||||
%patch0 -p1
|
%patch 0 -p1
|
||||||
%patch1 -p1
|
%patch 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
@ -49,6 +49,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
|||||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -f .packlist
|
rm -f .packlist
|
||||||
@ -57,6 +59,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.03-6mamba
|
||||||
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
* Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.03-5mamba
|
* Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.03-5mamba
|
||||||
- rebuilt with patch against libevent 2.1
|
- rebuilt with patch against libevent 2.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user