From 44c5e9994a4fd9be46227d487f2c84149b184ab6 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Dec 30 2007 07:44:52 +0000 Subject: - BR: perl(Test::More), perl(CPAN) (BZ 419631). - Remove TEST_POD (Unused). - Add AUTOMATED_TESTING. - BR: perl(Test::Pod) for AUTOMATED_TESTING. - Adjust License-tag. --- diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index 28cbd02..32bba72 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -1,8 +1,8 @@ Name: perl-Module-Install Version: 0.67 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Standalone, extensible Perl module installer -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Install/ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz @@ -18,6 +18,10 @@ BuildRequires: perl(PAR::Dist) >= 0.03 #BuildRequires: perl(YAML) >= 0.35 #BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(YAML::Tiny) >= 1.03 +BuildRequires: perl(Test::More) +BuildRequires: perl(CPAN) +BuildRequires: perl(Test::Pod) + Requires: perl(Module::Build) Requires: perl(Module::CoreList) Requires: perl(Module::ScanDeps) >= 0.28 @@ -51,7 +55,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \; %check -make test TEST_POD=1 +make test AUTOMATED_TESTING=1 %clean rm -rf $RPM_BUILD_ROOT @@ -63,6 +67,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Dec 30 2007 Ralf Corsépius - 0.67-2 +- BR: perl(Test::More), perl(CPAN) (BZ 419631). +- Remove TEST_POD (Unused). +- Add AUTOMATED_TESTING. +- BR: perl(Test::Pod) for AUTOMATED_TESTING. +- Adjust License-tag. + * Fri May 18 2007 Steven Pritchard 0.67-1 - Update to 0.67. - BR Archive::Tar, ExtUtils::ParseXS, and YAML::Tiny.