]> git.pld-linux.org Git - packages/perl-Crypt-Twofish.git/blame - perl-Crypt-Twofish.spec
- fix building 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
b81467da 12Release: 10
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
b81467da 17Patch0: no-dot-in-inc.patch
95902061 18URL: http://search.cpan.org/dist/Crypt-Twofish/
ab7ab360 19BuildRequires: perl-devel >= 1:5.8.0
db0ee5c8 20BuildRequires: rpm-perlprov >= 4.1-13
52378337
JB
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24This module implements Twofish encryption. It supports the Crypt::CBC
25interface. Twofish is a 128-bit symmetric block cipher with a variable
26length (128, 192, or 256-bit) key, developed by Counterpane Labs. It
27is unpatented and free for all uses, as described at
28<http://www.counterpane.com/twofish.html>.
29
c36476f4
JR
30%description -l pl.UTF-8
31Ten moduł jest implementacją szyfrowania Twofish. Obsługuje interfejs
52378337 32Crypt::CBC. Twofish jest 128-bitowym symetrycznym szyfrem blokowym ze
c36476f4
JR
33zmienną długością klucza (128, 192 lub 256 bitów), opracowanym przez
34Counterpane Labs. Nie jest opatentowany i można go swobodnie używać
35do dowolnych celów, zgodnie z opisem pod adresem
52378337
JB
36<http://www.counterpane.com/twofish.html>.
37
38%prep
39%setup -q -n %{pdir}-%{pnam}-%{version}
b81467da 40%patch0 -p1
52378337
JB
41
42%build
db0ee5c8 43%{__perl} Makefile.PL \
1f08eacd 44 INSTALLDIRS=vendor
e88ed8a8 45%{__make} \
b761ad5c 46 CC="%{__cc}" \
e88ed8a8 47 OPTIMIZE="%{rpmcflags}"
48
47fba187 49%{?with_tests:%{__make} test}
52378337
JB
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
62%doc Changes README
db0ee5c8 63%{perl_vendorarch}/Crypt/Twofish.pm
64%dir %{perl_vendorarch}/auto/Crypt/Twofish
db0ee5c8 65%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/Twofish/*.so
52378337 66%{_mandir}/man3/*
This page took 0.089936 seconds and 4 git commands to generate.