Package perl-Event-RPC: Specfile

%define dist Event-RPC
Name: perl-%dist
Version: 1.01
Release: alt3

Summary: Event based transparent Client/Server RPC framework
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: %dist-%version.tar.gz
Patch: perl-Event-RPC-ipv6.patch

BuildArch: noarch

# Automatically added by buildreq on Wed Apr 27 2011
BuildRequires: perl-Event perl-Glib perl-IO-Socket-SSL perl-devel

%description
Event::RPC supports you in developing Event based networking
client/server applications with transparent object/method access from
the client to the server. Network communication is optionally encrypted
using IO::Socket::SSL. Several event loop managers are supported due to
an extensible API. Currently Event and Glib are implemented.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Event

%changelog
* Wed Apr 27 2011 Alexey Tourbin <at@altlinux.ru> 1.01-alt3
- fixed unpackaged directory

* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 1.01-alt2.1
- repair after perl 5.12 upgrade using girar-nmu

* Tue Sep 01 2009 Ilya Mashkin <oddity@altlinux.ru> 1.01-alt2
- fix build, thanks to Alexey Tourbin

* Mon Oct 27 2008 Pavlov Konstantin <thresh@altlinux.ru> 1.01-alt1
- 1.01 release.
- Fix FTBFS with new perl.

* Tue Oct 24 2006 Pavlov Konstantin <thresh@altlinux.ru> 0.90-alt1
- 0.90 version.
- New packager.

* Tue Jan 03 2006 Vitaly Lipatov <lav@altlinux.ru> 0.88-alt1
- first build for ALT Linux Sisyphus