|
@@ -49,6 +49,7 @@
|
|
|
%define V_html_tree 3.18
|
|
%define V_html_tree 3.18
|
|
|
%define V_html_table 1.19
|
|
%define V_html_table 1.19
|
|
|
%define V_html_tagreader 1.06
|
|
%define V_html_tagreader 1.06
|
|
|
|
|
+%define V_html_simpleparse 0.12
|
|
|
%define V_xml_xsh 1.8.2
|
|
%define V_xml_xsh 1.8.2
|
|
|
%define V_xml_gdome 0.83
|
|
%define V_xml_gdome 0.83
|
|
|
%define V_xml_libxml_perl 0.07
|
|
%define V_xml_libxml_perl 0.07
|
|
@@ -108,11 +109,12 @@ Source21: http://www.cpan.org/modules/by-module/HTML/HTML-Parser-%{V_html_pa
|
|
|
Source22: http://www.cpan.org/modules/by-module/HTML/HTML-Tree-%{V_html_tree}.tar.gz
|
|
Source22: http://www.cpan.org/modules/by-module/HTML/HTML-Tree-%{V_html_tree}.tar.gz
|
|
|
Source23: http://www.cpan.org/modules/by-module/HTML/HTML-Table-%{V_html_table}.tar.gz
|
|
Source23: http://www.cpan.org/modules/by-module/HTML/HTML-Table-%{V_html_table}.tar.gz
|
|
|
Source24: http://www.cpan.org/modules/by-module/HTML/HTML-TagReader-%{V_html_tagreader}.tar.gz
|
|
Source24: http://www.cpan.org/modules/by-module/HTML/HTML-TagReader-%{V_html_tagreader}.tar.gz
|
|
|
-Source25: http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-Common-%{V_xml_libxml_common}.tar.gz
|
|
|
|
|
-Source26: http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-%{V_xml_libxml}.tar.gz
|
|
|
|
|
-Source27: http://osdn.dl.sourceforge.net/sourceforge/xsh/XML-XSH-%{V_xml_xsh}.tar.gz
|
|
|
|
|
-Source28: http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-LibXSLT-%{V_xml_libxslt}.tar.gz
|
|
|
|
|
-Source29: http://www.cpan.org/modules/by-module/XML/XML-GDOME-%{V_xml_gdome}.tar.gz
|
|
|
|
|
|
|
+Source25: http://www.cpan.org/modules/by-module/HTML/HTML-SimpleParse-%{V_html_simpleparse}.tar.gz
|
|
|
|
|
+Source26: http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-Common-%{V_xml_libxml_common}.tar.gz
|
|
|
|
|
+Source27: http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-%{V_xml_libxml}.tar.gz
|
|
|
|
|
+Source28: http://osdn.dl.sourceforge.net/sourceforge/xsh/XML-XSH-%{V_xml_xsh}.tar.gz
|
|
|
|
|
+Source29: http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-LibXSLT-%{V_xml_libxslt}.tar.gz
|
|
|
|
|
+Source30: http://www.cpan.org/modules/by-module/XML/XML-GDOME-%{V_xml_gdome}.tar.gz
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -173,6 +175,7 @@ AutoReqProv: no
|
|
|
- HTML::Tree (%{V_html_tree})
|
|
- HTML::Tree (%{V_html_tree})
|
|
|
- HTML::Table (%{V_html_table})
|
|
- HTML::Table (%{V_html_table})
|
|
|
- HTML::TagReader (%{V_html_tagreader})
|
|
- HTML::TagReader (%{V_html_tagreader})
|
|
|
|
|
+ - HTML::SimpleParse (%{V_html_simpleparse})
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
%setup0 -q -c
|
|
%setup0 -q -c
|
|
@@ -205,6 +208,7 @@ AutoReqProv: no
|
|
|
%setup27 -q -T -D -a 27
|
|
%setup27 -q -T -D -a 27
|
|
|
%setup28 -q -T -D -a 28
|
|
%setup28 -q -T -D -a 28
|
|
|
%setup29 -q -T -D -a 29
|
|
%setup29 -q -T -D -a 29
|
|
|
|
|
+ %setup30 -q -T -D -a 30
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
|
@@ -239,16 +243,17 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE22}
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE22}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE23}
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE23}
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE24}
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE24}
|
|
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE25}
|
|
|
%if "%{with_libxml}" == "yes"
|
|
%if "%{with_libxml}" == "yes"
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE25} XMLPREFIX=%{l_prefix}
|
|
|
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE26} XMLPREFIX=%{l_prefix}
|
|
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE26} XMLPREFIX=%{l_prefix}
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE27}
|
|
|
|
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE27} XMLPREFIX=%{l_prefix}
|
|
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE28}
|
|
|
%endif
|
|
%endif
|
|
|
%if "%{with_libxslt}" == "yes"
|
|
%if "%{with_libxslt}" == "yes"
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE28} XMLPREFIX=%{l_prefix}
|
|
|
|
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE29} XMLPREFIX=%{l_prefix}
|
|
|
%endif
|
|
%endif
|
|
|
%if "%{with_libgdome}" == "yes"
|
|
%if "%{with_libgdome}" == "yes"
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE29}
|
|
|
|
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE30}
|
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
# pre-activate the XML::SAX parsers
|
|
# pre-activate the XML::SAX parsers
|