Package perl-Digest-MD4: Specfile

%define module Digest-MD4

Name: perl-%module
Version: 1.9
Release: alt4

Summary: Perl interface to the MD4 Algorithm
License: Perl
Group: Development/Perl

Url: %CPAN %module
Source: http://www.cpan.org/authors/id/M/MI/MIKEM/DigestMD4/Digest-MD4-%{version}.tar.gz

# Automatically added by buildreq on Sat Oct 08 2011
BuildRequires: %{perl_libdb_pkgname}-devel libgdbm-devel perl-devel

%description
The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4
Message Digest algorithm from within Perl programs. The algorithm takes
as input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.

%prep
%setup -n %module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_archlib/Digest
%perl_vendor_autolib/Digest

%changelog
* Thu Dec 05 2019 Igor Vlasenko <viy@altlinux.ru> 1.9-alt4
- rebuild for BR: cleanup

* Tue Dec 03 2019 Igor Vlasenko <viy@altlinux.ru> 1.9-alt3
- migration to libdb4.8

* Thu Jan 24 2019 Igor Vlasenko <viy@altlinux.ru> 1.9-alt2.2
- rebuild with new perl 5.28.1

* Fri Dec 15 2017 Igor Vlasenko <viy@altlinux.ru> 1.9-alt2.1.1.1.1
- rebuild with new perl 5.26.1

* Fri Feb 03 2017 Igor Vlasenko <viy@altlinux.ru> 1.9-alt2.1.1.1
- rebuild with new perl 5.24.1

* Wed Nov 25 2015 Igor Vlasenko <viy@altlinux.ru> 1.9-alt2.1.1
- rebuild with new perl 5.22.0

* Tue Dec 09 2014 Igor Vlasenko <viy@altlinux.ru> 1.9-alt2.1
- rebuild with new perl 5.20.1

* Wed Aug 28 2013 Vladimir Lettiev <crux@altlinux.ru> 1.9-alt2
- built for perl 5.18

* Wed Jul 24 2013 Igor Vlasenko <viy@altlinux.ru> 1.9-alt1
- automated CPAN update

* Fri Aug 31 2012 Vladimir Lettiev <crux@altlinux.ru> 1.5-alt2
- rebuilt for perl-5.16

* Sat Oct 08 2011 Alexey Tourbin <at@altlinux.ru> 1.5-alt1.2
- rebuilt for perl-5.14

* Sat Nov 06 2010 Vladimir Lettiev <crux@altlinux.ru> 1.5-alt1.1
- rebuilt with perl 5.12

* Wed Oct 10 2007 Victor Forsyuk <force@altlinux.org> 1.5-alt1
- Initial build.