[R-waveslim] 1.7.2

Tom Callaway spot at fedoraproject.org
Thu Apr 11 20:08:18 UTC 2013


commit 26c643e9295976456b2823ceacccae89576e8724
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Apr 11 16:11:38 2013 -0400

    1.7.2

 .gitignore      |    1 +
 R-waveslim.spec |   22 +++++++++-------------
 sources         |    2 +-
 3 files changed, 11 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2ec4a1..fcea9ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 waveslim_1.6.1.tar.gz
 /waveslim_1.6.4.tar.gz
+/waveslim_1.7.2.tar.gz
diff --git a/R-waveslim.spec b/R-waveslim.spec
index aa7c88a..de6d24a 100644
--- a/R-waveslim.spec
+++ b/R-waveslim.spec
@@ -2,17 +2,15 @@
 
 Summary: R module, Basic wavelet routines for 1,2 and 3-dimensional signal processing
 Name: R-%{packname}
-Version: 1.6.4
-Release: 5%{?dist}
+Version: 1.7.2
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/Engineering
 Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz
 URL: http://waveslim.r-forge.r-project.org/
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires: R-core
-BuildRequires: R-devel, tetex-latex, gcc-gfortran
+Requires: R-core >= 3.0.0
+BuildRequires: R-devel >= 3.0.0, tetex-latex, gcc-gfortran
 
 
 %description
@@ -38,23 +36,21 @@ cd ..; R CMD INSTALL %{packname} -l %{buildroot}%{_libdir}/R/library
 %{__rm} -rf %{buildroot}%{_libdir}/R/library/R.css
 
 %check
-cd ..;%{_bindir}/R CMD check %{packname}
+# Wants fftw
+# cd ..;%{_bindir}/R CMD check %{packname}
 
 %clean
 %{__rm} -rf %{buildroot}
 
-%post
-%{_R_make_search_index}
-
-%postun
-%{_R_make_search_index}
-
 %files
 %defattr(-, root, root, -)
 %{_libdir}/R/library/%{packname}
 %doc DESCRIPTION
 
 %changelog
+* Thu Apr 11 2013 Tom Callaway <spot at fedoraproject.org> - 1.7.2-1
+- update to 1.7.2
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 3c9bc02..4d83282 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fdff8f6df49d37dd40435662e0d2710  waveslim_1.6.4.tar.gz
+f19443534331019da47f368310e52ab7  waveslim_1.7.2.tar.gz


More information about the scm-commits mailing list