|
|
@@ -24,7 +24,7 @@
|
|
|
##
|
|
|
|
|
|
# versions of individual parts
|
|
|
-%define V_libwww_perl 5.71
|
|
|
+%define V_libwww_perl 5.72
|
|
|
%define V_uri 1.27
|
|
|
%define V_cgi 3.00
|
|
|
%define V_cgi_application 3.1
|
|
|
@@ -48,8 +48,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20031015
|
|
|
-Release: 20031015
|
|
|
+Version: 20031016
|
|
|
+Release: 20031016
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
|
|
|
@@ -108,7 +108,9 @@ AutoReqProv: no
|
|
|
%setup11 -q -T -D -a 11
|
|
|
%setup12 -q -T -D -a 12
|
|
|
%setup13 -q -T -D -a 13
|
|
|
- %patch0 -p0
|
|
|
+ ( cd libwww-perl-%{V_libwww_perl}
|
|
|
+ %patch -p0
|
|
|
+ ) || exit $?
|
|
|
|
|
|
%build
|
|
|
|