فهرست منبع

finally add the wonderful 'xsh'

Ralf S. Engelschall 23 سال پیش
والد
کامیت
a57db392ef
1فایلهای تغییر یافته به همراه7 افزوده شده و 3 حذف شده
  1. 7 3
      perl-xml/perl-xml.spec

+ 7 - 3
perl-xml/perl-xml.spec

@@ -46,6 +46,7 @@
 %define       V_soap_lite            0.55
 %define       V_soap_lite_smartproxy 0.11
 %define       V_soap_payload         1.02
+%define       V_xml_xsh              1.6
 
 #   package options
 %ifndef       with_libxml
@@ -92,7 +93,8 @@ Source17:     http://www.cpan.org/modules/by-module/SOAP/SOAP-payload-%{V_soap_p
 Source18:     http://www.cpan.org/modules/by-module/RPC/RPC-XML-%{V_rpc_xml}.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
+Source21:     http://telia.dl.sourceforge.net/sourceforge/xsh/XML-XSH-%{V_xml_xsh}.tar.gz
+Source22:     http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-LibXSLT-%{V_xml_libxslt}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -115,6 +117,7 @@ AutoReqProv:  no
     - XML::LibXML::Common (%{V_xml_libxml_common})
     - XML::LibXML (%{V_xml_libxml})
     - XML::XUpdate::LibXML (%{V_xml_xupdate_libxml})
+    - XML::XSH (%{V_xml_xsh})
 %endif
 %if "%{with_libxslt}" == "yes"
     - XML::LibXSLT (%{V_xml_libxslt})
@@ -160,6 +163,7 @@ AutoReqProv:  no
     %setup19 -q -T -D -a 19
     %setup20 -q -T -D -a 20
     %setup21 -q -T -D -a 21
+    %setup22 -q -T -D -a 22
 
 %build
 
@@ -191,15 +195,15 @@ AutoReqProv:  no
 %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}
+    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE21}
 %endif
 %if "%{with_libxslt}" == "yes"
-    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE21} XMLPREFIX=%{l_prefix}
+    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE22} XMLPREFIX=%{l_prefix}
 %endif
 
     #   perform common epilog operations
     %{l_prefix}/bin/perl-openpkg epilog
 
-
 %files -f files
 
 %clean