rebuild for 2.9.0
This commit is contained in:
parent
5f3b8f1d2c
commit
bd7ca6fc08
7
rpy.spec
7
rpy.spec
@ -1,10 +1,10 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
%define rver 2.8.1
|
%define rver 2.9.0
|
||||||
Name: rpy
|
Name: rpy
|
||||||
Summary: Python interface to the R language
|
Summary: Python interface to the R language
|
||||||
Version: 2.0.3
|
Version: 2.0.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Url: http://rpy.sourceforge.net
|
Url: http://rpy.sourceforge.net
|
||||||
Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
|
Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{python_sitearch}/rpy2-%{version}*.egg-info
|
%{python_sitearch}/rpy2-%{version}*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 17 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-2
|
||||||
|
- rebuild for R 2.9.0
|
||||||
|
|
||||||
* Fri Mar 20 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-1
|
* Fri Mar 20 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3-1
|
||||||
- update to rpy2 2.0.3
|
- update to rpy2 2.0.3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user