From 86c4fb10054785d08aaf676428f589a6e1214800 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Fri, 7 May 2010 12:06:15 +0000 Subject: [PATCH] - Add BR: perl(version) (Fix perl-5.12.x build breakdown). - Add BR: perl(Test::Pod). --- perl-Text-Reform.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/perl-Text-Reform.spec b/perl-Text-Reform.spec index feb6af3..5725f70 100644 --- a/perl-Text-Reform.spec +++ b/perl-Text-Reform.spec @@ -1,6 +1,6 @@ Name: perl-Text-Reform Version: 1.12.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Manual text wrapping and reformatting License: GPL+ or Artistic Group: Development/Libraries @@ -9,6 +9,9 @@ Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Reform-v%{versi BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More) +BuildRequires: perl(version) +BuildRequires: perl(Test::Pod) >= 1.14 + Requires: perl(TeX::Hyphen) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -49,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri May 07 2010 Ralf Corsépius - 1.12.2-10 +- Add BR: perl(version) (Fix perl-5.12.x build breakdown). +- Add BR: perl(Test::Pod). + * Fri May 07 2010 Marcela Maslanova - 1.12.2-9 - Mass rebuild with perl-5.12.0