commit f0a2bd80de6c1e718c6ef71af138b8ec433a1bf6
Author: Marcela Mašláňová <mmasl...@redhat.com>
Date:   Mon Apr 23 13:43:29 2012 +0200

    BR Pod::Wordlist::hanekomu only if macro is true
    add missing Data::Dumper dependency

 perl-CPAN-Meta-YAML.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-CPAN-Meta-YAML.spec b/perl-CPAN-Meta-YAML.spec
index 6bad625..bcae600 100644
--- a/perl-CPAN-Meta-YAML.spec
+++ b/perl-CPAN-Meta-YAML.spec
@@ -3,7 +3,7 @@
 
 Name:          perl-CPAN-Meta-YAML
 Version:       0.008
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Read and write a subset of YAML for CPAN Meta files
 License:       GPL+ or Artistic
 Group:         Development/Libraries
@@ -13,9 +13,12 @@ Patch1:              
CPAN-Meta-YAML-0.006-old-Test::More.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:     noarch
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Data::Dumper)
 BuildRequires: perl(File::Spec)
 # Version 1.113620 needed for "UTF"
+%if 0%{?rhel} < 7
 BuildRequires: perl(Pod::Wordlist::hanekomu) >= 1.113620
+%endif
 BuildRequires: perl(Test::CPAN::Meta)
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
@@ -63,6 +66,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/CPAN::Meta::YAML.3pm*
 
 %changelog
+* Mon Apr 23 2012 Marcela Mašláňová <mmasl...@redhat.com> - 0.008-2
+- BR Pod::Wordlist::hanekomu only if macro is true
+- add missing Data::Dumper dependency
+
 * Thu Mar 15 2012 Paul Howarth <p...@city-fan.org> - 0.008-1
 - Update to 0.008:
   - Generated from ADAMK/YAML-Tiny-1.51.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to