OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Feb-2008 18:27:47
Branch: HEAD Handle: 2008020317274600
Modified files:
openpkg-src/perl-xml perl-xml.spec
Log:
ops, XML::Mini was already present but because of a version numbering
change I've overlooked it
Summary:
Revision Changes Path
1.319 +1 -11 openpkg-src/perl-xml/perl-xml.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-xml/perl-xml.spec
============================================================================
$ cvs diff -u -r1.318 -r1.319 perl-xml.spec
--- openpkg-src/perl-xml/perl-xml.spec 3 Feb 2008 08:41:18 -0000
1.318
+++ openpkg-src/perl-xml/perl-xml.spec 3 Feb 2008 17:27:46 -0000
1.319
@@ -74,7 +74,7 @@
%define V_xml_xslt 0.48
%define V_xml_xupdate_libxml 0.6.0
%define V_xml_dumper 0.81
-%define V_xml_mini 1.2.8
+%define V_xml_mini 1.36
%define V_xml_smart 1.6.9
%define V_xml_stream 1.22
%define V_xml_dt 0.47
@@ -86,7 +86,6 @@
%define V_xml_atom_filter 0.06
%define V_xml_atom_syndication 0.901
%define V_xml_rss_fromatom 0.02
-%define V_xml_mini 1.36
# package information
Name: perl-xml
@@ -181,7 +180,6 @@
Source60:
http://www.cpan.org/modules/by-module/HTML/HTML-TreeBuilder-Select-%{V_html_treebuilder_select}.tar.gz
Source61:
http://www.cpan.org/modules/by-module/HTML/HTML-Element-Extended-%{V_html_element_extended}.tar.gz
Source62:
http://www.cpan.org/modules/by-module/HTML/HTML-TableExtract-%{V_html_tableextract}.tar.gz
-Source63:
http://www.cpan.org/modules/by-module/XML/XML-Mini-%{V_xml_mini}.tar.gz
Patch0: perl-xml.patch
# build information
@@ -259,7 +257,6 @@
- XML::Smart (%{V_xml_smart})
- XML::Stream (%{V_xml_stream})
- XML::DT (%{V_xml_dt})
- - XML::Mini (%{V_xml_mini})
- HTML::Tagset (%{V_html_tagset})
- HTML::Parser (%{V_html_parser})
- HTML::Tree (%{V_html_tree})
@@ -561,11 +558,6 @@
url = http://www.cpan.org/modules/by-module/HTML/
regex = HTML-TableExtract-(__VER__)\.tar\.gz
}
- prog perl-xml:XML-Mini = {
- version = %{V_xml_mini}
- url = http://www.cpan.org/modules/by-module/XML/
- regex = XML-Mini-(__VER__)\.tar\.gz
- }
%prep
%setup -q -c
@@ -631,7 +623,6 @@
%setup -q -T -D -a 60
%setup -q -T -D -a 61
%setup -q -T -D -a 62
- %setup -q -T -D -a 63
%patch -p0
rm -f HTML-Prototype*/Build.PL
chmod u+w HTML-Prototype-Useful-*/Makefile.PL*
@@ -725,7 +716,6 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE60} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE61} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE62} configure build install
- %{l_prefix}/bin/perl-openpkg -d %{SOURCE63} configure build install
# pre-activate the XML::SAX parsers
eval `%{l_prefix}/bin/perl -V:installvendorlib`
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]