buildrequires

This commit is contained in:
cheese 2010-05-08 07:32:17 +00:00
parent 158d8a2402
commit 68a52a125e
1 changed files with 6 additions and 2 deletions

View File

@ -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 <cheese@nosuchhost.net>
- 1.0.4.1-2
- BuildRequires latex
* Fri Apr 09 2010 josef radinger <cheese@nosuchhost.net>
- 1.0.4.1-1
- initial release