[perl-Class-DBI-Loader] Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914255).

corsepiu corsepiu at fedoraproject.org
Sat Mar 2 06:37:47 UTC 2013


commit 299fd3a673712164d00be2e4ccb331d6094318b4
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sat Mar 2 07:37:39 2013 +0100

    Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914255).
    
    - Reactivate 03podcoverage.t.

 perl-Class-DBI-Loader.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Class-DBI-Loader.spec b/perl-Class-DBI-Loader.spec
index e134418..bb4ea97 100644
--- a/perl-Class-DBI-Loader.spec
+++ b/perl-Class-DBI-Loader.spec
@@ -1,12 +1,13 @@
 Name:           perl-Class-DBI-Loader
 Version:        0.34
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Dynamic definition of Class::DBI sub classes
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Class-DBI-Loader
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/Class-DBI-Loader-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Lingua::EN::Inflect), perl(Test::Pod::Coverage), perl(Test::Pod)
 BuildRequires:  perl(Class::DBI::mysql), perl(Class::DBI::Pg), perl(Class::DBI::SQLite)
 BuildRequires:  perl(Test::More)
@@ -32,8 +33,6 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
-# Coverage test fails
-mv t/03podcoverage.t .
 TEST_POD=1 make test
 
 %files
@@ -42,6 +41,10 @@ TEST_POD=1 make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Mar 02 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.34-16
+- Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914255).
+- Reactivate 03podcoverage.t.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.34-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 



More information about the perl-devel mailing list