From 68a52a125e4215d2e5a9809023508667c4107235 Mon Sep 17 00:00:00 2001 From: cheese Date: Sat, 8 May 2010 07:32:17 +0000 Subject: [PATCH] buildrequires --- R-bitops.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/R-bitops.spec b/R-bitops.spec index 7a1f2a3..a9c5b6c 100644 --- a/R-bitops.spec +++ b/R-bitops.spec @@ -3,7 +3,7 @@ Name: R-%{packname} Version: 1.0.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Functions for Bitwise operations Group: Applications/Productivity @@ -12,7 +12,7 @@ URL: http://cran.r-project.org/web/packages/bitops/index.html Source0: http://cran.r-project.org/src/contrib/%{packname}_%{packvers}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: R-core -BuildRequires: R-devel +BuildRequires: R-devel, tetex-latex %description Functions for Bitwise operations on integer vectors. @@ -47,6 +47,10 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so) %{_libdir}/R/library/%{packname}/libs %changelog +* Fri May 07 2010 josef radinger +- 1.0.4.1-2 +- BuildRequires latex + * Fri Apr 09 2010 josef radinger - 1.0.4.1-1 - initial release