rpms/R-waveslim/devel R-waveslim.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Wed Mar 8 22:35:56 UTC 2006


Author: jamatos

Update of /cvs/extras/rpms/R-waveslim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29570/devel

Modified Files:
	.cvsignore sources 
Added Files:
	R-waveslim.spec 
Log Message:
auto-import R-waveslim-1.5-2 on branch devel from R-waveslim-1.5-2.src.rpm


--- NEW FILE R-waveslim.spec ---
%define packname waveslim

Summary:	R module, Basic wavelet routines for 1,2 and 3-dimensional signal processing
Name:		R-%{packname}
Version: 	1.5
Release: 	2%{?dist}
License:	GPL
Group:		Applications/Engineering
Source0:	ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz
URL:		http://www.image.ucar.edu/staff/whitcher/

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:	R >= 1.9.0
BuildRequires:	R >= 1.9.0, tetex-latex, gcc-gfortran


%description
Basic wavelet routines for time series (1D), image (2D)
and array (3D) analysis.  The code provided here is based on
wavelet methodology developed in Percival and Walden (2000);
Gencay, Selcuk and Whitcher (2001); the dual-tree complex wavelet
transform (CWT) from Kingsbury (1999, 2001) as implemented by
Selesnick; and Hilbert wavelet pairs (Selesnick 2001, 2002).  All
figures in chapters 4-7 of GSW (2001) are reproducible using this
package and R code available at the book website(s) below.

%prep
%setup -q -n %{packname}

%build

%install
%{__rm} -rf %{buildroot}

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}

%clean
%{__rm} -rf %{buildroot}

%post
%{__cat} %{_libdir}/R/library/*/CONTENTS > %{_libdir}/R/doc/html/search/index.txt

%postun
%{__cat} %{_libdir}/R/library/*/CONTENTS > %{_libdir}/R/doc/html/search/index.txt

%files
%defattr(-, root, root, -)
%{_libdir}/R/library/%{packname}
%doc DESCRIPTION

%changelog
* Wed Mar 08 2006 José Matos <jamatos at fc.up.pt> 1.5-2
- Rename License to GPL only, add gfortran as BR, add DESCRIPTION to %%doc

* Fri Mar 03 2006 José Matos <jamatos at fc.up.pt> 1.5-1
- Initial package creation


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/R-waveslim/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Mar 2006 22:35:04 -0000	1.1
+++ .cvsignore	8 Mar 2006 22:35:56 -0000	1.2
@@ -0,0 +1 @@
+waveslim_1.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/R-waveslim/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Mar 2006 22:35:04 -0000	1.1
+++ sources	8 Mar 2006 22:35:56 -0000	1.2
@@ -0,0 +1 @@
+be50b05225e14941232a00338d61e920  waveslim_1.5.tar.gz




More information about the fedora-extras-commits mailing list