]> git.pld-linux.org Git - packages/perl-Cache-Simple-TimedExpiry.git/blame - perl-Cache-Simple-TimedExpiry.spec
use generic url
[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"
aab51307 4
044ff7d5 5%define pdir Cache
6%define pnam Simple-TimedExpiry
aab51307 7%include /usr/lib/rpm/macros.perl
044ff7d5 8Summary: Cache::Simple::TimedExpiry - cache for a period of time
e63c7b80 9Summary(pl.UTF-8): Cache::Simple::TimedExpiry - buforowanie na określony czas
044ff7d5 10Name: perl-Cache-Simple-TimedExpiry
a9ddc916 11Version: 0.27
044ff7d5 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
a9ddc916 17# Source0-md5: 4ef124ab7776f3c257b9ffbed917e67a
aab51307 18URL: http://search.cpan.org/dist/Cache-Simple-TimedExpiry/
044ff7d5 19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Cache::Simple::TimedExpiry - cache for a period of time.
26
bf1c67ce
JR
27%description -l pl.UTF-8
28Cache::Simple::TimedExpiry - buforowanie na określony czas.
044ff7d5 29
30%prep
31%setup -q -n %{pdir}-%{pnam}-%{version}
32
33%build
34%{__perl} Makefile.PL \
35 INSTALLDIRS=vendor
36%{__make}
37
38%{?with_tests:%{__make} test}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
81aef6b7 51%dir %{perl_vendorlib}/Cache/Simple
044ff7d5 52%{perl_vendorlib}/Cache/Simple/*.pm
53%{_mandir}/man3/*
This page took 0.122159 seconds and 4 git commands to generate.