Package perl-Crypt-DES_EDE3: Specfile

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

%define module Crypt-DES_EDE3
%define m_distro Crypt-DES_EDE3
%define m_name Crypt-DES_EDE3
%define m_author_id unknown
%define _enable_test 1

Name: perl-Crypt-DES_EDE3
Version: 0.01
Release: alt2.1

Summary: Crypt-DES_EDE3 - Triple-DES EDE encryption/decryption

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

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/B/BT/BTROTT/%m_distro-%version.tar.bz2

# Automatically added by buildreq on Sat Aug 27 2005
BuildRequires: perl-Crypt-DES perl-devel

%description
*Crypt::DES_EDE3* implements DES-EDE3 encryption. This is triple-DES
encryption where an encrypt operation is encrypt-decrypt-encrypt, and
decrypt is decrypt-encrypt-decrypt. This implementation uses *Crypt::DES*
to do its dirty DES work, and simply provides a wrapper around that
module: setting up the individual DES ciphers, initializing the keys,
and performing the encryption/decryption steps.

DES-EDE3 encryption requires a key size of 24 bytes.

You're probably best off not using this module directly, as the *encrypt*
and *decrypt* methods expect 8-octet blocks. You might want to use the
module in conjunction with *Crypt::CBC*, for example. This would be
DES-EDE3-CBC, or triple-DES in outer CBC mode.

%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> 0.01-alt2.1
- repair after perl 5.12 upgrade using girar-nmu

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 0.01-alt2
- fix directory ownership violation

* Sat Aug 27 2005 Vitaly Lipatov <lav@altlinux.ru> 0.01-alt1
- first build for ALT Linux Sisyphus