Name: perl-MD5 Version: 2.03 Release: 1%{?dist} Summary: Perl interface to the MD5 Message-Digest Algorithm License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MD5/ Source0: http://www.cpan.org/modules/by-module/MD5/MD5-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module (MD5.pm) is just a thin wrapper around the Digest::MD5 module. It is provided so that legacy code that rely on the old interface continue to work with the speed benefit of the new module. %prep %setup -q -n MD5-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Oct 25 2006 Andreas Thienemann 2.03-1 - Specfile autogenerated by cpanspec 1.69.