From cd7b74d4488bbbe7ab051464e7d21dc02fe69d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 16 Aug 2012 14:00:33 +0200 Subject: [PATCH] Specify all dependencies --- perl-PPIx-Regexp.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec index bbb808b..abbde97 100644 --- a/perl-PPIx-Regexp.spec +++ b/perl-PPIx-Regexp.spec @@ -1,6 +1,6 @@ Name: perl-PPIx-Regexp Version: 0.028 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Represent a regular expression of some sort License: GPL+ or Artistic Group: Development/Libraries @@ -16,10 +16,13 @@ BuildRequires: perl(YAML) BuildRequires: perl(constant) BuildRequires: perl(Exporter) BuildRequires: perl(List::MoreUtils) +BuildRequires: perl(List::Util) BuildRequires: perl(PPI::Document) >= 1.117 +BuildRequires: perl(Scalar::Util) BuildRequires: perl(Task::Weaken) # Tests: BuildRequires: perl(Test::More) >= 0.88 +# Text::CSV is never required Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(PPI::Document) >= 1.117 Requires: perl(Task::Weaken) @@ -54,6 +57,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Thu Aug 16 2012 Petr Pisar - 0.028-4 +- Specify all dependencies + * Fri Jul 20 2012 Fedora Release Engineering - 0.028-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild