]> git.pld-linux.org Git - packages/perl-Cache-Simple-TimedExpiry.git/blame - perl-Cache-Simple-TimedExpiry.spec
- new
[packages/perl-Cache-Simple-TimedExpiry.git] / perl-Cache-Simple-TimedExpiry.spec
CommitLineData
044ff7d5 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Cache
7%define pnam Simple-TimedExpiry
8Summary: Cache::Simple::TimedExpiry - cache for a period of time
9#Summary(pl):
10Name: perl-Cache-Simple-TimedExpiry
11Version: 0.22
12Release: 1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17# Source0-md5: 466b39d555af0ad1c0a1068b29be9447
18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Cache::Simple::TimedExpiry - cache for a period of time.
25
26# %description -l pl
27# TODO
28
29%prep
30%setup -q -n %{pdir}-%{pnam}-%{version}
31
32%build
33%{__perl} Makefile.PL \
34 INSTALLDIRS=vendor
35%{__make}
36
37%{?with_tests:%{__make} test}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%{perl_vendorlib}/Cache/Simple/*.pm
51%{_mandir}/man3/*
This page took 0.047276 seconds and 4 git commands to generate.