]> git.pld-linux.org Git - packages/perl-Tie-EncryptedHash.git/blame_incremental - perl-Tie-EncryptedHash.spec
- tabs in preamble
[packages/perl-Tie-EncryptedHash.git] / perl-Tie-EncryptedHash.spec
... / ...
CommitLineData
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Tie
7%define pnam EncryptedHash
8Summary: Tie::EncryptedHash Perl module - hashes with encrypting fields
9Summary(pl.UTF-8): Moduł Perla Tie::EncryptedHash - hasze z kodowanymi polami
10Name: perl-Tie-EncryptedHash
11Version: 1.21
12Release: 3
13License: Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16# Source0-md5: 5a85bd78c74ef52aeff6c70836f9d3bf
17%if %{with tests}
18BuildRequires: perl-Crypt-Blowfish
19BuildRequires: perl-Crypt-CBC
20BuildRequires: perl-Crypt-DES
21%endif
22BuildRequires: perl-devel >= 1:5.8.0
23BuildRequires: rpm-perlprov >= 4.1-13
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28Tie::EncryptedHash augments Perl hash semantics to build secure,
29encrypting containers of data.
30
31%description -l pl.UTF-8
32Moduł Tie::EncryptedHash rozszerza semantykę perlowych haszy, aby
33uzyskać bezpieczne, szyfrujące struktury do przechowywania danych.
34
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
37
38%build
39%{__perl} Makefile.PL \
40 INSTALLDIRS=vendor
41%{__make}
42
43%{?with_tests:%{__make} test}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc Changes README.html
57%{perl_vendorlib}/Tie/EncryptedHash.pm
58%{_mandir}/man3/*
This page took 0.05421 seconds and 4 git commands to generate.