[perl-parent] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Tue Jan 13 17:12:06 UTC 2015


commit c8e2fa78d0d717b37eff8b8d50b1698c553c573d
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jan 13 18:11:24 2015 +0100

    Specify all dependencies

 perl-parent.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-parent.spec b/perl-parent.spec
index b367bac..12a87de 100644
--- a/perl-parent.spec
+++ b/perl-parent.spec
@@ -1,7 +1,7 @@
 Name:		perl-parent
 Epoch:		1
 Version:	0.228
-Release:	310%{?dist}
+Release:	311%{?dist}
 Summary:	Establish an ISA relationship with base classes at compile time
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -9,7 +9,12 @@ URL:		http://search.cpan.org/dist/parent/
 Source0:	http://search.cpan.org/CPAN/authors/id/C/CO/CORION/parent-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
+BuildRequires:	perl
 BuildRequires:	perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:	perl(strict)
+BuildRequires:	perl(vars)
+# Tests:
 BuildRequires:	perl(lib)
 BuildRequires:	perl(Test::More) >= 0.4
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -55,6 +60,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/parent.3pm*
 
 %changelog
+* Tue Jan 13 2015 Petr Pisar <ppisar at redhat.com> - 1:0.228-311
+- Specify all dependencies
+
 * Wed Sep 03 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1:0.228-310
 - Increase release to favour standalone package
 



More information about the perl-devel mailing list