epel9
Petr Písař 10 years ago
parent ed9891689a
commit 9d644122b0

1
.gitignore vendored

@ -0,0 +1 @@
/Crypt-URandom-0.34.tar.gz

@ -0,0 +1,55 @@
Name: perl-Crypt-URandom
Version: 0.34
Release: 1%{?dist}
Summary: Non-blocking randomness for Perl
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Crypt-URandom/
Source0: http://www.cpan.org/authors/id/D/DD/DDICK/Crypt-URandom-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(English)
BuildRequires: perl(Exporter)
BuildRequires: perl(FileHandle)
# Win32 not used
# Win32::API not used
# Win32::API::Type not used
# Tests:
BuildRequires: perl(Test::More)
# Optional tests:
BuildRequires: perl(Encode)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(FileHandle)
%description
This Module is intended to provide an interface to the strongest available
source of non-blocking randomness on the current platform.
%prep
%setup -q -n Crypt-URandom-%{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 README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Fri Oct 10 2014 Petr Pisar <ppisar@redhat.com> 0.34-1
- Specfile autogenerated by cpanspec 1.78.

@ -0,0 +1 @@
d8f1bed6d188a1e1898a14c55db7617c Crypt-URandom-0.34.tar.gz
Loading…
Cancel
Save