Changes of Revision 2
[-] | Changed | perl-Digest-SHA256.spec |
x 1
2 -Name: perl-Digest-SHA 3 -Version: 5.47 4 +Name: perl-Digest-SHA256 5 +Version: 0.01 6 Release: 1 7 License: GPL 8 Group: Development/Libraries/Perl 9 -Summary: Perl module Digest::SHA 10 +Summary: Perl module Digest::SHA256 11 URL: http://search.cpan.org/~mshelor/ 12 -Source0: Digest-SHA-%{version}.tar.gz 13 +Source0: SHA256-%{version}.tar.gz 14 BuildRoot: %{_tmppath}/%{name}-%{version}-build 15 BuildRequires: glibc-devel libgcc gcc gcc-c++ perl openssl-devel 16 17
18 %endif 19 20 %description 21 -Perl extension for SHA-1/224/256/384/512 22 +Perl extension module that implements the NIST SHA-256/384/512 hash. 23 24 %prep 25 -%setup -q -n Digest-SHA-%{version} 26 +%setup -q -n SHA256-%{version} 27 28 %build 29 CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}" 30
31 %{_mandir}/man3/Digest::SHA.3pm* 32 33 %changelog 34 -* Sat Jul 12 2008 Carsten Schoene <cs@linux-administrator.com> 35 -- initial build, needed by amavisd-new / DKIM. 36 +* Thu Apr 22 2010 Carsten Schoene <cs@linux-administrator.com> 37 +- initial build 38 |
||
Deleted | Digest-SHA-5.47.tar.gz ^ | |
Added | SHA256-0.01b.tar.gz ^ |