[perl-Tk-Pod] Enable dependency on Text::English

Petr Pisar ppisar at fedoraproject.org
Mon Jan 27 09:24:57 UTC 2014


commit 533b1f620cba7391323f2dd7dc460a92c8466a85
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jan 27 10:24:55 2014 +0100

    Enable dependency on Text::English

 perl-Tk-Pod.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/perl-Tk-Pod.spec b/perl-Tk-Pod.spec
index f1ee681..4f0a8b4 100644
--- a/perl-Tk-Pod.spec
+++ b/perl-Tk-Pod.spec
@@ -2,7 +2,7 @@
 
 Name:           perl-Tk-Pod
 Version:        0.9942
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Pod browser top-level widget
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -116,8 +116,6 @@ Requires:       perl(URI::Escape)
 
 # Remove under-specified dependencies
 %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Tk(::Pod)?\\)\\s*$
-# Remove not-yet-packages optional dependencies
-%global __requires_exclude %__requires_exclude|^perl\\(Text::English\\)
 
 %description
 Simple Pod browser with hypertext capabilities in a Toplevel widget.
@@ -150,6 +148,9 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jan 27 2014 Petr Pisar <ppisar at redhat.com> - 0.9942-2
+- Enable dependency on Text::English
+
 * Tue Nov 19 2013 Petr Pisar <ppisar at redhat.com> - 0.9942-1
 - 0.9942 bump
 


More information about the scm-commits mailing list