Package perl-Cache-Cache: Specfile

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

%define module Cache-Cache
%define m_distro Cache-Cache
%define m_name Cache::Cache
%define m_author_id DCLINTON
%define _disable_test 1

Name: perl-Cache-Cache
Version: 1.08
Release: alt1

Summary: Cache-Cache - - the Cache interface

License: GPL or Artistic
Group: Development/Perl
Url: http://search.cpan.org/~dclinton/Cache-Cache-1.04

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Cache-Cache-%{version}.tar.gz

# Automatically added by buildreq on Sat Jun 14 2008 (-bi)
BuildRequires: perl-Digest-SHA1 perl-Error perl-IPC-ShareLite perl-Log-Agent perl-Storable perl-devel

%description
The Cache modules are designed to assist a developer in persisting
data for a specified period of time.  Often these modules are used in
web applications to store data locally to save repeated and redundant
expensive calls to remote machines or databases.  People have also
been known to use Cache::Cache for its straightforward interface in
sharing data between runs of an application or invocations of a
CGI-style script or simply as an easy to use abstraction of the
filesystem or shared memory.

The Cache::Cache interface is implemented by classes that support the
get, set, remove, size, purge, and clear instance methods and their
corresponding static methods for persisting data across method calls.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README CREDITS CHANGES
%perl_vendor_privlib/Cache/

%changelog
* Mon Jan 26 2015 Igor Vlasenko <viy@altlinux.ru> 1.08-alt1
- automated CPAN update

* Tue Oct 07 2014 Igor Vlasenko <viy@altlinux.ru> 1.07-alt1
- automated CPAN update

* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 1.06-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Tue Jul 13 2010 Igor Vlasenko <viy@altlinux.ru> 1.06-alt1
- automated CPAN update

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

* Fri Jun 13 2008 Vitaly Lipatov <lav@altlinux.ru> 1.05-alt1
- new version 1.05 (with rpmrb script)
- update buildreq, disable test

* Sat Sep 24 2005 Vitaly Lipatov <lav@altlinux.ru> 1.04-alt2
- fix path in Source, fix Url, add some docs

* Thu Sep 01 2005 Vitaly Lipatov <lav@altlinux.ru> 1.04-alt1
- first build for ALT Linux Sisyphus