|
|
@@ -48,6 +48,7 @@
|
|
|
%define V_axkit_xsp_session 0.11
|
|
|
%define V_axkit_xsp_util 1.6
|
|
|
%define V_axkit_xsp_webutils 1.6
|
|
|
+%define V_http_ghttp 1.07
|
|
|
|
|
|
# package information
|
|
|
Name: axkit
|
|
|
@@ -85,7 +86,7 @@ Source18: http://www.cpan.org/modules/by-module/AxKit/AxKit-XSP-PerForm-%{V_
|
|
|
Source19: http://www.cpan.org/modules/by-module/AxKit/AxKit-XSP-QueryParam-%{V_axkit_xsp_queryparam}.tar.gz
|
|
|
Source20: http://www.cpan.org/modules/by-module/AxKit/AxKit-XSP-Sendmail-%{V_axkit_xsp_sendmail}.tar.gz
|
|
|
Source21: http://www.cpan.org/modules/by-module/AxKit/AxKit-XSP-Session-%{V_axkit_xsp_session}.tar.gz
|
|
|
-Source22: http://www.cpan.org/modules/by-module/HTTP/HTTP-GHTTP-1.07.tar.gz
|
|
|
+Source22: http://www.cpan.org/modules/by-module/HTTP/HTTP-GHTTP-%{V_http_ghttp}.tar.gz
|
|
|
Source23: axkit-apache.conf
|
|
|
Source24: axkit-index.xsp
|
|
|
Source25: rc.axkit
|
|
|
@@ -219,9 +220,10 @@ AutoReqProv: no
|
|
|
regex = AxKit-XSP-QueryParam-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
prog axkit:AxKit-XSP-Sendmail = {
|
|
|
- version = %{V_axkit_xsp_sendmail}
|
|
|
+ version = %{V_axkit_xsp_sendmail}0
|
|
|
url = http://www.cpan.org/modules/by-module/AxKit/
|
|
|
regex = AxKit-XSP-Sendmail-(__VER__)\.tar\.gz
|
|
|
+ transform = "s/^(\d+\.\d)$/${1}0/; $_"
|
|
|
}
|
|
|
prog axkit:AxKit-XSP-Session = {
|
|
|
version = %{V_axkit_xsp_session}
|
|
|
@@ -229,9 +231,9 @@ AutoReqProv: no
|
|
|
regex = AxKit-XSP-Session-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
prog axkit:HTTP-GHTTP = {
|
|
|
- version = 1.07
|
|
|
- url = http://www.cpan.org/modules/by-module/AxKit/
|
|
|
- regex = HTTP-GHTTP-1.07-(__VER__)\.tar\.gz
|
|
|
+ version = %{V_http_ghttp}
|
|
|
+ url = http://www.cpan.org/modules/by-module/HTTP/
|
|
|
+ regex = HTTP-GHTTP-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
|
|
|
%prep
|