Browse Source

modifying package: perl-xml-5.8.8 20070120 -> 20070122

master
parent
commit
0439d57a7e
  1. 16
      perl-xml/perl-xml.spec

16
perl-xml/perl-xml.spec

@ -59,13 +59,13 @@
%define V_xml_sax_expat 0.37
%define V_xml_simple 2.16
%define V_xml_simpleobject_libxml 0.60
%define V_xml_twig 3.28
%define V_xml_twig 3.29
%define V_xml_writer 0.602
%define V_xml_writer_string 0.1
%define V_xml_xpath 1.13
%define V_xml_xpath_simple 0.05
%define V_xml_xpathengine 0.08
%define V_xml_xsh 1.8.2
%define V_xml_xsh2 2.1.0
%define V_xml_xslt 0.48
%define V_xml_xupdate_libxml 0.6.0
%define V_xml_dumper 0.81
@ -93,7 +93,7 @@ Class: BASE
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
Release: 20070120
Release: 20070122
# package options
%option with_libxml no
@ -143,7 +143,7 @@ Source28: http://www.cpan.org/modules/by-module/XML/XML-LibXML-Iterator-%{V_
Source29: http://www.cpan.org/modules/by-module/XML/XML-LibXML-XPathContext-%{V_xml_libxml_xpathcontext}.tar.gz
Source30: http://www.cpan.org/modules/by-module/XML/XML-XUpdate-LibXML-%{V_xml_xupdate_libxml}.tar.gz
Source31: http://www.cpan.org/modules/by-module/XML/XML-LibXSLT-%{V_xml_libxslt}.tar.gz
Source32: http://switch.dl.sourceforge.net/sourceforge/xsh/XML-XSH-%{V_xml_xsh}.tar.gz
Source32: http://www.cpan.org/modules/by-module/XML/XML-XSH2-%{V_xml_xsh2}.tar.gz
Source33: http://www.cpan.org/modules/by-module/XML/XML-GDOME-%{V_xml_gdome}.tar.gz
Source34: http://www.cpan.org/modules/by-module/XML/XML-Dumper-%{V_xml_dumper}.tar.gz
Source35: http://www.cpan.org/modules/by-module/XML/XML-Mini-%{V_xml_mini}.tar.gz
@ -209,7 +209,7 @@ AutoReqProv: no
%endif
%if "%{with_libxslt}" == "yes"
- XML::LibXSLT (%{V_xml_libxslt})
- XML::XSH (%{V_xml_xsh})
- XML::XSH2 (%{V_xml_xsh2})
%endif
%if "%{with_libgdome}" == "yes"
- XML::GDOME (%{V_xml_gdome})
@ -434,10 +434,10 @@ AutoReqProv: no
url = http://www.cpan.org/modules/by-module/XML/
regex = XML-XPathEngine-(__VER__)\.tar\.gz
}
prog perl-xml:XML-XSH = {
version = %{V_xml_xsh}
prog perl-xml:XML-XSH2 = {
version = %{V_xml_xsh2}
url = http://prdownloads.sourceforge.net/xsh/
regex = XML-XSH-(__VER__)\.tar\.gz
regex = XML-XSH2-(__VER__)\.tar\.gz
}
prog perl-xml:XML-XSLT = {
version = %{V_xml_xslt}

Loading…
Cancel
Save