[perl-File-RsyncP] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Mon Jun 11 14:30:31 UTC 2012


commit c6be24a6eec23216b197f127c19aeec7fc2cc2c5
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jun 11 16:30:21 2012 +0200

    Specify all dependencies

 perl-File-RsyncP.spec |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/perl-File-RsyncP.spec b/perl-File-RsyncP.spec
index 2ab094b..811a378 100644
--- a/perl-File-RsyncP.spec
+++ b/perl-File-RsyncP.spec
@@ -10,6 +10,15 @@ Source0:    http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-%{v
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires: %{_bindir}/iconv
 BuildRequires: perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires: perl(AutoLoader)
+BuildRequires: perl(constant)
+BuildRequires: perl(Data::Dumper)
+BuildRequires: perl(DynaLoader)
+BuildRequires: perl(Encode)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(File::Path)
+BuildRequires: perl(Socket)
 
 %description
 File::RsyncP is a perl implementation of an Rsync client. It is compatible with
@@ -44,6 +53,7 @@ make test
 %changelog
 * Mon Jun 11 2012 Petr Pisar <ppisar at redhat.com> - 0.70-5
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.70-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list