From ef066b412ace28d06ae779a230fdb0012d9b4b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 14 Aug 2012 15:42:07 +0200 Subject: [PATCH] Specify all dependendencies --- perl-Package-Stash.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index a1237e6..dfd307d 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -6,7 +6,7 @@ Name: perl-Package-Stash Version: 0.33 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Routines for manipulating stashes Group: Development/Libraries License: GPL+ or Artistic @@ -19,12 +19,16 @@ Patch3: Package-Stash-0.32-no-Test::LeakTrace.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch BuildRequires: perl(Carp) +BuildRequires: perl(constant) BuildRequires: perl(Dist::CheckConflicts) >= 0.02 BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Scalar::Util) +BuildRequires: perl(File::Spec) +BuildRequires: perl(File::Temp) +BuildRequires: perl(lib) BuildRequires: perl(Package::DeprecationManager) BuildRequires: perl(Package::Stash::XS) >= 0.24 BuildRequires: perl(Pod::Coverage::TrustPod) +BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::EOL) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) @@ -100,6 +104,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Package::Stash::PP.3pm* %changelog +* Tue Aug 14 2012 Petr Pisar - 0.33-5 +- Specify all dependendencies + * Fri Jul 20 2012 Fedora Release Engineering - 0.33-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild