2.4.2, R 3.1.1
This commit is contained in:
parent
bcf821ee67
commit
e90d4ba8b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/rpy2-2.3.9.tar.gz
|
||||
/rpy2-2.3.10.tar.gz
|
||||
/rpy2-2.4.2.tar.gz
|
||||
|
16
rpy.spec
16
rpy.spec
@ -1,14 +1,14 @@
|
||||
%{!?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.1.0
|
||||
%global rver 3.1.1
|
||||
|
||||
Name: rpy
|
||||
Summary: Python interface to the R language
|
||||
Version: 2.3.10
|
||||
Release: 2%{?dist}
|
||||
Version: 2.4.2
|
||||
Release: 1%{?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+
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries
|
||||
BuildRequires: R-devel = %{rver}, numpy, python2-devel
|
||||
BuildRequires: readline-devel
|
||||
@ -36,11 +36,15 @@ env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
|
||||
python setup.py install -O1 --skip-build --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS README GPL_LICENSE LGPL_LICENSE MPL_LICENSE PKG-INFO
|
||||
%doc AUTHORS NEWS README PKG-INFO
|
||||
%{python_sitearch}/rpy2/
|
||||
%{python_sitearch}/rpy2-%{version}*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Jul 16 2014 Tom Callaway <spot@fedoraproject.org> - 2.4.2-1
|
||||
- update to 2.4.2
|
||||
- R 3.1.1
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
@ -81,7 +85,7 @@ python setup.py install -O1 --skip-build --root=%{buildroot}
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Mon Jul 4 2012 Tom Callaway <spot@fedoraproject.org> - 2.2.6-1
|
||||
* Wed Jul 4 2012 Tom Callaway <spot@fedoraproject.org> - 2.2.6-1
|
||||
- update to 2.2.6, R 2.15.1
|
||||
|
||||
* Sat Mar 31 2012 Tom Callaway <spot@fedoraproject.org> - 2.2.5-1
|
||||
|
Loading…
Reference in New Issue
Block a user