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: 30-Apr-2005 11:53:07
Branch: HEAD Handle: 2005043010530600
Modified files:
openpkg-src/perl-xml perl-xml.spec
Log:
add a new nifty module recently released on CPAN: email obfuscation in
HTML outputs
Summary:
Revision Changes Path
1.183 +14 -4 openpkg-src/perl-xml/perl-xml.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-xml/perl-xml.spec
============================================================================
$ cvs diff -u -r1.182 -r1.183 perl-xml.spec
--- openpkg-src/perl-xml/perl-xml.spec 6 Apr 2005 17:48:12 -0000
1.182
+++ openpkg-src/perl-xml/perl-xml.spec 30 Apr 2005 09:53:06 -0000
1.183
@@ -32,6 +32,7 @@
%define V_html_tree 3.18
%define V_html_template 2.7
%define V_html_template_extension 0.24
+%define V_html_email_obfuscate 0.02
%define V_css 1.07
%define V_css_tiny 1.09
%define V_xml_dom 1.43
@@ -79,7 +80,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20050406
+Release: 20050430
# package options
%option with_libxml no
@@ -138,8 +139,9 @@
Source38:
http://www.cpan.org/modules/by-module/CSS/CSS-Tiny-%{V_css_tiny}.tar.gz
Source39:
http://www.cpan.org/modules/by-module/HTML/HTML-Template-%{V_html_template}.tar.gz
Source40:
http://www.cpan.org/modules/by-module/HTML/HTML-Template-Extension-%{V_html_template_extension}.tar.gz
-Source41:
http://www.cpan.org/modules/by-module/XML/XML-Stream-%{V_xml_stream}.tar.gz
-Source42:
http://www.cpan.org/modules/by-module/XML/XML-DT-%{V_xml_dt}.tar.gz
+Source41:
http://www.cpan.org/modules/by-module/HTML/HTML-Email-Obfuscate-%{V_html_email_obfuscate}.tar.gz
+Source42:
http://www.cpan.org/modules/by-module/XML/XML-Stream-%{V_xml_stream}.tar.gz
+Source43:
http://www.cpan.org/modules/by-module/XML/XML-DT-%{V_xml_dt}.tar.gz
Patch0: perl-xml.patch
# build information
@@ -215,6 +217,7 @@
- HTML::SimpleParse (%{V_html_simpleparse})
- HTML::Template (%{V_html_template})
- HTML::Template::Extension (%{V_html_template_extension})
+ - HTML::Email::Obfuscate (%{V_html_email_obfuscate})
- CSS (%{V_css})
- CSS::Tiny (%{V_css_tiny})
@@ -259,6 +262,11 @@
url = http://www.cpan.org/modules/by-module/HTML/
regex = HTML-Template-Extension-(__VER__)\.tar\.gz
}
+ prog perl-xml:HTML-Email-Obfuscate = {
+ version = %{V_html_email_obfuscate}
+ url = http://www.cpan.org/modules/by-module/HTML/
+ regex = HTML-Email-Obfuscate-(__VER__)\.tar\.gz
+ }
prog perl-xml:libxml-perl = {
version = %{V_xml_libxml_perl}
url = http://www.cpan.org/modules/by-module/XML/
@@ -479,6 +487,7 @@
%setup -q -T -D -a 40
%setup -q -T -D -a 41
%setup -q -T -D -a 42
+ %setup -q -T -D -a 43
%patch -p0 -d XML-LibXML-%{V_xml_libxml}
%build
@@ -537,8 +546,9 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE39} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE40} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE41} configure build install
-%if "%{with_libxml}" == "yes"
%{l_prefix}/bin/perl-openpkg -d %{SOURCE42} configure build install
+%if "%{with_libxml}" == "yes"
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE43} configure build install
%endif
# pre-activate the XML::SAX parsers
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]