X-Git-Url: http://git.pld-linux.org/?p=packages%2FR-cran-acepack.git;a=blobdiff_plain;f=R-cran-acepack.spec;h=01ccc0e99d077b60ff53bf0ae26b66778ce91677;hp=61305d3a9977c57075636ab5819cadc67ba2463d;hb=25f20882f19e48edb947fa4d50dca1596339de46;hpb=cf194220b69e113257c8fdb654eef3e3978a290c diff --git a/R-cran-acepack.spec b/R-cran-acepack.spec index 61305d3..01ccc0e 100644 --- a/R-cran-acepack.spec +++ b/R-cran-acepack.spec @@ -1,17 +1,17 @@ %define fversion %(echo %{version} |tr r -) %define modulename acepack Summary: ace() and avas() for selecting regression transformations -Summary(pl): ace() i avas() do wyboru przekszta³ceñ regresji +Summary(pl.UTF-8): ace() i avas() do wyboru przekształceń regresji Name: R-cran-%{modulename} -Version: 1.3r2.1 +Version: 1.3r3.3 Release: 2 License: avas is public domain, ace is on Statlib Group: Applications/Math Source0: ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz -# Source0-md5: eb75cab587664b58df4a14c65f450b62 -BuildRequires: R-base >= 2.4.0 -BuildRequires: gcc-g77 -Requires(post,postun): R-base >= 2.4.0 +# Source0-md5: 088bedfe9e976ad15205645f499c842e +BuildRequires: R >= 2.8.1 +BuildRequires: gcc-fortran +Requires(post,postun): R >= 2.8.1 Requires(post,postun): perl-base Requires(post,postun): textutils BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -19,8 +19,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description ACE and AVAS methods for choosing regression transformations. -%description -l pl -Metody ACE i AVAS do wyboru przekszta³ceñ regresji. +%description -l pl.UTF-8 +Metody ACE i AVAS do wyboru przekształceń regresji. %prep %setup -q -c @@ -30,6 +30,7 @@ R CMD build %{modulename} %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_libdir}/R/library/ R CMD INSTALL %{modulename} --library=$RPM_BUILD_ROOT%{_libdir}/R/library %clean