Package perl-Heap: Specfile

#
#   - 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@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
* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 0.80-alt2.1
- repair after perl 5.12 upgrade using girar-nmu

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 0.80-alt2
- fix directory ownership violation

* Thu Jan 03 2008 Vitaly Lipatov <lav@altlinux.ru> 0.80-alt1
- new version 0.80 (with rpmrb script)

* Mon Jun 06 2005 Vitaly Lipatov <lav@altlinux.ru> 0.71-alt1
- first build for ALT Linux Sisyphus