Package perl-Crypt-OpenSSL-DSA: Specfile

%define module Crypt-OpenSSL-DSA

Name: perl-%module
Version: 0.13
Release: alt1.1

Summary: Digital Signature Algorithm using OpenSSL 
License: Perl
Group: Development/Perl

URL: %CPAN %module
Source: http://www.cpan.org/modules/by-module/Crypt/%module-%version.tar.gz

# Automatically added by buildreq on Mon Oct 05 2009
BuildRequires: libssl-devel openssl perl-Digest-SHA1 perl-devel

%description
Crypt::OpenSSL::DSA implements the DSA (Digital Signature Algorithm) signature
verification system.

It is a thin XS wrapper to the DSA functions contained in the OpenSSL crypto
library, located at http://www.openssl.org

%prep
%setup -n %module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_archlib/Crypt/OpenSSL
%perl_vendor_autolib/Crypt/OpenSSL

%changelog
* Sun Nov 07 2010 Vladimir Lettiev <crux@altlinux.ru> 0.13-alt1.1
- rebuilt with perl 5.12

* Mon Oct 05 2009 Victor Forsyuk <force@altlinux.org> 0.13-alt1
- Initial build.