Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 38a35b7f6460d14cd8ba3b1df8e2a253 > files > 2

perl-AnyEvent-2.51-alt1.1.src.rpm

%define module  AnyEvent
Name: perl-%module
Version: 2.51
Release: alt1.1

Summary: AnyEvent - provide framework for multiple event loops
License: GPL/Artistic
Group: Development/Perl

Url: http://search.cpan.org/dist/%module 
Source: %module-%version.tar

BuildRequires: perl-devel perl-Event

Requires: perl-Event

Packager: L.A. Kostis <lakostis@altlinux.org>

%description
AnyEvent provides an identical interface to multiple event loops. This allows
module authors to utilise an event loop without forcing module users to use the
same event loop (as only a single event loop can coexist peacefully at any one
time).

The interface itself is vaguely similar but not identical to the Event module.

%add_findreq_skiplist */AnyEvent/Impl/*.pm

%prep
%setup -q -n %module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README Changes
%dir %perl_vendor_privlib/%module
%perl_vendor_privlib/%{module}*

%changelog
* Sun Feb 18 2007 L.A. Kostis <lakostis@altlinux.ru> 2.51-alt1.1
- add missing dir.

* Fri Feb 16 2007 L.A. Kostis <lakostis@altlinux.ru> 2.51-alt1
- initial release.