From 30bba64daf68873b23d6a5d6f2d159210c1d63e9 Mon Sep 17 00:00:00 2001 From: José Abílio Oliveira Matos Date: Apr 26 2006 14:44:19 +0000 Subject: - BuildRequires tetex for "make pdf" (pdftex). --- diff --git a/rpy.spec b/rpy.spec index cf16771..585c042 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: 9%{?dist} +Release: 10%{?dist} Url: http://rpy.sourceforge.net Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz Patch1: rpy-install-info.patch @@ -12,7 +12,7 @@ License: GPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: R, python-numeric, python-devel, texinfo +BuildRequires: R, python-numeric, python-devel, texinfo, tetex Requires: python-numeric Requires: R = 2.3.0 @@ -67,6 +67,9 @@ fi %changelog +* Wed Apr 26 2006 José Matos - 0.4.6-10 +- BuildRequires tetex for "make pdf" (pdftex). + * Wed Apr 26 2006 José Matos - 0.4.6-9 - Fix detection of R version.