]> git.pld-linux.org Git - packages/perl-IPC-SharedCache.git/blob - perl-IPC-SharedCache.spec
- fixed perl-Carp BR
[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:        3
9 License:        GPL
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  4d5d159a6b41d42918b7c1fceafb43ae
13 BuildRequires:  perl-devel >= 5.005
14 BuildRequires:  perl-Carp-Assert
15 BuildRequires:  perl-IPC-ShareLite >= 0.06
16 BuildRequires:  perl-IPC-SysV
17 BuildRequires:  perl-Storable
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This module provides a shared memory cache accessed as a tied hash.
24
25 %description -l pl
26 Ten modu³ udostêpnia cache pamiêci dzielonej, dostêpny jako
27 dowi±zany hash.
28
29 %prep
30 %setup -q -n %{pdir}-%{pnam}-%{version}
31
32 %build
33 %{__perl} Makefile.PL \
34         INSTALLDIRS=vendor
35 %{__make}
36 %{__make} test
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc Changes ANNOUNCE
50 %{perl_vendorlib}/%{pdir}/%{pnam}.pm
51 %{_mandir}/man3/*.3pm*
This page took 0.061947 seconds and 4 git commands to generate.