[perl-Package-Stash] Specify all dependendencies

Petr Pisar ppisar at fedoraproject.org
Tue Aug 14 13:43:04 UTC 2012


commit ef066b412ace28d06ae779a230fdb0012d9b4b0b
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Aug 14 15:42:07 2012 +0200

    Specify all dependendencies

 perl-Package-Stash.spec |   11 +++++++++--
 1 files 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 <ppisar at redhat.com> - 0.33-5
+- Specify all dependendencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.33-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list