Package perl-Crypt-Twofish: Specfile

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

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

Name: perl-Crypt-Twofish
Version: 2.12
Release: alt2

Summary: Crypt-Twofish - The Twofish Encryption Algorithm

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

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: http://search.cpan.org/CPAN/authors/id/A/AM/AMS/%m_distro-%version.tar.bz2

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

%description
Twofish is a 128-bit symmetric block cipher with a variable length (128,
192, or 256-bit) key, developed by Counterpane Labs. It is unpatented
and free for all uses, as described at
<URL:http://www.counterpane.com/twofish.html>;.

This module implements Twofish encryption. It supports the Crypt::CBC
interface, with the functions described below. It also provides an
interface that is call-compatible with Crypt::Twofish 1.0, but its use
in new code is strongly discouraged.

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_archlib/Crypt/
%perl_vendor_autolib/Crypt/
%perl_vendor_man3dir/*

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

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