From 334f8ef3682086c533ea59934ba7222abcdbdc90 Mon Sep 17 00:00:00 2001 From: José Abílio Oliveira Matos Date: Feb 17 2006 00:06:57 +0000 Subject: - Use a fixed value for R version. --- diff --git a/rpy.spec b/rpy.spec index fc31d7f..4f3576b 100644 --- a/rpy.spec +++ b/rpy.spec @@ -3,7 +3,7 @@ Name: rpy Summary: Python interface to the R language Version: 0.4.6 -Release: 5%{?dist} +Release: 6%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz License: GPL @@ -11,9 +11,8 @@ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: R, python-numeric, python-devel - -Requires: R = %(R --version | head -n 1 | sed -e 's/.* \(.*\) .*/\1/') Requires: python-numeric +Requires: R = 2.2.1 %description RPy provides a robust Python interface to the R @@ -45,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 16 2006 José Matos - 0.4.6-6 +- Use a fixed value for R version. + * Thu Feb 16 2006 José Matos - 0.4.6-5 - Set explicit dependency on exact version of R used to build the package. (bz#177078)