Пакет perl-Sys-Mmap: Specfile

%define m_distro Sys-Mmap
Name: perl-%m_distro
Version: 0.14
Release: alt1
Summary: Perl module to use mmap to map in a file as a Perl variable
Group: Development/Perl
License: Artistic/GPL
Url: http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/Sys-Mmap-0.14.tar.gz
Source: %m_distro-%version.tar.gz
Packager: Alex Negulescu <alecs@altlinux.org>
BuildRequires: perl-devel

%description
perl-Sys-Mmap is a Perl module to use mmap to map in a file as a Perl variable.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%clean
%__rm -rf %buildroot

%files
%perl_vendor_archlib/Sys/*
%dir %perl_vendor_autolib/Sys/Mmap/*
%doc Artistic Changes Copying MANIFEST META.yml README

%changelog
* Thu Jan 13 2011 Alex Negulescu <alecs@altlinux.org> 0.14-alt1
- initial build