ソースを参照

upgrading package: r 1.9.1 -> 2.0.0

Ralf S. Engelschall 21 年 前
コミット
ffc674eaf3
1 ファイル変更5 行追加5 行削除
  1. 5 5
      r/r.spec

+ 5 - 5
r/r.spec

@@ -33,11 +33,11 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Algorithm
 License:      GPL
-Version:      1.9.1
-Release:      20041003
+Version:      2.0.0
+Release:      20041008
 
 #   list of sources
-Source0:      http://cran.r-mirror.de/src/base/R-%{version}.tgz
+Source0:      http://cran.r-project.org/src/base/R-2/R-%{version}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -67,8 +67,8 @@ AutoReqProv:  no
 %track
     prog r = {
         version   = %{version}
-        url       = http://cran.r-mirror.de/banner.shtml
-        regex     = R-(__VER__)\.tgz
+        url       = http://cran.r-project.org/src/base/R-2/
+        regex     = R-(__VER__)\.tar\.gz
     }
 
 %prep