rpms/rpy/devel rpy.spec,1.45,1.46

José Abílio Oliveira Matos jamatos at fedoraproject.org
Mon Sep 21 09:31:23 UTC 2009


Author: jamatos

Update of /cvs/pkgs/rpms/rpy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12538

Modified Files:
	rpy.spec 
Log Message:
* Mon Sep 21 2009 José Matos <jamatos at fc.up.pt> - 2.0.6-6
- require at runtime just R-core



Index: rpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpy/devel/rpy.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- rpy.spec	24 Aug 2009 19:43:57 -0000	1.45
+++ rpy.spec	21 Sep 2009 09:31:21 -0000	1.46
@@ -4,7 +4,7 @@
 Name:          rpy
 Summary:       Python interface to the R language
 Version:       2.0.6
-Release:       5%{?dist}
+Release:       6%{?dist}
 Url:           http://rpy.sourceforge.net
 Source:        http://downloads.sf.net/%{name}/%{name}2-%{version}.tar.gz
 License:       MPLv1.1 or GPLv2+ or LGPLv2+
@@ -13,7 +13,7 @@ BuildRoot:     %{_tmppath}/%{name}-%{ver
 BuildRequires: R-devel = %{rver}, numpy, python-devel
 
 Requires:      numpy
-Requires:      R = %{rver}
+Requires:      R-core = %{rver}
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -45,11 +45,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS NEWS README GPL_LICENSE LGPL_LICENSE MPL_LICENSE PKG-INFO 
+%doc AUTHORS NEWS README GPL_LICENSE LGPL_LICENSE MPL_LICENSE PKG-INFO
 %{python_sitearch}/rpy2/
 %{python_sitearch}/rpy2-%{version}*.egg-info
 
 %changelog
+* Mon Sep 21 2009 José Matos <jamatos at fc.up.pt> - 2.0.6-6
+- require at runtime just R-core
+
 * Mon Aug 24 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.0.6-5
 - rebuild for R 2.9.2
 




More information about the fedora-extras-commits mailing list