]> git.pld-linux.org Git - packages/perl-Cache-Cache.git/blame - perl-Cache-Cache.spec
- s/ftp.perl.org/ftp.cpan.org/ in Source url.
[packages/perl-Cache-Cache.git] / perl-Cache-Cache.spec
CommitLineData
5ee564eb 1%include /usr/lib/rpm/macros.perl
2%define pdir Cache
3%define pnam Cache
4Summary: Cache-Cache perl extension
5Summary(pl): Rozszerzenie perla: Cache-Cache
6Name: perl-Cache-Cache
7Version: 0.99
8Release: 1
2c2bf8c6 9License: GPL or Artistic
5ee564eb 10Group: Development/Languages/Perl
97cbbb70 11Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
5ee564eb 12BuildRequires: rpm-perlprov >= 3.0.3-16
13BuildRequires: perl >= 5.6.1
14BuildRequires: perl-Digest-MD5
15BuildRequires: perl-Error
16BuildRequires: perl-modules
17BuildRequires: perl-IPC-ShareLite
18BuildRequires: perl-Storable
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22The Cache modules are designed to assist a developer in persisting
2c2bf8c6 23data for a specified period of time. Often these modules are used
5ee564eb 24in web applications to store data locally to save repeated and
2c2bf8c6 25redundant expensive calls to remote machines or databases. People
5ee564eb 26have also been known to use Cache::Cache for its straightforward
27interface in sharing data between runs of an application or
28invocations of a CGI-style script or simply as an easy to use
29abstraction of the filesystem or shared memory.
30
2c2bf8c6
JB
31%description -l pl
32