This commit is contained in:
Tom Callaway 2013-04-11 16:15:00 -04:00
parent a10f70c3c2
commit 55180b96e8
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
wavethresh_2.2-11.tar.gz
/wavethresh_4.5.tar.gz
/wavethresh_4.6.2.tar.gz

View File

@ -1,10 +1,10 @@
%define packver 4.5
%define packver 4.6.2
%define packname wavethresh
Summary: R module, Software to perform wavelet statistics and transforms
Name: R-%{packname}
Version: %{packver}
Release: 5%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Engineering
Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz
@ -12,8 +12,8 @@ URL: http://cran.r-project.org/web/packages/wavethresh/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: R-core >= 2.1
BuildRequires: R-devel >= 2.1, tetex-latex
Requires: R-core >= 3.0.0
BuildRequires: R-devel >= 3.0.0, tetex-latex
%description
@ -49,6 +49,9 @@ cd ..;%{_bindir}/R CMD check %{packname}
%doc DESCRIPTION
%changelog
* Thu Apr 11 2013 Tom Callaway <spot@fedoraproject.org> - 4.6.2-1
- update to 4.6.2
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
6b1bb72f421c5be0bddd5b556e5588b2 wavethresh_4.5.tar.gz
bab9b5f0c93af9491c5d635a1b3344c8 wavethresh_4.6.2.tar.gz