]> git.pld-linux.org Git - packages/perl-IPC-SharedCache.git/blob - perl-IPC-SharedCache.spec
36c524cbfe42ba9d24a66832f79c05c971cabdd0
[packages/perl-IPC-SharedCache.git] / perl-IPC-SharedCache.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    IPC
3 %define pnam    SharedCache
4 Summary:        %{pdir}::%{pnam} perl module
5 Summary(pl):    Modu³ perla %{pdir}::%{pnam}
6 Name:           perl-%{pdir}-%{pnam}
7 Version:        1.3
8 Release:        1
9 License:        GPL
10 Group:          Development/Languages/Perl
11 Source0:        ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.005
14 BuildRequires:  perl(IPC::ShareLite) >= 0.06 perl(Storable) perl(Carp) perl(IPC::SysV)
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18
19 %description
20 This module provides a shared memory cache accessed as a tied hash.
21
22 %description -l pl
23 Ten modu³ udostêpnia cache pamiêci dzielonej, dostêpny jako
24 dowi±zany hash.
25
26
27 %prep
28 %setup -q -n %{pdir}-%{pnam}-%{version}
29
30 %build
31 perl Makefile.PL
32 %{__make}
33 %{__make} test
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc Changes ANNOUNCE
47 %{perl_sitelib}/%{pdir}/%{pnam}.pm
48 %{_mandir}/man3/*.3pm.gz
This page took 0.061204 seconds and 2 git commands to generate.