packages: R/R.spec - - updated to 2.13.0 - workaround for docs installation...

lisu lisu at pld-linux.org
Tue Apr 26 13:46:02 CEST 2011


Author: lisu                         Date: Tue Apr 26 11:46:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- - updated to 2.13.0
- workaround for docs installation (patch)
- --enable-linux-lfs -> --enable-largefile
- R.css dropped by upstream
- added compiler files

---- Files affected:
packages/R:
   R.spec (1.146 -> 1.147) 

---- Diffs:

================================================================
Index: packages/R/R.spec
diff -u packages/R/R.spec:1.146 packages/R/R.spec:1.147
--- packages/R/R.spec:1.146	Sun Mar 20 19:06:11 2011
+++ packages/R/R.spec	Tue Apr 26 13:45:57 2011
@@ -14,15 +14,16 @@
 Summary:	A language for data analysis and graphics
 Summary(pl.UTF-8):	Język do analizy danych oraz grafiki
 Name:		R
-Version:	2.12.2
-Release:	2
+Version:	2.13.0
+Release:	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:	bc70b51dddab8aa39066710624e55d5e
+# Source0-md5:	ecfb928067cfd932e75135f8b8bba3e7
 Source1:	%{name}.desktop
 Source2:	%{name}.xpm
+Patch0:		%{name}-install.patch
 URL:		http://www.r-project.org/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake
@@ -49,6 +50,7 @@
 BuildRequires:	tetex-dvips
 BuildRequires:	tetex-latex
 BuildRequires:	tetex-pdftex
+BuildRequires:	texinfo-texi2dvi
 %{?with_tcl:BuildRequires:	tk-devel}
 BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	xorg-lib-libXmu-devel
@@ -89,13 +91,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal} -I m4
 %{__autoconf}
 %configure \
 	--enable-R-shlib \
-	--enable-linux-lfs \
+	--enable-largefile \
 	--with-ICU \
 	--with-blas \
 	--with-cairo \
@@ -160,7 +163,6 @@
 %{_libdir}/R/etc
 %{_libdir}/R/include
 %dir %{_libdir}/R/library
-%{_libdir}/R/library/R.css
 %{_libdir}/R/library/KernSmooth
 %{_libdir}/R/library/MASS
 %{_libdir}/R/library/Matrix
@@ -169,6 +171,7 @@
 %{_libdir}/R/library/class
 %{_libdir}/R/library/cluster
 %{_libdir}/R/library/codetools
+%{_libdir}/R/library/compiler
 %{_libdir}/R/library/datasets
 %{_libdir}/R/library/foreign
 %{_libdir}/R/library/grDevices
@@ -203,6 +206,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.147  2011/04/26 11:45:57  lisu
+- - updated to 2.13.0
+- workaround for docs installation (patch)
+- --enable-linux-lfs -> --enable-largefile
+- R.css dropped by upstream
+- added compiler files
+
 Revision 1.146  2011/03/20 18:06:11  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/R/R.spec?r1=1.146&r2=1.147&f=u



More information about the pld-cvs-commit mailing list