Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37596681
en ru br
ALT Linux repos
S:0.80-alt2.1
5.0: 0.80-alt2
4.1: 0.80-alt1
4.0: 0.71-alt1
3.0: 0.71-alt1

Group :: Development/Perl
RPM: perl-Heap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

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

%define module Heap
%define m_distro Heap
%define m_name Heap
%define m_author_id JMM
%define maketest 1

Name: perl-Heap
Version: 0.80
Release: alt2.1

Summary: Heap - Perl extensions for keeping data partially sorted

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/~jmm/Heap-%version/

Packager: Vitaly Lipatov <lav at altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org/CPAN/authors/id/J/JM/JMM/Heap-%version.tar.bz2

# Automatically added by buildreq on Mon Jun 06 2005

BuildRequires: perl-devel

%description
The Heap collection of modules provide routines that manage
a heap of elements.  A heap is a partially sorted structure
that is always able to easily extract the smallest of the
elements in the structure (or the largest if a reversed compare
routine is provided).

If the collection of elements is changing dynamically, the
heap has less overhead than keeping the collection fully
sorted.

The elements must be objects as described in "Heap::Elem"
and all elements inserted into one heap must be mutually
compatible - either the same class exactly or else classes that
differ only in ways unrelated to the Heap::Elem interface.

%prep
%setup -q -n %module-%version
chmod -R u+w %_builddir/%module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Heap/
%perl_vendor_privlib/Heap.pm

%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