Package perl-Tie-EncryptedHash: Specfile

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

%define module Tie-EncryptedHash
%define m_distro Tie-EncryptedHash
%define m_name Tie::EncryptedHash
%define m_author_id unknown
%define _disable_test 1

Name: perl-Tie-EncryptedHash
Version: 1.24
Release: alt1

Summary: Tie-EncryptedHash - Perl module

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/V/VI/VIPUL/%m_distro-%version.tar.gz

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

%description
Tie::EncryptedHash augments Perl hash semantics to build secure,
encrypting containers of data. Tie::EncryptedHash introduces special
hash fields that are coupled with encrypt/decrypt routines to encrypt
assignments at STORE() and decrypt retrievals at FETCH(). By design,
encrypting fields are associated with keys that begin in single
underscore. The remaining keyspace is used for accessing normal hash
fields, which are retained without modification.

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

%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%perl_vendor_privlib/Tie/*

%changelog
* Wed Oct 08 2008 Vitaly Lipatov <lav@altlinux.ru> 1.24-alt1
- new version 1.24 (with rpmrb script)
- fix directory ownership violation
- disable man packaging

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