[perl-HTML-Format] conditionalize dependency on Pod::Wordlist::hanekomu

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Jun 7 09:35:11 UTC 2012


commit 05fa1328569d519eaf85884ed90dc4135a70932b
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Jun 7 11:34:20 2012 +0200

    conditionalize dependency on Pod::Wordlist::hanekomu

 perl-HTML-Format.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTML-Format.spec b/perl-HTML-Format.spec
index e91c491..e9e2906 100644
--- a/perl-HTML-Format.spec
+++ b/perl-HTML-Format.spec
@@ -1,6 +1,6 @@
 Name:           perl-HTML-Format
 Version:        2.10
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Summary:        HTML formatter modules
 
 Group: 		Development/Libraries
@@ -33,7 +33,9 @@ BuildRequires:  perl(Font::Metrics::TimesItalic)
 BuildRequires:  perl(Font::Metrics::TimesRoman)
 
 # for release-testing tests
+%if 0%{?rhel} < 7
 BuildRequires:  perl(Pod::Wordlist::hanekomu)
+%endif
 BuildRequires:  perl(Test::CPAN::Meta)
 BuildRequires:  perl(Test::DistManifest)
 BuildRequires:  perl(Test::EOL)
@@ -96,6 +98,9 @@ cd ..
 %{_mandir}/man3/HTML*
 
 %changelog
+* Thu Jun  7 2012 Marcela Mašláňová <mmaslano at redhat.com> - 2.10-3
+- conditionalize dependency on Pod::Wordlist::hanekomu 
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list