Package perl-Linux-Smaps: Specfile

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

%define module Linux-Smaps
%define m_distro Linux-Smaps
%define m_name Linux::Smaps
%define m_author_id unknown
%define _disable_test 1

Name: perl-Linux-Smaps
Version: 0.09
Release: alt1

Summary: a Perl interface to /proc/PID/smaps

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Denis Baranov <baraka@altlinux.ru>

BuildArch: noarch
Source: %m_distro-%version.tar.gz

# Automatically added by buildreq on Thu Mar 10 2011
BuildRequires: perl-Class-Member perl-devel

%description
The /proc/PID/smaps files in modern linuxes provides very detailed information
about a processes memory consumption. It particularly includes a way to
estimate the effect of copy-on-write. This module implements a Perl
interface.

%prep
%setup -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/Linux/*

%changelog
* Thu Sep 22 2011 Igor Vlasenko <viy@altlinux.ru> 0.09-alt1
- automated CPAN update

* Thu Mar 10 2011 Denis Baranov <baraka@altlinux.ru> 0.06-alt1
- initial build for ALT Linux Sisyphus