]> git.pld-linux.org Git - packages/R.git/blobdiff - R.spec
- version 2.6.0 (NFY)
[packages/R.git] / R.spec
diff --git a/R.spec b/R.spec
index 50f8419d3bebb02e7a78a2563d7e4ca87b86a97b..da7ddcd2261a4e18e187f045a5ac4571730e9216 100644 (file)
--- a/R.spec
+++ b/R.spec
 Summary:       A language for data analysis and graphics
 Summary(pl.UTF-8):     JÄ™zyk do analizy danych oraz grafiki
 Name:          R
-Version:       2.5.1
-Release:       0.2
+Version:       2.6.0
+Release:       0.1
 License:       Mixed (distributable), mostly GPL
 Group:         Development/Languages
 # CRAN master site: ftp://cran.r-project.org/pub/R/src/
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/base/R-2/%{name}-%{version}.tar.gz
-# Source0-md5: 162f6d5a1bd7c60fd652145e050f3f3c
+# Source0-md5: 97e5d2542349925962b7469456d45731
 Source1:       %{name}.desktop
-Patch0:                %{name}-asneeded.patch
 URL:           http://www.r-project.org/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: blas-devel >= 3.1.1
+BuildRequires: blas-devel
 BuildRequires: bzip2-devel
 BuildRequires: gcc-c++
 BuildRequires: gcc-fortran
 BuildRequires: gettext-devel
-BuildRequires: lapack-devel >= 3.1.1
+#BuildRequires:        lapack-devel >= 3.1.1
 BuildRequires: libjpeg-devel >= 6b
 BuildRequires: libpng-devel >= 1.0.5
 BuildRequires: libstdc++-devel
@@ -164,7 +163,6 @@ dystrubuowane w archiwum CRAN (Comprehensive R Archive Network).
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
@@ -176,17 +174,15 @@ dystrubuowane w archiwum CRAN (Comprehensive R Archive Network).
        --with-libpng \
        --with-jpeglib \
        --with-blas \
-       --with-lapack \
        --with-readline \
        --with%{!?with_tcl:out}-tcltk \
        --with-recommended-packages
 
+# R gets into infinite loop in src/library/grDevices when this is enabled
+#      --with-lapack \
+
 %{__make}
-LANG=C LC_ALL=C %{__make} check
-%{__make} docs
-%{__make} help
-%{__make} html
-%{__make} info
+%{__make} check docs help html info
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.029362 seconds and 4 git commands to generate.