Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568183
en ru br
ALT Linux repos
S:14-alt1.2
5.0: 3-alt2

Group :: Development/Perl
RPM: perl-Devel-Mallinfo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

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

%define module Devel-Mallinfo
%define m_distro Devel-Mallinfo
%define m_name Devel::Mallinfo
%define m_author_id unknown
%define _enable_test 1

Name: perl-Devel-Mallinfo
Version: 3
Release: alt2

Summary: Get mallinfo() malloc memory stats

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

Packager: Mikhail Pokidko <pma at altlinux.org>

Source: http://search.cpan.org//CPAN/authors/id/K/KR/KRYDE/%m_distro-%version.tar.gz

# Automatically added by buildreq on Thu May 29 2008

BuildRequires: perl-Test-Pod

%description
"Devel::Mallinfo" is an interface to the C library "mallinfo" function
giving various totals for memory used by "malloc".  This is meant for
development, to give you an idea what your program and libraries are using
or not.

It should be noted "malloc" isn't the only way memory can be used.  Program
and library data and bss segments and the occasional direct "mmap" don't
show up in "mallinfo".  But normally almost all runtime space goes through
"malloc", so it's close to the total, and dynamic runtime usage is often
what you're interested in anyway.

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

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%exclude %perl_vendor_archlib
%perl_vendor_man3dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin