# # spec file for perl-Digest-SHA2 # Name: perl-Digest-SHA2 Summary: Digest-SHA2 Perl module Version: 1.1.1 Release: 1 Group: Development/Libraries License: GPL Source: %{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-root %description SHA-2 is the collective name of one-way hash functions developed by the NIST. SHA-256, SHA-384, and SHA-512 pertains to hashes whose outputs are 256 bits, 384 bits and 512 bits, respectively. This Perl implementation is meant to be a replacement for the older SHA256 by Rafael R. Sevilla. His module has a bug in the SHA-256 implementation. %prep %setup %build echo do noting %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %files %defattr(-, root, root) %doc README /usr/lib/perl5/5.8.6/i386-linux-thread-multi/* /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi/* /usr/share/man/man3/* %changelog * Mon Feb 11 2008 USUDA Hisashi 1.1.1-1 - initial version.