OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Oct-2004 20:23:28
Branch: HEAD Handle: 2004101919232700
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
another nice idea: Continuations in Perl
Summary:
Revision Changes Path
1.138 +11 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.137 -r1.138 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 15 Oct 2004 17:15:28 -0000 1.137
+++ openpkg-src/perl-util/perl-util.spec 19 Oct 2004 18:23:27 -0000 1.138
@@ -73,6 +73,7 @@
%define V_regexp_keep 0.02
%define V_regexp_parser 0.10
%define V_regexp_shellish 0.93
+%define V_contize 0.3
# package information
Name: perl-util
@@ -85,7 +86,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20041015
+Release: 20041019
# list of sources
Source0: http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -136,6 +137,7 @@
Source45:
http://www.cpan.org/modules/by-module/Regexp/Regexp-Keep-%{V_regexp_keep}.tar.gz
Source46:
http://www.cpan.org/modules/by-module/Regexp/Regexp-Parser-%{V_regexp_parser}.tar.gz
Source47:
http://www.cpan.org/modules/by-module/Regexp/Regexp-Shellish-%{V_regexp_shellish}.tar.gz
+Source48:
http://www.cpan.org/authors/id/A/AW/AWWAIID/Contize-%{V_contize}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -195,6 +197,7 @@
- Regexp::Keep (%{V_regexp_keep})
- Regexp::Parser (%{V_regexp_parser})
- Regexp::Shellish (%{V_regexp_shellish})
+ - Contize (%{V_contize})
%track
prog perl-util:Alias = {
@@ -437,6 +440,11 @@
url = http://www.cpan.org/modules/by-module/Regexp/
regex = Regexp-Shellish-(__VER__)\.tar\.gz
}
+ prog perl-util:Contize = {
+ version = %{V_contize}
+ url = http://www.cpan.org/authors/id/A/AW/AWWAIID/
+ regex = Contize-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -487,6 +495,7 @@
%setup -q -T -D -a 45
%setup -q -T -D -a 46
%setup -q -T -D -a 47
+ %setup -q -T -D -a 48
%build
@@ -541,6 +550,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE45} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE46} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE47} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE48} configure build install
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]