rpms/rpy/FC-4 rpy.spec,1.5,1.6

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Fri Feb 17 00:09:20 UTC 2006


Author: jamatos

Update of /cvs/extras/rpms/rpy/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29807

Modified Files:
	rpy.spec 
Log Message:
* Thu Feb 16 2006 José Matos <jamatos at fc.up.pt> - 0.4.6-6
- Use a fixed value for R version.



Index: rpy.spec
===================================================================
RCS file: /cvs/extras/rpms/rpy/FC-4/rpy.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpy.spec	16 Feb 2006 11:52:37 -0000	1.5
+++ rpy.spec	17 Feb 2006 00:09:20 -0000	1.6
@@ -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 @@
 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 @@
 
 
 %changelog
+* Thu Feb 16 2006 José Matos <jamatos at fc.up.pt> - 0.4.6-6
+- Use a fixed value for R version.
+
 * Thu Feb 16 2006 José Matos <jamatos at fc.up.pt> - 0.4.6-5
 - Set explicit dependency on exact version of R used to build the package. (bz#177078)
 




More information about the fedora-extras-commits mailing list