Package perl-Crypt-RC5: Specfile

#
#   - Crypt::RC5 -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       Crypt::RC5
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Crypt-RC5
%define m_distro Crypt-RC5
%define m_name Crypt::RC5
%define m_author_id unknown
%define _enable_test 1

Name: perl-Crypt-RC5
Version: 2.00
Release: alt1.1

Summary: Perl implementation of the RC5 encryption algorithm

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Timur Batyrshin <erthad@altlinux.org>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/S/SI/SIFUKURT/%m_distro-%version.tar.gz

# Automatically added by buildreq on Mon Oct 06 2008
BuildRequires: perl-devel

%description
RC5 is a fast block cipher designed by Ronald Rivest for RSA Data Security (now RSA Security) in 1994. It is a parameterized algorithm with a variable block size, a variable key size, and a variable number of rounds. This particular implementation is 32 bit. As such, it is suggested that a minimum of 12 rounds be performed.

Core logic based on "RC5 in 6 lines of perl" at http://www.cypherspace.org

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/Crypt/

%changelog
* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 2.00-alt1.1
- repair after perl 5.12 upgrade using girar-nmu

* Mon Oct 06 2008 Timur Batyrshin <erthad@altlinux.org> 2.00-alt1
- first build for ALT Linux Sisyphus