update rpy for R 2.9.1

This commit is contained in:
Tom Callaway 2009-07-09 21:26:45 +00:00
parent bd7ca6fc08
commit 9fcdc6ec9b
3 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
rpy2-2.0.3.tar.gz
rpy2-2.0.6.tar.gz

View File

@ -1,10 +1,10 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%define rver 2.9.0
%define rver 2.9.1
Name: rpy
Summary: Python interface to the R language
Version: 2.0.3
Release: 2%{?dist}
Version: 2.0.6
Release: 1%{?dist}
Url: http://rpy.sourceforge.net
Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -34,6 +34,7 @@ env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
python setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
mv %{buildroot}/usr/lib/python2.6/site-packages/rpy2/images %{buildroot}%{python_sitearch}/rpy2/
%clean
rm -rf $RPM_BUILD_ROOT
@ -45,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitearch}/rpy2-%{version}*.egg-info
%changelog
* Thu Jul 9 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.6-1
- rebuild for R 2.9.1
- update to rpy2 2.0.6
* Fri Apr 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-2
- rebuild for R 2.9.0

View File

@ -1 +1 @@
1cd67567080f43c53b8d4ea75bb2ca1a rpy2-2.0.3.tar.gz
5c1da09811ead076dc03896ff9307b9d rpy2-2.0.6.tar.gz