Package perl-Tie-Array-QueueExpire: Specfile

%define _unpackaged_files_terminate_build 1
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   For more information on cpan2rpm please visit: http://perl.arix.com/

%define module Tie-Array-QueueExpire
%define m_distro Tie-Array-QueueExpire
%define m_name Tie::Array::QueueExpire
%define m_author_id FDULAU
%define _disable_test 1

Name: perl-Tie-Array-QueueExpire
Version: 1.04
Release: alt1

Summary: %m_name - tie ARRAY over a TokyoCabinet::BDB database with expiration function

License: GPL
Group: Development/Perl
Url: http://search.cpan.org/dist/Tie-Array-QueueExpire/

Packager: Michael Bochkaryov <misha@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/F/FD/FDULAU/Tie-Array-QueueExpire-%{version}.tar.gz

# Automatically added by buildreq on Fri May 22 2009 (-bi)
BuildRequires: perl-Data-Serializer perl-TokyoCabinet perl-devel perl(DBI.pm) perl(DBD/SQLite.pm)

%description
Tie an ARRAY over a TokyCabinet Btree DB and allow to get or deleted expired data;

This module require Time::HiRes, TokyoCabinet (database and perl module.)

The normal ARRAY function present are

	push
	pop
	shift
 	exits
	scalar
	clear
	unshift  (but put data 1 second before the first entry)

The following function is not completely iplemented.

  splice

The following function are not implemented.

  extend
  store
  STORESIZE

The following function are specific of this module.

  LAST
  FIRST
  EXPIRE
  OPTIMIZE

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

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%perl_vendor_privlib/Tie/*
%doc Changelog README test.pl

%changelog
* Wed Apr 02 2014 Igor Vlasenko <viy@altlinux.ru> 1.04-alt1
- automated CPAN update

* Thu Jul 15 2010 Igor Vlasenko <viy@altlinux.ru> 1.01-alt1
- automated CPAN update

* Fri May 22 2009 Michael Bochkaryov <misha@altlinux.ru> 0.55-alt1
- initial build for ALT Linux Sisyphus