[perl-Term-Animation] Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914314).

corsepiu corsepiu at fedoraproject.org
Fri Mar 1 04:00:07 UTC 2013


commit fe49372f847578f2625d7b8b52767f9f8538c94c
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Mar 1 04:59:59 2013 +0100

    Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914314).
    
    - Rework BRs.

 perl-Term-Animation.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/perl-Term-Animation.spec b/perl-Term-Animation.spec
index 2a947da..5e4fd69 100644
--- a/perl-Term-Animation.spec
+++ b/perl-Term-Animation.spec
@@ -1,6 +1,6 @@
 Name:           perl-Term-Animation
 Version:        2.6
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        ASCII sprite animation framework
 
 License:        GPL+ or Artistic
@@ -8,10 +8,12 @@ URL:            http://search.cpan.org/dist/perl-Term-Animation/
 Source0:        http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz
 
 BuildArch:      noarch
-# Correct for lots of packages, other common choices include eg. Module::Build
-BuildRequires:  perl(Test::Simple)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Curses)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-%{?perl_default_filter}
 
 %description
 This module provides a framework to produce sprite animations using ASCII art.
@@ -52,6 +54,10 @@ make test
 
 
 %changelog
+* Fri Mar 01 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.6-15
+- Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914314).
+- Rework BRs.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 



More information about the perl-devel mailing list