commit a97d30e1198e977ab08b2e0af85fd78fb95ebb6f Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Aug 13 17:36:03 2012 +0200 Specify all dependencies perl-Net-SSLeay.spec | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) --- diff --git a/perl-Net-SSLeay.spec b/perl-Net-SSLeay.spec index 3f3afca..8731cd8 100644 --- a/perl-Net-SSLeay.spec +++ b/perl-Net-SSLeay.spec @@ -1,6 +1,6 @@ Name: perl-Net-SSLeay Version: 1.48 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl extension for using OpenSSL Group: Development/Libraries License: OpenSSL @@ -10,8 +10,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildRequires: openssl, openssl-devel BuildRequires: perl(AutoLoader) BuildRequires: perl(Carp) +BuildRequires: perl(Cwd) BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Path) +BuildRequires: perl(File::Spec) +BuildRequires: perl(IO::Handle) +BuildRequires: perl(lib) BuildRequires: perl(MIME::Base64) BuildRequires: perl(Socket) BuildRequires: perl(Test::Exception) @@ -20,11 +25,14 @@ BuildRequires: perl(Test::Exception) %if 0%{!?perl_bootstrap:1} && 0%{?rhel} < 7 BuildRequires: perl(Test::Kwalitee) %endif +BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Warn) +BuildRequires: perl(threads) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(MIME::Base64) # Don't "provide" private Perl libs or the redundant unversioned perl(Net::SSLeay) provide %global __provides_exclude ^(perl\\(Net::SSLeay\\)$|SSLeay\\.so) @@ -79,6 +87,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Net::SSLeay::Handle.3pm* %changelog +* Mon Aug 13 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 1.48-5 +- Specify all dependencies + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.48-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel