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: 15-Aug-2005 13:36:10
Branch: HEAD Handle: 2005081512360900
Modified files:
openpkg-src/perl-www perl-www.spec
Log:
add Embperl 2.0 now that it is finally released
Summary:
Revision Changes Path
1.216 +13 -1 openpkg-src/perl-www/perl-www.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-www/perl-www.spec
============================================================================
$ cvs diff -u -r1.215 -r1.216 perl-www.spec
--- openpkg-src/perl-www/perl-www.spec 8 Aug 2005 07:24:41 -0000
1.215
+++ openpkg-src/perl-www/perl-www.spec 15 Aug 2005 11:36:09 -0000
1.216
@@ -70,6 +70,7 @@
%define V_http_proxy 0.15
%define V_http_recorder 0.02
%define V_wddx 1.02
+%define V_embperl 2.0.0
# package information
Name: perl-www
@@ -82,7 +83,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20050808
+Release: 20050815
# list of sources
Source0: http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
@@ -131,6 +132,8 @@
Source43:
http://www.cpan.org/modules/by-module/WDDX/WDDX-%{V_wddx}.tar.gz
Source44:
http://www.cpan.org/modules/by-module/WWW/WWW-OpenSearch-%{V_www_opensearch}.tar.gz
Source45:
http://www.cpan.org/modules/by-module/WWW/WWW-Wikipedia-%{V_www_wikipedia}.tar.gz
+Source46:
ftp://ftp.dev.ecos.de/pub/perl/embperl/Embperl-%{V_embperl}.tar.gz
+Patch0: perl-www.patch
# build information
Prefix: %{l_prefix}
@@ -190,6 +193,7 @@
- HTTP::Proxy (%{V_http_proxy})
- HTTP::Recorder (%{V_http_recorder})
- WDDX (%{V_wddx})
+ - Embperl (%{V_embperl})
%track
prog perl-www:CGI-Application = {
@@ -422,6 +426,11 @@
url = http://www.cpan.org/modules/by-module/WWW/
regex = WWW-Wikipedia-(__VER__)\.tar\.gz
}
+ prog perl-www:Embperl = {
+ version = %{V_embperl}
+ url = ftp://ftp.dev.ecos.de/pub/perl/embperl/
+ regex = Embperl-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -470,6 +479,8 @@
%setup -q -T -D -a 43
%setup -q -T -D -a 44
%setup -q -T -D -a 45
+ %setup -q -T -D -a 46
+ %patch -p0
%build
@@ -522,6 +533,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE43} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE44} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE45} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE46} configure build install
# cleanup installation
( cd $RPM_BUILD_ROOT%{l_prefix}/bin
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]