Name: perl-Digest-Bcrypt Version: 1.0.1 Release: 1%{?dist} Summary: Perl interface to the bcrypt digest algorithm License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Digest-Bcrypt/ Source0: http://www.cpan.org/modules/by-module/Digest/Digest-Bcrypt-%{version}.tar.gz BuildArch: noarch BuildRequires: perl >= 0:5.006 BuildRequires: perl(bytes) BuildRequires: perl(Carp) BuildRequires: perl(Crypt::Eksblowfish::Bcrypt) BuildRequires: perl(Digest) BuildRequires: perl(Digest::base) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(parent) BuildRequires: perl(strict) BuildRequires: perl(Test::More) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Provides an interface to the bcrypt digest algorithm. This module subclasses Digest::base and can be used either directly or through the Digest meta-module. Using the latter is recommended. It is mostly a wrapper around Crypt::Eksblowfish::Bcrypt. %prep %setup -q -n Digest-Bcrypt-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc CHANGES LICENSE README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Apr 18 2014 David Dick - 1.0.1-1 - Initial release