forked from pool/perl-HTML-TableExtract
Accepting request 296451 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-TableExtract?expand=0&rev=29
This commit is contained in:
committed by
Git OBS Bridge
parent
a3f4ed2b36
commit
a321a9a9e1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1861d55a2aa1728ef56ea2d08d630b9a008456f1106994e4e49e76f56e4955ee
|
|
||||||
size 27123
|
|
3
HTML-TableExtract-2.12.tar.gz
Normal file
3
HTML-TableExtract-2.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c92a812ef34a3aa502e82e12fc1e887a2e56e21ad2d8c9995f0cc9954be686f
|
||||||
|
size 33797
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 20:09:59 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.12
|
||||||
|
see /usr/share/doc/packages/perl-HTML-TableExtract/Changes
|
||||||
|
|
||||||
|
2.12 Fri Jan 9 11:29:08 EST 2015
|
||||||
|
- tightened up logic pertaining to tree mode and keep_html
|
||||||
|
- documentation fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 20 09:13:30 UTC 2011 - coolo@suse.com
|
Tue Dec 20 09:13:30 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-TableExtract
|
# spec file for package perl-HTML-TableExtract
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-TableExtract
|
Name: perl-HTML-TableExtract
|
||||||
Version: 2.11
|
Version: 2.12
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name HTML-TableExtract
|
%define cpan_name HTML-TableExtract
|
||||||
Summary: Perl module for extracting the content contained in tables within an HTM[cut]
|
Summary: Perl module for extracting the content contained in tables within an HTM[cut]
|
||||||
@@ -31,9 +31,6 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(HTML::ElementTable) >= 1.16
|
BuildRequires: perl(HTML::ElementTable) >= 1.16
|
||||||
BuildRequires: perl(HTML::Parser)
|
BuildRequires: perl(HTML::Parser)
|
||||||
#BuildRequires: perl(HTML::Entities)
|
|
||||||
#BuildRequires: perl(HTML::TableExtract)
|
|
||||||
#BuildRequires: perl(testload)
|
|
||||||
Requires: perl(HTML::ElementTable) >= 1.16
|
Requires: perl(HTML::ElementTable) >= 1.16
|
||||||
Requires: perl(HTML::Parser)
|
Requires: perl(HTML::Parser)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -75,7 +72,7 @@ seen at that depth, starting with 0. Providing both a _depth_ and a _count_
|
|||||||
will uniquely specify a table within a document.
|
will uniquely specify a table within a document.
|
||||||
|
|
||||||
_Attributes_ match based on the attributes of the html <table> tag, for
|
_Attributes_ match based on the attributes of the html <table> tag, for
|
||||||
example, boder widths or background color.
|
example, border widths or background color.
|
||||||
|
|
||||||
Each of the _Headers_, _Depth_, _Count_, and _Attributes_ specifications
|
Each of the _Headers_, _Depth_, _Count_, and _Attributes_ specifications
|
||||||
are cumulative in their effect on the overall extraction. For instance, if
|
are cumulative in their effect on the overall extraction. For instance, if
|
||||||
@@ -114,6 +111,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user