|
@@ -24,6 +24,7 @@
|
|
|
##
|
|
##
|
|
|
|
|
|
|
|
# versions of individual parts
|
|
# versions of individual parts
|
|
|
|
|
+%define V_perl 5.8.3
|
|
|
%define V_poe 0.2802
|
|
%define V_poe 0.2802
|
|
|
%define V_poe_component_child 1.31
|
|
%define V_poe_component_child 1.31
|
|
|
%define V_poe_component_server_http 0.04
|
|
%define V_poe_component_server_http 0.04
|
|
@@ -41,8 +42,8 @@ Distribution: OpenPKG
|
|
|
Class: BASE
|
|
Class: BASE
|
|
|
Group: Language
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
License: GPL/Artistic
|
|
|
-Version: 20040206
|
|
|
|
|
-Release: 20040206
|
|
|
|
|
|
|
+Version: %{V_perl}
|
|
|
|
|
+Release: 20040218
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/POE/POE-%{V_poe}.tar.gz
|
|
Source0: http://www.cpan.org/modules/by-module/POE/POE-%{V_poe}.tar.gz
|
|
@@ -55,8 +56,8 @@ Source5: http://www.cpan.org/modules/by-module/POE/POE-Session-MultiDispatc
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20040130, perl, perl-openpkg >= 20040126, perl-time, perl-sys, perl-comp, perl-www, perl-term
|
|
|
|
|
-PreReq: OpenPKG, openpkg >= 20040130, perl, perl-openpkg >= 20040126, perl-time, perl-sys, perl-comp, perl-www, perl-term
|
|
|
|
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126, perl-time, perl-sys, perl-comp, perl-www, perl-term
|
|
|
|
|
+PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20040126, perl-time, perl-sys, perl-comp, perl-www, perl-term
|
|
|
AutoReq: no
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
AutoReqProv: no
|
|
|
|
|
|