]> git.pld-linux.org Git - packages/perl-Tie-EncryptedHash.git/blame - perl-Tie-EncryptedHash.spec
- drop obsolete and outdated manual inclusion of rpm macros
[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"
575562ef 4
21a1b7b6 5%define pdir Tie
6%define pnam EncryptedHash
96f96c15 7Summary: Tie::EncryptedHash Perl module - hashes with encrypting fields
80ea8b5f 8Summary(pl.UTF-8): Moduł Perla Tie::EncryptedHash - hasze z kodowanymi polami
96f96c15 9Name: perl-Tie-EncryptedHash
182f78bf 10Version: 1.24
11Release: 1
96f96c15
JB
12License: Artistic
13Group: Development/Languages/Perl
56e5c4ab 14Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
182f78bf 15# Source0-md5: da2bd8aa366c6454b168b72f2635491e
575562ef 16URL: http://search.cpan.org/dist/Tie-EncryptedHash/
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.13866 seconds and 4 git commands to generate.