Package perl-Crypt-Blowfish_PP: Specfile

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

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

Name: perl-Crypt-Blowfish_PP
Version: 1.12
Release: alt2.1

Summary: Blowfish encryption algorithm implemented purely in Perl

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/M/MA/MATTBM/%m_distro-%version.tar.bz2

# Automatically added by buildreq on Tue Jun 17 2008
BuildRequires: perl-devel

%description
The Crypt::Blowfish_PP module provides for users to use the Blowfish encryption
algorithm in perl. The implementation is entirely Object Oriented, as there is
quite a lot of context inherent in making blowfish as fast as it is. The key is
anywhere between 64 and 448 bits (8 and 56 bytes), and should be passed as a
packed string. The transformation itself is a 16-round Feistel Network, and
operates on a 64 bit block.

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

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

* Tue Jun 17 2008 Vitaly Lipatov <lav@altlinux.ru> 1.12-alt1
- initial build for ALT Linux Sisyphus