Package perl-IO-AIO-Util: Specfile

#
#   - IO-AIO-Util -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       IO::AIO::Util
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module IO-AIO-Util
%define m_distro IO-AIO-Util
%define m_name IO-AIO-Util
%define m_author_id GRAY
%define _enable_test 1

Name: perl-IO-AIO-Util
Version: 0.06
Release: alt2

Summary: aio_mkpath and aio_mktree functions missing from IO::AIO

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/IO-AIO-Util/

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/G/GR/GRAY/%m_distro-%version.tar.gz

# Automatically added by buildreq on Thu Nov 20 2008 (-ba)
BuildRequires: perl-IO-AIO perl-devel

%description
This module provides aio_mkpath and aio_mktree functions that are missing from "IO::AIO::Util".

%prep
%setup -q -n %m_distro-%version

%build
rm -f t/01_mkpath.t
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/IO*
%exclude %perl_vendor_man3dir/*
%doc Changes README 

%changelog
* Thu Nov 20 2008 Michael Bochkaryov <misha@altlinux.ru> 0.06-alt2
- fix directory ownership violation
- remove mkpath test

* Sat May 24 2008 Michael Bochkaryov <misha@altlinux.ru> 0.06-alt1
- first build for ALT Linux Sisyphus