|
|
@@ -50,7 +50,7 @@ Class: BASE
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20060613
|
|
|
+Release: 20060614
|
|
|
|
|
|
# package options
|
|
|
%option with_gmp no
|
|
|
@@ -167,17 +167,17 @@ AutoReqProv: no
|
|
|
prog perl-math:Math-Interpolate = {
|
|
|
version = %{V_math_interpolate}
|
|
|
url = http://www.cpan.org/modules/by-module/Math/
|
|
|
- regex = Math-Interpolate-(__VER__[^.]*)\.tgz
|
|
|
+ regex = Math-Interpolate-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
prog perl-math:Math-Derivative = {
|
|
|
version = %{V_math_derivative}
|
|
|
url = http://www.cpan.org/modules/by-module/Math/
|
|
|
- regex = Math-Derivative-(__VER__[^.]*)\.tgz
|
|
|
+ regex = Math-Derivative-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
prog perl-math:Math-Spline = {
|
|
|
version = %{V_math_spline}
|
|
|
url = http://www.cpan.org/modules/by-module/Math/
|
|
|
- regex = Math-Spline-(__VER__[^.]*)\.tgz
|
|
|
+ regex = Math-Spline-(__VER__)\.tar\.gz
|
|
|
}
|
|
|
|
|
|
%prep
|