]> git.pld-linux.org Git - packages/R-cran-acepack.git/blobdiff - R-cran-acepack.spec
- fixed install
[packages/R-cran-acepack.git] / R-cran-acepack.spec
index 61305d3a9977c57075636ab5819cadc67ba2463d..01ccc0e99d077b60ff53bf0ae26b66778ce91677 100644 (file)
@@ -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
This page took 0.083365 seconds and 4 git commands to generate.