]> git.pld-linux.org Git - packages/perl-Tie-EncryptedHash.git/blame - perl-Tie-EncryptedHash.spec
- tabs in preamble
[packages/perl-Tie-EncryptedHash.git] / perl-Tie-EncryptedHash.spec
CommitLineData
1abade80 1#
670c6145 2# Conditional build:
3%bcond_without tests # do not perform "make test"
1abade80 4#
96f96c15 5%include /usr/lib/rpm/macros.perl
21a1b7b6 6%define pdir Tie
7%define pnam EncryptedHash
96f96c15 8Summary: Tie::EncryptedHash Perl module - hashes with encrypting fields
80ea8b5f 9Summary(pl.UTF-8): Moduł Perla Tie::EncryptedHash - hasze z kodowanymi polami
96f96c15
JB
10Name: perl-Tie-EncryptedHash
11Version: 1.21
53ee93eb 12Release: 3
96f96c15
JB
13License: Artistic
14Group: Development/Languages/Perl
56e5c4ab 15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
f132543d 16# Source0-md5: 5a85bd78c74ef52aeff6c70836f9d3bf
670c6145 17%if %{with tests}
96f96c15
JB
18BuildRequires: perl-Crypt-Blowfish
19BuildRequires: perl-Crypt-CBC
20BuildRequires: perl-Crypt-DES
670c6145 21%endif
d1f0b901 22BuildRequires: perl-devel >= 1:5.8.0
3c5b6af9 23BuildRequires: rpm-perlprov >= 4.1-13
96f96c15
JB
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
86e11c78
JR
31%description -l pl.UTF-8
32Moduł Tie::EncryptedHash rozszerza semantykę perlowych haszy, aby
33uzyskać bezpieczne, szyfrujące struktury do przechowywania danych.
96f96c15
JB
34
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
37
38%build
3c5b6af9 39%{__perl} Makefile.PL \
aa455251 40 INSTALLDIRS=vendor
96f96c15
JB
41%{__make}
42
670c6145 43%{?with_tests:%{__make} test}
44
96f96c15
JB
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
3c5b6af9 57%{perl_vendorlib}/Tie/EncryptedHash.pm
96f96c15 58%{_mandir}/man3/*
This page took 0.071093 seconds and 4 git commands to generate.