]> git.pld-linux.org Git - packages/perl-MLDBM.git/blob - perl-MLDBM.spec
- ported to new bconds
[packages/perl-MLDBM.git] / perl-MLDBM.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    MLDBM
7 %define         pnam    MLDBM
8 Summary:        MLDBM - store multi-level hash structure in single level tied hash
9 Summary(pl):    MLDBM - przechowywanie wielopoziomowej structury haszy w jednopoziomowym haszu zwi±zanym
10 Name:           perl-MLDBM
11 Version:        2.01
12 Release:        2
13 License:        GPL
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
16 # Source0-md5:  99550ae2cffbc0bb3eb0358631077c10
17 BuildRequires:  rpm-perlprov >= 4.1-13
18 BuildRequires:  perl-devel >= 5.6
19 BuildRequires:  perl-FreezeThaw
20 BuildRequires:  perl-Storable
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 MLDBM Perl module can serve as a transparent interface to any TIEHASH
26 package that is required to store arbitrary perl data, including
27 nested references. Thus, this module can be used for storing
28 references and other arbitrary data within DBM databases.
29
30 %description
31 Modu³ Perla MLDBM mo¿e s³u¿yæ za przezroczysty interfejs do dowolnego
32 pakietu TIEHASH, od którego wymaga siê przechowywania dowolnych danych
33 perla, w³±cznie z zagnie¿d¿onymi referencjami. Zatem modu³ ten s³u¿y
34 do przychowywania referencji oraz innych dowolnych danych w bazach
35 DBM.
36
37 %prep
38 %setup -q -n %{pnam}-%{version}
39
40 %build
41 %{__perl} Makefile.PL \
42         INSTALLDIRS=vendor
43 %{__make}
44
45 %{?with_tests:%{__make} test}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc Changes README
58 %{perl_vendorlib}/MLDBM.pm
59 %{perl_vendorlib}/MLDBM
60 %{_mandir}/man3/*
This page took 0.84942 seconds and 4 git commands to generate.