From d7d6275ed886495a29795b2048e2a9a0b3214b10 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Sun, 30 Dec 2007 12:50:51 +0000 Subject: [PATCH] - BR: perl(Test::More). - BR: perl(Test::Pod), perl(Test::Pod::Coverage). - Adjust License-tag. --- perl-Test-Portability-Files.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/perl-Test-Portability-Files.spec b/perl-Test-Portability-Files.spec index 7f15fd6..b7cbc8f 100644 --- a/perl-Test-Portability-Files.spec +++ b/perl-Test-Portability-Files.spec @@ -1,8 +1,8 @@ Name: perl-Test-Portability-Files Version: 0.05 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Check file names portability -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Portability-Files/ Source0: http://www.cpan.org/authors/id/S/SA/SAPER/Test-Portability-Files-%{version}.tar.gz @@ -10,6 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) #BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -52,6 +54,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Dec 30 2007 Ralf Corsépius - 0.05-5 +- BR: perl(Test::More). +- BR: perl(Test::Pod), perl(Test::Pod::Coverage). +- Adjust License-tag. + * Wed Apr 18 2007 Steven Pritchard 0.05-4 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker.