Compare commits

...

4 Commits
master ... f18

Author SHA1 Message Date
Tom Callaway
a8bf82a656 update to 2.3.8, rebuild for R 3.0.2 2013-10-19 00:19:38 +01:00
Tom Callaway
d433296523 rebuild for R 3.0.1 2013-05-18 16:39:50 -04:00
Tom Callaway
bfb738c74d R3 2013-04-20 07:59:27 -04:00
Tom Callaway
7132ae2e4f rebuild for R 2.15.2 2012-10-29 14:53:31 -04:00
2 changed files with 27 additions and 10 deletions

View File

@ -1,12 +1,13 @@
%{!?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 2.15.1
Name: rpy
Summary: Python interface to the R language
Version: 2.2.6
Release: 2%{?dist}
Version: 2.3.8
Release: 1%{?dist}
Url: http://rpy.sourceforge.net
Source: http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
Source: http://pypi.python.org/packages/source/r/%{name}2/%{name}2-%{version}.tar.gz
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Development/Libraries
BuildRequires: R-devel = %{rver}, numpy, python-devel
@ -31,11 +32,6 @@ env CFLAGS="$RPM_OPT_FLAGS" python setup.py build
%install
python setup.py install -O1 --skip-build --root=%{buildroot}
%if 0%{?__isa_bits} == 64
%ifnarch ia64
mv %{buildroot}/usr/lib/python2.?/site-packages/rpy2/images %{buildroot}%{python_sitearch}/rpy2/
%endif
%endif
%files
%doc AUTHORS NEWS README GPL_LICENSE LGPL_LICENSE MPL_LICENSE PKG-INFO
@ -43,6 +39,27 @@ mv %{buildroot}/usr/lib/python2.?/site-packages/rpy2/images %{buildroot}%{python
%{python_sitearch}/rpy2-%{version}*.egg-info
%changelog
* Tue Oct 15 2013 Tom Callaway <spot@fedoraproject.org> - 2.3.8-1
- update to 2.3.8, rebuild for R 3.0.2
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri May 17 2013 Tom Callaway <spot@fedoraproject.org> - 2.3.6-2
- rebuild for R 3.0.1
* Mon May 6 2013 José Matos <jamatos@fedoraproject.org> - 2.3.6-1
- update to 2.3.6
* Thu Apr 11 2013 Tom Callaway <spot@fedoraproject.org> - 2.3.5-1
- update to 2.3.5, built against R 3.0.0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.0-0.2.beta1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Oct 29 2012 Tom Callaway <spot@fedoraproject.org> - 2.3.0-0.1.beta1
- update to 2.3.0beta1
* 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

View File

@ -1 +1 @@
32d73a3e4acb915ce15d958c9092dcb8 rpy2-2.2.6.tar.gz
f331120aeeb1b27118d4e3360f2ec45d rpy2-2.3.8.tar.gz