Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37562180
en ru br
ALT Linux repos
S:1.28-alt1
5.0: 1.11-alt1
4.1: 1.09-alt1
4.0: 1.09-alt1
3.0: 1.02-alt1

Group :: Development/Perl
RPM: perl-Event

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dist Event

Name: perl-%dist
Version: 1.09
Release: alt1

Summary: Event loop processing
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/modules/by-module/Event/Event-%version.tar.gz

# Automatically added by buildreq on Sat Jan 20 2007

BuildRequires: perl-devel

%description
The Event module provide a central facility to watch for various types
of events and invoke a callback when these events occur. The idea is to
delay the handling of events so that they may be dispatched in priority
order when it is safe for callbacks to execute.

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -f %buildroot/.perl.req

%files
%doc ChangeLog TODO

%perl_vendor_archlib/Event
%perl_vendor_archlib/Event.pm
%perl_vendor_archlib/Event.pod

%dir %perl_vendor_autolib/Event
%perl_vendor_autolib/Event/Event.so

%perl_vendor_man3dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin