diff --git a/R-wavethresh.spec b/R-wavethresh.spec index 4494fc3..de4f0bb 100644 --- a/R-wavethresh.spec +++ b/R-wavethresh.spec @@ -4,7 +4,7 @@ Summary: R module, Software to perform wavelet statistics and transforms Name: R-%{packname} Version: 2.2 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: Applications/Engineering Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}-%{packrel}.tar.gz @@ -13,7 +13,7 @@ URL: http://cran.r-project.org/contrib/main/Descriptions/wavethresh.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: R >= 2.1 -BuildRequires: R >= 2.1, tetex-latex +BuildRequires: R-devel >= 2.1, tetex-latex %description @@ -49,6 +49,9 @@ cd ..;%{_bindir}/R CMD check %{packname} %doc DESCRIPTION %changelog +* Mon Jan 7 2008 Alex Lancaster - 2.2-8 +- BuildRequires: R-devel rather than just R + * Mon Aug 27 2007 José Matos - 2.2-7 - License fix, rebuild for devel (F8).