[perl-libintl] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Thu Oct 11 09:27:32 UTC 2012


commit 2b7a3393336df7a8b92be45edb8f3a54347a765f
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Oct 11 11:26:13 2012 +0200

    Specify all dependencies

 perl-libintl.spec |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/perl-libintl.spec b/perl-libintl.spec
index 3c05320..38766b4 100644
--- a/perl-libintl.spec
+++ b/perl-libintl.spec
@@ -10,6 +10,17 @@ BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Provides: perl-libintl-perl = %{version}-%{release}
 BuildRequires: perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires: perl(base)
+BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Encode)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(IO::Handle)
+# Tests:
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(Test::Harness)
 
 %{?perl_default_filter}
 
@@ -59,6 +70,7 @@ chmod -R u+w %{buildroot}/*
 * Thu Oct 11 2012 Petr Pisar <ppisar at redhat.com> - 1.20-9
 - Do not provide private library
 - Drop unneeded build-time dependencies
+- Specify all dependencies
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.20-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild



More information about the perl-devel mailing list