|
|
@@ -47,6 +47,8 @@
|
|
|
%define V_html_tagset 3.03
|
|
|
%define V_html_parser 3.28
|
|
|
%define V_html_tree 3.17
|
|
|
+%define V_html_table 1.18a
|
|
|
+%define V_html_tagreader 1.00
|
|
|
%define V_xml_xsh 1.6
|
|
|
%define V_xml_gdome 0.82
|
|
|
%define V_xml_libxml_perl 0.07
|
|
|
@@ -60,8 +62,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20030531
|
|
|
-Release: 20030531
|
|
|
+Version: 20030606
|
|
|
+Release: 20030606
|
|
|
|
|
|
# package options
|
|
|
%option with_libxml no
|
|
|
@@ -100,11 +102,13 @@ Source17: http://www.cpan.org/modules/by-module/XML/libxml-perl-%{V_xml_libx
|
|
|
Source18: http://www.cpan.org/modules/by-module/HTML/HTML-Tagset-%{V_html_tagset}.tar.gz
|
|
|
Source19: http://www.cpan.org/modules/by-module/HTML/HTML-Parser-%{V_html_parser}.tar.gz
|
|
|
Source20: http://www.cpan.org/modules/by-module/HTML/HTML-Tree-%{V_html_tree}.tar.gz
|
|
|
-Source21: http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-Common-%{V_xml_libxml_common}.tar.gz
|
|
|
-Source22: http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-%{V_xml_libxml}.tar.gz
|
|
|
-Source23: http://osdn.dl.sourceforge.net/sourceforge/xsh/XML-XSH-%{V_xml_xsh}.tar.gz
|
|
|
-Source24: http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-LibXSLT-%{V_xml_libxslt}.tar.gz
|
|
|
-Source25: http://www.cpan.org/modules/by-module/XML/XML-GDOME-%{V_xml_gdome}.tar.gz
|
|
|
+Source21: http://www.cpan.org/modules/by-module/HTML/HTML-Table-%{V_html_table}.tar.gz
|
|
|
+Source22: http://www.cpan.org/modules/by-module/HTML/HTML-TagReader-%{V_html_tagreader}.tar.gz
|
|
|
+Source23: http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-Common-%{V_xml_libxml_common}.tar.gz
|
|
|
+Source24: http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-%{V_xml_libxml}.tar.gz
|
|
|
+Source25: http://osdn.dl.sourceforge.net/sourceforge/xsh/XML-XSH-%{V_xml_xsh}.tar.gz
|
|
|
+Source26: http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-LibXSLT-%{V_xml_libxslt}.tar.gz
|
|
|
+Source27: http://www.cpan.org/modules/by-module/XML/XML-GDOME-%{V_xml_gdome}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -156,6 +160,8 @@ AutoReqProv: no
|
|
|
- HTML::Tagset (%{V_html_tagset})
|
|
|
- HTML::Parser (%{V_html_parser})
|
|
|
- HTML::Tree (%{V_html_tree})
|
|
|
+ - HTML::Table (%{V_html_table})
|
|
|
+ - HTML::TagReader (%{V_html_tagreader})
|
|
|
|
|
|
%prep
|
|
|
%setup0 -q -c
|
|
|
@@ -184,6 +190,8 @@ AutoReqProv: no
|
|
|
%setup23 -q -T -D -a 23
|
|
|
%setup24 -q -T -D -a 24
|
|
|
%setup25 -q -T -D -a 25
|
|
|
+ %setup26 -q -T -D -a 26
|
|
|
+ %setup27 -q -T -D -a 27
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -214,16 +222,18 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE18}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE19}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE20}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE21}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE22}
|
|
|
%if "%{with_libxml}" == "yes"
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE21} XMLPREFIX=%{l_prefix}
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE22} XMLPREFIX=%{l_prefix}
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE23}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE23} XMLPREFIX=%{l_prefix}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE24} XMLPREFIX=%{l_prefix}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE25}
|
|
|
%endif
|
|
|
%if "%{with_libxslt}" == "yes"
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE24} XMLPREFIX=%{l_prefix}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE26} XMLPREFIX=%{l_prefix}
|
|
|
%endif
|
|
|
%if "%{with_libgdome}" == "yes"
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE25}
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE27}
|
|
|
%endif
|
|
|
|
|
|
# pre-activate the XML::SAX parsers
|