change buildrequires

This commit is contained in:
cheese 2010-05-08 11:27:36 +00:00
parent 8de4c19fa7
commit 23e2890fcd
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: R-%{packname}
Version: 1.0.4.1
Release: 3%{?dist}
Release: 4%{?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, tetex-latex
BuildRequires: R-devel, tex(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
* Sat May 08 2010 josef radinger <cheese@nosuchhost.net>
- 1.0.4.1-4
- tetex-latex -> tex(latex)
* Sat May 08 2010 josef radinger <cheese@nosuchhost.net>
- 1.0.4.1-3
- fresh build