]> git.pld-linux.org Git - packages/perl-Cache-Cache.git/blame - perl-Cache-Cache.spec
- new %%doc and cosmetics
[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
8df16bb9 4Summary: Cache::Cache perl extension
5Summary(pl): Rozszerzenie perla: Cache::Cache
5ee564eb 6Name: perl-Cache-Cache
ffe7cd3c 7Version: 1.01
5ee564eb 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: perl >= 5.6.1
13BuildRequires: perl-Digest-MD5
14BuildRequires: perl-Error
5ee564eb 15BuildRequires: perl-IPC-ShareLite
16BuildRequires: perl-Storable
b8a758eb
JB
17BuildRequires: perl-modules
18BuildRequires: rpm-perlprov >= 3.0.3-16
5ee564eb 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