summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2007-02-08 18:02:04 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit933accfc8702c285d337fe6c16a436314b3b63a2 (patch)
tree23acc76e4943c6a695e3642678e3b3b52cb9654b
parentdf85abac57e66b9069bfd2e4833ee58f830deafd (diff)
downloadR-cran-abind-933accfc8702c285d337fe6c16a436314b3b63a2.zip
R-cran-abind-933accfc8702c285d337fe6c16a436314b3b63a2.tar.gz
- fixed post script for R 2.4.0
- R: R >= 2.4.0 Changed files: R-cran-abind.spec -> 1.3
-rw-r--r--R-cran-abind.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/R-cran-abind.spec b/R-cran-abind.spec
index 79d4a39..9b055b0 100644
--- a/R-cran-abind.spec
+++ b/R-cran-abind.spec
@@ -4,13 +4,13 @@ Summary: Combine multi-dimensional arrays
Summary(pl): £±czenie wielowymiarowych tablic
Name: R-cran-%{modulename}
Version: 1.1r0
-Release: 1
+Release: 2
License: LGPL v2+
Group: Applications/Math
Source0: ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
# Source0-md5: e70921be502d58d9edb1a1b64af44d48
-BuildRequires: R-base >= 2.0.0
-Requires(post,postun): R-base >= 2.0.0
+BuildRequires: R-base >= 2.4.0
+Requires(post,postun): R-base >= 2.4.0
Requires(post,postun): perl-base
Requires(post,postun): textutils
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,12 +40,12 @@ rm -rf $RPM_BUILD_ROOT
%post
(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
%postun
if [ -f %{_libdir}/R/bin/Rcmd ];then
(cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
- R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --htmllist)
+ R_HOME=%{_libdir}/R ../bin/Rcmd perl ../share/perl/build-help.pl --index)
fi
%files