[Rd] R spec file change for building on CentOS 5.2 (PR#12939)

agajania at cs.newpaltz.edu agajania at cs.newpaltz.edu
Fri Sep 19 20:20:15 CEST 2008


--GZVR6ND4mMseVXL/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


I built R 2.7.2 on CentOS 5.2 today.  I used the R.spec file posted
on the web site, but I had to change one line to get it to work.
I have attached the diffs from my spec file to the original.
(Otherwise, the build went fine.)

-- 
Aram J. Agajanian
Computer Science/UNIX Support
Academic Computing
State University of New York at New Paltz

Support the Free Software Foundation - www.fsf.org

--GZVR6ND4mMseVXL/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="specfile.diffs"

49c49
< %if %(rpmquery centos-release | grep -v 'not installed$' | grep -c -e '-[0-9]-[0-9].el[0-9]')
---
> %if %(rpmquery centos-release | grep -v 'not installed$' | grep -c -e '-[0-9]-[0-9].[0-9]')
128c128
< Version: 2.7.2
---
> Version: 2.7.1
131c131
< Source0: R-%{version}.tar.gz
---
> Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz

--GZVR6ND4mMseVXL/--



More information about the R-devel mailing list