Ver código fonte

upgrade to latest XML::LibXML (with splitted part XML::LibXML::Common)

Ralf S. Engelschall 23 anos atrás
pai
commit
011b97302d
1 arquivos alterados com 11 adições e 6 exclusões
  1. 11 6
      perl-xml/perl-xml.spec

+ 11 - 6
perl-xml/perl-xml.spec

@@ -25,7 +25,8 @@
 
 #   versions of individual parts
 %define       V_xml_parser           2.31
-%define       V_xml_libxml           1.52
+%define       V_xml_libxml_common    0.12_1
+%define       V_xml_libxml           1.54_3
 %define       V_xml_libxslt          1.52
 %define       V_xml_simple           1.08
 %define       V_xml_namespacesupport 1.08
@@ -66,8 +67,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Language
 License:      GPL/Artistic
-Version:      20021116
-Release:      20021116
+Version:      20021118
+Release:      20021118
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/XML/XML-Parser-%{V_xml_parser}.tar.gz
@@ -89,8 +90,9 @@ Source15:     http://www.cpan.org/modules/by-module/SOAP/SOAP-Lite-%{V_soap_lite
 Source16:     http://www.cpan.org/modules/by-module/SOAP/SOAP-Lite-SmartProxy-%{V_soap_lite_smartproxy}.tar.gz
 Source17:     http://www.cpan.org/modules/by-module/SOAP/SOAP-payload-%{V_soap_payload}.tar.gz
 Source18:     http://www.cpan.org/modules/by-module/RPC/RPC-XML-%{V_rpc_xml}.tar.gz
-Source19:     http://www.cpan.org/modules/by-module/XML/XML-LibXML-%{V_xml_libxml}.tar.gz
-Source20:     http://www.cpan.org/modules/by-module/XML/XML-LibXSLT-%{V_xml_libxslt}.tar.gz
+Source19:     http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-Common-%{V_xml_libxml_common}.tar.gz
+Source20:     http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-%{V_xml_libxml}.tar.gz
+Source21:     http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-LibXSLT-%{V_xml_libxslt}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -110,6 +112,7 @@ AutoReqProv:  no
     Perl modules for use with XML:
     - XML::Parser (%{V_xml_parser})
 %if "%{with_libxml}" == "yes"
+    - XML::LibXML::Common (%{V_xml_libxml_common})
     - XML::LibXML (%{V_xml_libxml})
     - XML::XUpdate::LibXML (%{V_xml_xupdate_libxml})
 %endif
@@ -156,6 +159,7 @@ AutoReqProv:  no
     %setup18 -q -T -D -a 18
     %setup19 -q -T -D -a 19
     %setup20 -q -T -D -a 20
+    %setup21 -q -T -D -a 21
 
 %build
 
@@ -186,9 +190,10 @@ AutoReqProv:  no
     %{l_prefix}/bin/perl-openpkg install -d %{SOURCE18}
 %if "%{with_libxml}" == "yes"
     %{l_prefix}/bin/perl-openpkg install -d %{SOURCE19} XMLPREFIX=%{l_prefix}
+    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE20} XMLPREFIX=%{l_prefix}
 %endif
 %if "%{with_libxslt}" == "yes"
-    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE20} XMLPREFIX=%{l_prefix}
+    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE21} XMLPREFIX=%{l_prefix}
 %endif
 
     #   perform common epilog operations