BR: readline-devel

This commit is contained in:
Tom "spot" Callaway 2011-07-11 16:56:42 -04:00
parent 0c4281e466
commit 6355cbdd46

View File

@ -4,13 +4,13 @@
Name: rpy
Summary: Python interface to the R language
Version: 2.2.1
Release: 1%{?dist}
Release: 2%{?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
BuildRequires: R-devel = %{rver}, numpy, python-devel
BuildRequires: readline-devel
Requires: numpy
Requires: R-core = %{rver}
@ -43,6 +43,9 @@ mv %{buildroot}/usr/lib/python2.?/site-packages/rpy2/images %{buildroot}%{python
%{python_sitearch}/rpy2-%{version}*.egg-info
%changelog
* Mon Jul 11 2011 Tom Callaway <spot@fedoraproject.org> - 2.2.1-2
- add BuildRequires: readline-devel
* Mon Jul 11 2011 Tom Callaway <spot@fedoraproject.org> - 2.2.1-1
- update to 2.2.1, note R at 2.13.1
- spec file modernization