Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 84b2c21f0b7295f8273a5f11ba151b4d > files > 1

R-cran-acepack-1.3.2.2-5mdv2009.0.src.rpm

%define modulename acepack
%define realver 1.3-2.2
%define r_library %{_libdir}/R/library
%define _requires_exceptions libR.so

Summary:	R module for selecting regression transformations
Name:		R-cran-%{modulename}
Version:	%(echo %realver|tr '-' '.')
Release:	%mkrel 5
License:	GPLv2+
Group:		Sciences/Mathematics
Url:		http://cran.r-project.org/web/packages/%{modulename}/index.html
Source0:	http://cran.r-project.org/src/contrib/%{modulename}_%{realver}.tar.gz
BuildRequires:	R-base
BuildRequires:	gcc-gfortran
Requires:	R-base
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
ACE and AVAS methods for choosing regression transformations.

%prep
%setup -q -c

%build

R CMD build %{modulename}

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

mkdir -p %{buildroot}/%{r_library}

# (tpg) install
R CMD INSTALL %{modulename} --library=%{buildroot}/%{r_library}

# (tpg) provided by R-base
rm -rf %{buildroot}/%{r_library}/R.css

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{r_library}/%{modulename}


%changelog
* Fri Aug 01 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.3.2.2-5mdv2009.0
+ Revision: 260118
- rebuild

* Fri Jul 25 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.3.2.2-4mdv2009.0
+ Revision: 248007
- rebuild

* Fri Feb 29 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 1.3.2.2-2mdv2008.1
+ Revision: 176959
- remove requires on libR.so

* Sun Feb 17 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 1.3.2.2-1mdv2008.1
+ Revision: 169980
- complete spec file
- fix Url
- add source and spec file
- Created package structure for R-cran-acepack.