require test::more for building
This commit is contained in:
parent
e9ea9cd182
commit
59534df084
@ -1,6 +1,6 @@
|
||||
Name: perl-Crypt-OpenSSL-Random
|
||||
Version: 0.10
|
||||
Release: 5%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Perl interface to OpenSSL for Random
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -13,6 +13,7 @@ BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
@ -54,6 +55,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 17 2015 Wes Hardaker <wjhns174@hardakers.net> - 0.10-2
|
||||
- build-req test::more
|
||||
|
||||
* Tue Feb 17 2015 Wes Hardaker <wjhns174@hardakers.net> - 0.10-1
|
||||
- Update to 0.10
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user