commit f5efb4b57dcd8d50fc2fddca1106db4316bd9d4d
Author: Bill Nottingham <nott...@redhat.com>
Date:   Thu Jan 23 14:25:42 2014 -0500

    Fix requires.

 perl-HTML-TableExtract.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTML-TableExtract.spec b/perl-HTML-TableExtract.spec
index c39d1b6..0fb6a66 100644
--- a/perl-HTML-TableExtract.spec
+++ b/perl-HTML-TableExtract.spec
@@ -1,6 +1,6 @@
 Name:           perl-HTML-TableExtract
 Version:        2.11
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:        A Perl module for extracting content in HTML tables
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -24,6 +24,9 @@ BuildRequires:        perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 BuildRequires: perl(vars)
+Requires:      perl(HTML::ElementTable)
+Requires:      perl(HTML::TreeBuilder)
+
 
 %description
 HTML::TableExtract is a module that simplifies the extraction of
@@ -54,6 +57,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jan 23 2014 Bill Nottingham <nott...@redhat.com> - 2.11-4
+- fix requires to be more correct (#1056804)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 2.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
--
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