]> git.pld-linux.org Git - packages/perl-Crypt-CAST5.git/blame - perl-Crypt-CAST5.spec
- new bcond fixes
[packages/perl-Crypt-CAST5.git] / perl-Crypt-CAST5.spec
CommitLineData
c8b770ce
JB
1#
2# Conditional build:
7c8248bd 3%bcond_without tests # Do not perform "make test"
c8b770ce
JB
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Crypt
7%define pnam CAST5
8Summary: Crypt::CAST5 - CAST5 block cipher implementation in C
9Summary(pl): Crypt::CAST5 - implementacja szyfru blokowego CAST5 w C
10Name: perl-Crypt-CAST5
05fb1d89 11Version: 0.04
c8b770ce 12Release: 1
5b00eb29 13# same as perl
c8b770ce
JB
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
05fb1d89 17# Source0-md5: 79806329ad2f39d31e6770a55a89e199
7c8248bd 18%{?with_tests:BuildRequires: perl-Test-Simple >= 0.47}
c8b770ce
JB
19BuildRequires: perl-devel >= 5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24This module provides an implementation of the CAST5 block cipher using
25compiled C code for increased speed. CAST5 is also known as CAST-128.
26It is a product of the CAST design procedure developed by C. Adams and
27S. Tavares.
28
29%description -l pl
30