From 7132ae2e4f241a1726fa3efabb5cbe2faa34b468 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Oct 29 2012 18:53:31 +0000 Subject: rebuild for R 2.15.2 --- diff --git a/rpy.spec b/rpy.spec index 1589620..8d2f0ee 100644 --- a/rpy.spec +++ b/rpy.spec @@ -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 2.15.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.0 +Release: 0.1.%{betaver}%{?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}%{betaver}.tar.gz License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Development/Libraries BuildRequires: R-devel = %{rver}, numpy, python-devel @@ -24,18 +25,13 @@ execute arbitrary R functions. All the errors from the R language are converted to Python exceptions. %prep -%setup -q -n %{name}2-%{version} +%setup -q -n %{name}2-%{version}%{betaver} %build 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,9 @@ mv %{buildroot}/usr/lib/python2.?/site-packages/rpy2/images %{buildroot}%{python %{python_sitearch}/rpy2-%{version}*.egg-info %changelog +* Mon Oct 29 2012 Tom Callaway - 2.3.0-0.1.beta1 +- update to 2.3.0beta1 + * Sat Jul 21 2012 Fedora Release Engineering - 2.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index cb9bdf9..ec1fca9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32d73a3e4acb915ce15d958c9092dcb8 rpy2-2.2.6.tar.gz +9f75b07ccb916911ab810ec40f6870b0 rpy2-2.3.0beta1.tar.gz