Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
35295b3a66 | ||
|
3bedecc605 | ||
|
d47e642e84 | ||
|
1693f39593 | ||
|
1dd39323d8 | ||
|
9df1cedc28 | ||
|
8800e4bf71 |
19
rpy.spec
19
rpy.spec
@ -1,11 +1,11 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
# %%global betaver beta1
|
||||
%global rver 3.0.2
|
||||
%global rver 3.1.2
|
||||
|
||||
Name: rpy
|
||||
Summary: Python interface to the R language
|
||||
Version: 2.3.9
|
||||
Release: 1%{?dist}
|
||||
Version: 2.3.10
|
||||
Release: 3%{?dist}
|
||||
Url: http://rpy.sourceforge.net
|
||||
Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
@ -41,6 +41,19 @@ python setup.py install -O1 --skip-build --root=%{buildroot}
|
||||
%{python_sitearch}/rpy2-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Nov 3 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.10-3
|
||||
- R 3.1.2
|
||||
|
||||
* Wed Jul 16 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.10-2
|
||||
- R 3.1.1
|
||||
|
||||
* Mon Apr 21 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.10-1
|
||||
- update to 2.3.10
|
||||
- R 3.1.0
|
||||
|
||||
* Sun Mar 23 2014 Tom Callaway <spot@fedoraproject.org> - 2.3.9-2
|
||||
- rebuild for R 3.0.3
|
||||
|
||||
* Fri Jan 31 2014 José Matos <jamatos@fedoraproject.org> - 2.3.9-1
|
||||
- update to 2.3.9
|
||||
- prepare the python3 support:
|
||||
|
Loading…
x
Reference in New Issue
Block a user