]> git.pld-linux.org Git - packages/perl-Crypt-Twofish.git/blame - perl-Crypt-Twofish.spec
- rebuild with perl 5.26
[packages/perl-Crypt-Twofish.git] / perl-Crypt-Twofish.spec
CommitLineData
52378337
JB
1#
2# Conditional build:
47fba187 3%bcond_without tests # Do not perform "make test"
4#
52378337 5%include /usr/lib/rpm/macros.perl
04da72d7 6%define pdir Crypt
7%define pnam Twofish
52378337 8Summary: Crypt::Twofish Perl module - the Twofish encryption algorithm
75fd8ce1 9Summary(pl.UTF-8): Moduł Perla Crypt::Twofish - algorytm szyfrowania Twofish
52378337 10Name: perl-Crypt-Twofish
eea28256 11Version: 2.14
4cbcfd3c 12Release: 8
52378337
JB
13License: Artistic
14Group: Development/Languages/Perl
95902061 15Source0: http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
eea28256 16# Source0-md5: 295c059d18f9a46dd14bd765fc465318
95902061 17URL: http://search.cpan.org/dist/Crypt-Twofish/
ab7ab360 18BuildRequires: perl-devel >= 1:5.8.0
db0ee5c8 19BuildRequires: rpm-perlprov >= 4.1-13
52378337
JB
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23This module implements Twofish encryption. It supports the Crypt::CBC
24interface. Twofish is a 128-bit symmetric block cipher with a variable
25length (128, 192, or 256-bit) key, developed by Counterpane Labs. It
26is unpatented and free for all uses, as described at
27<http://www.counterpane.com/twofish.html>.
28
c36476f4
JR
29%description -l pl.UTF-8
30Ten moduł jest implementacją szyfrowania Twofish. Obsługuje interfejs
52378337 31Crypt::CBC. Twofish jest 128-bitowym symetrycznym szyfrem blokowym ze
c36476f4
JR
32zmienną długością klucza (128, 192 lub 256 bitów), opracowanym przez
33Counterpane Labs. Nie jest opatentowany i można go swobodnie używać
34do dowolnych celów, zgodnie z opisem pod adresem
52378337
JB
35<http://www.counterpane.com/twofish.html>.
36
37%prep
38%setup -q -n %{pdir}-%{pnam}-%{version}
39
40%build
db0ee5c8 41%{__perl} Makefile.PL \
1f08eacd 42 INSTALLDIRS=vendor
e88ed8a8 43%{__make} \
b761ad5c 44 CC="%{__cc}" \
e88ed8a8 45 OPTIMIZE="%{rpmcflags}"
46
47fba187 47%{?with_tests:%{__make} test}
52378337
JB
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc Changes README
db0ee5c8 61%{perl_vendorarch}/Crypt/Twofish.pm
62%dir %{perl_vendorarch}/auto/Crypt/Twofish
db0ee5c8 63%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/Twofish/*.so
52378337 64%{_mandir}/man3/*
This page took 0.0981880000000001 seconds and 4 git commands to generate.