From c8e2fa78d0d717b37eff8b8d50b1698c553c573d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 13 Jan 2015 18:11:24 +0100 Subject: [PATCH] Specify all dependencies --- perl-parent.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 - 1:0.228-311 +- Specify all dependencies + * Wed Sep 03 2014 Jitka Plesnikova - 1:0.228-310 - Increase release to favour standalone package