rebuild for R 2.14.0
This commit is contained in:
parent
7bc0c765e9
commit
79644d23c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ rpy2-2.1.3.tar.gz
|
||||
/rpy2-2.1.9.tar.gz
|
||||
/rpy2-2.2.1.tar.gz
|
||||
/rpy2-2.2.3.tar.gz
|
||||
/rpy2-2.2.4.tar.gz
|
||||
|
8
rpy.spec
8
rpy.spec
@ -1,9 +1,9 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%global rver 2.13.2
|
||||
%global rver 2.14.0
|
||||
Name: rpy
|
||||
Summary: Python interface to the R language
|
||||
Version: 2.2.3
|
||||
Version: 2.2.4
|
||||
Release: 1%{?dist}
|
||||
Url: http://rpy.sourceforge.net
|
||||
Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
|
||||
@ -43,6 +43,10 @@ mv %{buildroot}/usr/lib/python2.?/site-packages/rpy2/images %{buildroot}%{python
|
||||
%{python_sitearch}/rpy2-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Nov 9 2011 Tom Callaway <spot@fedoraproject.org> - 2.2.4-1
|
||||
- update to 2.2.4
|
||||
- rebuild for R 2.14.0
|
||||
|
||||
* Fri Oct 7 2011 Tom Callaway <spot@fedoraproject.org> - 2.2.3-1
|
||||
- update to 2.2.3
|
||||
- rebuild for R 2.13.2
|
||||
|
Loading…
Reference in New Issue
Block a user