]> git.pld-linux.org Git - packages/perl-Crypt-Twofish2.git/blame - perl-Crypt-Twofish2.spec
perl 5.38.0 rebuild
[packages/perl-Crypt-Twofish2.git] / perl-Crypt-Twofish2.spec
CommitLineData
4230dd63
JB
1#
2# Conditional build:
e511b52e 3%bcond_without tests # Do not perform "make test"
4#
b75422c5 5%define pdir Crypt
6%define pnam Twofish2
4230dd63 7Summary: Crypt::Twofish2 - Crypt::CBC compliant Twofish encryption Perl module
c76526d6 8Summary(pl.UTF-8): Crypt::Twofish2 - perlowy moduł szyfru Twofish zgodny z Crypt::CBC
4230dd63 9Name: perl-Crypt-Twofish2
6270dadf 10Version: 1.02
351409e4 11Release: 15
a159acbd 12License: GPL v2
4230dd63 13Group: Development/Languages/Perl
a159acbd 14Source0: http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
6270dadf 15# Source0-md5: 28efe17baac40c14914912bb3e5932b5
a159acbd 16URL: http://search.cpan.org/dist/Crypt-Twofish2/
4e902d54 17BuildRequires: perl-devel >= 1:5.8.0
afa71e10 18BuildRequires: rpm-perlprov >= 4.1-13
4230dd63
JB
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22This module implements the Twofish cipher in a less braindamaged
23(read: slow and ugly) way than the existing "Crypt::Twofish" module.
24Although it is "Crypt::CBC" compliant you usually gain nothing by
25using that module (except generality), since "Crypt::Twofish2" can
26work in either ECB or CBC mode.
27
c61a342b
JR
28%description -l pl.UTF-8
29Ten moduł jest implementacją szyfru Twofish w mniej debilny (powolny
30i paskudny) sposób niż moduł Crypt::Twofish. Pomimo tego, że jest
31zgodny z Crypt::CBC, nie ma potrzeby używania tamtego modułu, ponieważ
32Crypt::Twofish2 może działać zarówno w trybie ECB jak i CBC.
4230dd63
JB
33
34%prep
35%setup -q -n %{pdir}-%{pnam}-%{version}
36
37%build
afa71e10 38%{__perl} Makefile.PL \
623a95d5 39 INSTALLDIRS=vendor
01edc3fa 40%{__make} \
736b22c5 41 CC="%{__cc}" \
01edc3fa 42 OPTIMIZE="%{rpmcflags}"
e511b52e 43
44%{?with_tests:%{__make} test}
4230dd63
JB
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
57%doc Changes README
afa71e10 58%{perl_vendorarch}/Crypt/Twofish2.pm
59%dir %{perl_vendorarch}/auto/Crypt/Twofish2
afa71e10 60%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/Twofish2/*.so
4230dd63 61%{_mandir}/man3/*
This page took 0.107173 seconds and 4 git commands to generate.