Browse Source

update: R

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4745 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 12 years ago
parent
commit
058a4f92e0
1 changed files with 15 additions and 5 deletions
  1. 15 5
      R/R/R-vl.spec

+ 15 - 5
R/R/R-vl.spec

@@ -1,18 +1,18 @@
-%define pkg_version 2.12.1
-%define pkg_release 3%{?_dist_release}
+%define pkg_version 2.13.1
+%define pkg_release 2%{?_dist_release}
 
 Summary:          A language for data analysis and graphics
 Summary(ja):      データ解析・グラフィック化の言語
 Name:             R
 Version:          %{pkg_version}
 Release:          %{pkg_release}
-Source0:          ftp://cran.r-project.org/pub/R/src/base/R-2/%{name}-%{version}.tar.gz
-#Patch0:           R-release.diff.gz
+
 License:          GPLv2+
 Group:            Applications/Engineering
 URL:              http://www.r-project.org
 
-Requires: libgfortran
+Source0:          ftp://cran.r-project.org/pub/R/src/base/R-2/%{name}-%{version}.tar.gz
+#Patch0:           R-release.diff.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gcc-c++
@@ -31,6 +31,7 @@ BuildRequires: zlib-devel bzip2-devel
 BuildRequires: libSM-devel libX11-devel libICE-devel libXt-devel libXmu-devel
 BuildRequires: cairo-devel pango-devel
 BuildRequires: libicu-devel
+Requires: libgfortran
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -218,6 +219,15 @@ chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/R
 
 
 %changelog
+* Sat Sep  3 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.13.1-2
+- synchronized to VinePlus/5 package
+  * Sat Jul 09 2011 Toshiaki Ara <ara_t@384.jp> 2.13.1-1vl5
+  - Updated to 2.13.1
+  * Wed Apr 14 2011 Toshiaki Ara <ara_t@384.jp> 2.13.0-1vl5
+  - Updated to 2.13.0
+  * Wed Mar 02 2011 Toshiaki Ara <ara_t@384.jp> 2.12.2-1vl5
+  - Updated to 2.12.2
+
 * Sun Feb 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12.1-3
 - add BuildRequires: libicu-devel