OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Oct-2007 19:52:17
Branch: HEAD Handle: 2007102318521600
Modified files:
openpkg-src/perl-xml perl-xml.spec
Log:
add HTML::TableExtract and its dependency modules HTML::Element::XXX
Summary:
Revision Changes Path
1.307 +21 -1 openpkg-src/perl-xml/perl-xml.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-xml/perl-xml.spec
============================================================================
$ cvs diff -u -r1.306 -r1.307 perl-xml.spec
--- openpkg-src/perl-xml/perl-xml.spec 29 Sep 2007 10:17:14 -0000
1.306
+++ openpkg-src/perl-xml/perl-xml.spec 23 Oct 2007 17:52:16 -0000
1.307
@@ -38,6 +38,8 @@
%define V_html_prototype 1.48
%define V_html_prototype_useful 0.05
%define V_html_selector_xpath 0.02
+%define V_html_element_extended 1.17
+%define V_html_tableextract 2.10
%define V_css 1.07
%define V_css_tiny 1.14
%define V_xml_dom 1.44
@@ -97,7 +99,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070929
+Release: 20071023
# package options
%option with_libxml no
@@ -177,6 +179,8 @@
Source58:
http://www.cpan.org/modules/by-module/HTML/HTML-Selector-XPath-%{V_html_selector_xpath}.tar.gz
Source59:
http://www.cpan.org/modules/by-module/HTML/HTML-TreeBuilder-XPath-%{V_html_treebuilder_xpath}.tar.gz
Source60:
http://www.cpan.org/modules/by-module/HTML/HTML-TreeBuilder-Select-%{V_html_treebuilder_select}.tar.gz
+Source61:
http://www.cpan.org/modules/by-module/HTML/HTML-Element-Extended-%{V_html_element_extended}.tar.gz
+Source62:
http://www.cpan.org/modules/by-module/HTML/HTML-TableExtract-%{V_html_tableextract}.tar.gz
Patch0: perl-xml.patch
# build information
@@ -268,6 +272,8 @@
- HTML::Selector::XPath (%{V_html_selector_xpath})
- HTML::TreeBuilder::XPath (%{V_html_treebuilder_xpath})
- HTML::TreeBuilder::Select (%{V_html_treebuilder_select})
+ - HTML::Element::Extended (%{V_html_element_extended})
+ - HTML::TableExtract (%{V_html_tableextract})
- CSS (%{V_css})
- CSS::Tiny (%{V_css_tiny})
- SVG (%{V_svg})
@@ -543,6 +549,16 @@
url = http://www.cpan.org/modules/by-module/HTML/
regex = HTML-TreeBuilder-Select-(__VER__)\.tar\.gz
}
+ prog perl-xml:HTML-Element-Extended = {
+ version = %{V_html_element_extended}
+ url = http://www.cpan.org/modules/by-module/HTML/
+ regex = HTML-Element-Extended-(__VER__)\.tar\.gz
+ }
+ prog perl-xml:HTML-TableExtract = {
+ version = %{V_html_tableextract}
+ url = http://www.cpan.org/modules/by-module/HTML/
+ regex = HTML-TableExtract-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -606,6 +622,8 @@
%setup -q -T -D -a 58
%setup -q -T -D -a 59
%setup -q -T -D -a 60
+ %setup -q -T -D -a 61
+ %setup -q -T -D -a 62
%patch -p0
rm -f HTML-Prototype*/Build.PL
chmod u+w HTML-Prototype-Useful-*/Makefile.PL*
@@ -697,6 +715,8 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE58} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE59} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE60} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE61} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE62} configure build install
# pre-activate the XML::SAX parsers
eval `%{l_prefix}/bin/perl -V:installvendorlib`
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]