rpms/R/devel .cvsignore, 1.13, 1.14 R-make-search-index.sh, 1.1, 1.2 R.spec, 1.39, 1.40 sources, 1.15, 1.16

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Feb 8 19:28:34 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/R/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18007/devel

Modified Files:
	.cvsignore R-make-search-index.sh R.spec sources 
Log Message:

2.6.2, take package cleanups to all active releases



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/R/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	26 Nov 2007 21:10:34 -0000	1.13
+++ .cvsignore	8 Feb 2008 19:27:58 -0000	1.14
@@ -1 +1 @@
-R-2.6.1.tar.gz
+R-2.6.2.tar.gz


Index: R-make-search-index.sh
===================================================================
RCS file: /cvs/pkgs/rpms/R/devel/R-make-search-index.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- R-make-search-index.sh	6 Jul 2007 22:07:47 -0000	1.1
+++ R-make-search-index.sh	8 Feb 2008 19:27:58 -0000	1.2
@@ -3,9 +3,13 @@
 # Figure out what RHOME is set to
 TMP_R_HOME=`R RHOME`
 
+# Figure out what R_DOC_DIR is set to
+# Ideally, we could ask R just like we do for RHOME, but we can't yet.
+TMP_R_DOC_DIR=`grep "R_DOC_DIR=" /usr/bin/R | cut -d "=" -f 2`
+
 # Write out all the contents in arch and noarch library locations
-cat $TMP_R_HOME/library/*/CONTENTS > $TMP_R_HOME/doc/html/search/index.txt 2>/dev/null
-cat /usr/share/R/library/*/CONTENTS >> $TMP_R_HOME/doc/html/search/index.txt 2>/dev/null
+cat $TMP_R_HOME/library/*/CONTENTS > $TMP_R_DOC_DIR/html/search/index.txt 2>/dev/null
+cat /usr/share/R/library/*/CONTENTS >> $TMP_R_DOC_DIR/html/search/index.txt 2>/dev/null
 
 exit 0
 


Index: R.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R/devel/R.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- R.spec	31 Jan 2008 19:48:25 -0000	1.39
+++ R.spec	8 Feb 2008 19:27:58 -0000	1.40
@@ -1,6 +1,6 @@
 Name: R
-Version: 2.6.1
-Release: 4%{?dist}
+Version: 2.6.2
+Release: 1%{?dist}
 Summary: A language for data analysis and graphics
 URL: http://www.r-project.org
 Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz
@@ -25,7 +25,7 @@
 # provided for packager convenience. 
 Provides: R-base = %{version}
 Provides: R-boot = 1.2
-Provides: R-class = %{version}
+Provides: R-class = 7.2
 Provides: R-cluster = 1.11.9
 Provides: R-codetools = 0.1
 Provides: R-datasets = %{version}
@@ -35,14 +35,14 @@
 Provides: R-grid = %{version}
 Provides: R-KernSmooth = 2.22
 Provides: R-lattice = 0.17
-Provides: R-MASS = %{version}
+Provides: R-MASS = 7.2
 Provides: R-methods = %{version}
 Provides: R-mgcv = 1.3
 Provides: R-nlme = 3.1
-Provides: R-nnet = %{version}
+Provides: R-nnet = 7.2
 Provides: R-rcompgen = 0.1
 Provides: R-rpart = 3.1
-Provides: R-spatial = %{version}
+Provides: R-spatial = 7.2
 Provides: R-splines = %{version}
 Provides: R-stats = %{version}
 Provides: R-stats4 = %{version}
@@ -130,7 +130,7 @@
 export R_PRINTCMD="lpr"
 export R_BROWSER="%{_bindir}/xdg-open"
 
-case "%{_build_cpu}" in
+case "%{_target_cpu}" in
       x86_64|mips64|ppc64|powerpc64|sparc64|s390x)
           export CC="gcc -m64"
           export CXX="g++ -m64"
@@ -239,7 +239,7 @@
    fi
 done
 /sbin/ldconfig
-setarch %{_build_cpu} R CMD javareconf || exit 0
+R CMD javareconf || exit 0
 
 # Update package indices
 %__cat %{_libdir}/R/library/*/CONTENTS > %{_docdir}/R-%{version}/html/search/index.txt 2>/dev/null
@@ -268,6 +268,12 @@
 /sbin/ldconfig
 
 %changelog
+* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.6.2-1
+- properly version the items in the VR bundle
+- 2.6.2
+- don't use setarch for java setup
+- fix R post script file
+
 * Thu Jan 31 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.6.1-4
 - multilib handling (thanks Martyn Plummer)
 - Update indices in the right place.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/R/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	26 Nov 2007 21:10:35 -0000	1.15
+++ sources	8 Feb 2008 19:27:58 -0000	1.16
@@ -1 +1 @@
-19c35a69e1afa73f5f70f91ff9939233  R-2.6.1.tar.gz
+1099cbf02c624ceb459d9bbc4d0d1448  R-2.6.2.tar.gz




More information about the fedora-extras-commits mailing list