%perl_module Crypt-DES 2.03 7 Summary: DES encryption module. Group: Development/Libraries License: distributable URL: http://search.cpan.org/author/DPARIS/%{pkgname}-%{version}/ Source0: http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/%{pkgname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root BuildRequires: perl >= 0:5.00503 BuildRequires: perl-Digest-HMAC %description This module implements the Crypt::CBC interface. %prep %setup -q -n %{pkgname}-%{version} %build %perl_configure make %perl_makecheck %install rm -rf %{buildroot} %perl_makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorarch}/Crypt/DES.pm %{perl_vendorarch}/auto/Crypt/DES %{perl_man3dir}/Crypt::DES*.3pm* %changelog * Tue Apr 8 2003 Axel Thimm - Adapted to new macros. * Tue Oct 15 2002 root - initial packaging based on perl-Net-DNS by Chip Turner