]> git.pld-linux.org Git - packages/perl-Cache-Cache.git/blame - perl-Cache-Cache.spec
- spaces -> tab
[packages/perl-Cache-Cache.git] / perl-Cache-Cache.spec
CommitLineData
aaff9331 1#
2# Conditional build:
3# _without_tests - do not perform "make test"
4#
5ee564eb 5%include /usr/lib/rpm/macros.perl
aaff9331 6%define pdir Cache
7%define pnam Cache
8df16bb9 8Summary: Cache::Cache perl extension
9Summary(pl): Rozszerzenie perla: Cache::Cache
5ee564eb 10Name: perl-Cache-Cache
cd8bdcea 11Version: 1.02
12Release: 1
ad998aa4 13License: GPL/Artistic
5ee564eb 14Group: Development/Languages/Perl
1639a0df 15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
cd8bdcea 16# Source0-md5: 9dfff47f2317a59a15546a972b2a67ba
a42ee4f4 17URL: http://perl-cache.sourceforge.net/
8b7ce139 18BuildRequires: perl-devel >= 5.6.1
a42ee4f4 19%if %{?_without_tests:0}%{!?_without_tests:1}
7e62662a
JB
20BuildRequires: perl-Digest-SHA1 >= 2.01
21BuildRequires: perl-Error >= 0.15
a42ee4f4 22BuildRequires: perl(File::Spec) >= 0.82
7e62662a
JB
23BuildRequires: perl-IPC-ShareLite >= 0.08
24BuildRequires: perl-Storable >= 1.014
a42ee4f4 25%endif
4512e11c 26BuildRequires: rpm-perlprov >= 4.1-13
7e62662a 27BuildArch: noarch
5ee564eb 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31The Cache modules are designed to assist a developer in persisting
2c2bf8c6 32data for a specified period of time. Often these modules are used
5ee564eb 33in web applications to store data locally to save repeated and
2c2bf8c6 34redundant expensive calls to remote machines or databases. People
5ee564eb 35have also been known to use Cache::Cache for its straightforward
36interface in sharing data between runs of an application or
37invocations of a CGI-style script or simply as an easy to use
38abstraction of the filesystem or shared memory.
39
2c2bf8c6
JB
40%description -l pl
41