[rpy/f15] rebuild for R 2.14.0

Tom Callaway spot at fedoraproject.org
Wed Nov 9 18:23:22 UTC 2011


commit b3fe46c3d72ea010b8be6c3e25a7e93914ccdb38
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Nov 9 13:23:18 2011 -0500

    rebuild for R 2.14.0

 rpy.spec |   33 +++++++++++++++++++--------------
 sources  |    2 +-
 2 files changed, 20 insertions(+), 15 deletions(-)
---
diff --git a/rpy.spec b/rpy.spec
index ada2b9b..72aa089 100644
--- a/rpy.spec
+++ b/rpy.spec
@@ -1,17 +1,16 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%global rver   2.13.1
+%global rver   2.14.0
 Name:          rpy
 Summary:       Python interface to the R language
-Version:       2.1.9
-Release:       5%{?dist}
+Version:       2.2.4
+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+
 Group:         Development/Libraries
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: R-devel = %{rver}, numpy, python-devel
-
+BuildRequires: readline-devel
 Requires:      numpy
 Requires:      R-core = %{rver}
 
@@ -26,32 +25,38 @@ converted to Python exceptions.
 
 %prep
 %setup -q -n %{name}2-%{version}
-chmod -x rpy/rinterface/rinterface.c
 
 %build
 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
+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
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root)
 %doc AUTHORS NEWS README GPL_LICENSE LGPL_LICENSE MPL_LICENSE PKG-INFO
 %{python_sitearch}/rpy2/
 %{python_sitearch}/rpy2-%{version}*.egg-info
 
 %changelog
-* Tue Jul 12 2011 Tom Callaway <spot at fedoraproject.org> - 2.1.9-5
-- rebuild for R 2.13.1
+* Wed Nov  9 2011 Tom Callaway <spot at fedoraproject.org> - 2.2.4-1
+- update to 2.2.4
+- rebuild for R 2.14.0
+
+* Fri Oct  7 2011 Tom Callaway <spot at fedoraproject.org> - 2.2.3-1
+- update to 2.2.3
+- rebuild for R 2.13.2
+
+* Mon Jul 11 2011 Tom Callaway <spot at fedoraproject.org> - 2.2.1-2
+- add BuildRequires: readline-devel
+
+* Mon Jul 11 2011 Tom Callaway <spot at fedoraproject.org> - 2.2.1-1
+- update to 2.2.1, note R at 2.13.1
+- spec file modernization
 
 * Fri Apr 15 2011 Michel Salim <salimma at fedoraproject.org> - 2.1.9-4
 - Rebuild for R 2.13.0
diff --git a/sources b/sources
index 0591e98..5b92acf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afe629914e7263900e5d15d419f69865  rpy2-2.1.9.tar.gz
+0192a3c05d8d97971e2bcf888944aff5  rpy2-2.2.4.tar.gz


More information about the scm-commits mailing list