Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37526491
en ru br
ALT Linux repos
S:1.08-alt1
5.0: 1.05-alt2
4.1: 1.04-alt2
4.0: 1.04-alt2

Group :: Development/Perl
RPM: perl-Cache-Cache

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#
#   - 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.06
Release: alt1.1

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 at altlinux.ru>

BuildArch: noarch
Source: http://www.cpan.org/authors/id/J/JS/JSWARTZ/Cache-Cache-1.06.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

Full changelog you can see here

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