OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Jun-2006 21:08:03
Branch: HEAD Handle: 2006061320080200
Modified files:
openpkg-src/perl-math perl-math.spec
Log:
add three modules for some usual mathematical calculations
Summary:
Revision Changes Path
1.30 +31 -1 openpkg-src/perl-math/perl-math.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-math/perl-math.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 perl-math.spec
--- openpkg-src/perl-math/perl-math.spec 16 May 2006 08:29:15 -0000
1.29
+++ openpkg-src/perl-math/perl-math.spec 13 Jun 2006 19:08:02 -0000
1.30
@@ -35,6 +35,9 @@
%define V_math_combinatorics 0.08
%define V_math_calc_units 1.05
%define V_math_basecnv 1.2.59M7mRX
+%define V_math_interpolate 1.05
+%define V_math_derivative 0.01
+%define V_math_spline 0.01
# package information
Name: perl-math
@@ -47,7 +50,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060516
+Release: 20060613
# package options
%option with_gmp no
@@ -65,6 +68,9 @@
Source8:
http://www.cpan.org/modules/by-module/Math/Math-Combinatorics-%{V_math_combinatorics}.tar.gz
Source9:
http://www.cpan.org/modules/by-module/Math/Math-Calc-Units-%{V_math_calc_units}.tar.gz
Source10:
http://www.cpan.org/modules/by-module/Math/Math-BaseCnv-%{V_math_basecnv}.tgz
+Source11:
http://www.cpan.org/modules/by-module/Math/Math-Interpolate-%{V_math_interpolate}.tar.gz
+Source12:
http://www.cpan.org/modules/by-module/Math/Math-Derivative-%{V_math_derivative}.tar.gz
+Source13:
http://www.cpan.org/modules/by-module/Math/Math-Spline-%{V_math_spline}.tar.gz
Patch0: perl-math.patch
# build information
@@ -98,6 +104,9 @@
- Math::Combinatorics (%{V_math_combinatorics})
- Math::Calc::Units (%{V_math_calc_units})
- Math::BaseCnv (%{V_math_basecnv})
+ - Math::Derivative (%{V_math_derivative})
+ - Math::Interpolate (%{V_math_interpolate})
+ - Math::Spline (%{V_math_spline})
%track
prog perl-math:Math-GMP = {
@@ -155,6 +164,21 @@
url = http://www.cpan.org/modules/by-module/Math/
regex = Math-BaseCnv-(__VER__[^.]*)\.tgz
}
+ prog perl-math:Math-Interpolate = {
+ version = %{V_math_interpolate}
+ url = http://www.cpan.org/modules/by-module/Math/
+ regex = Math-Interpolate-(__VER__[^.]*)\.tgz
+ }
+ prog perl-math:Math-Derivative = {
+ version = %{V_math_derivative}
+ url = http://www.cpan.org/modules/by-module/Math/
+ regex = Math-Derivative-(__VER__[^.]*)\.tgz
+ }
+ prog perl-math:Math-Spline = {
+ version = %{V_math_spline}
+ url = http://www.cpan.org/modules/by-module/Math/
+ regex = Math-Spline-(__VER__[^.]*)\.tgz
+ }
%prep
%setup -q -c
@@ -168,6 +192,9 @@
%setup -q -T -D -a 8
%setup -q -T -D -a 9
%setup -q -T -D -a 10
+ %setup -q -T -D -a 11
+ %setup -q -T -D -a 12
+ %setup -q -T -D -a 13
%patch -p0
%build
@@ -201,6 +228,9 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE9} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat
perl-openpkg-files`
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]