]> git.pld-linux.org Git - packages/R-cran-abind.git/blobdiff - R-cran-abind.spec
- tabs in preamble
[packages/R-cran-abind.git] / R-cran-abind.spec
index 2ec8643adc2ed151ca7fc168b8d471e27a2096f8..0be102bd790f9fcd75a68d236bbf7b5be864e60d 100644 (file)
@@ -1,16 +1,16 @@
 %define                fversion        %(echo %{version} |tr r -)
 %define                modulename      abind
 Summary:       Combine multi-dimensional arrays
-Summary(pl):   £±czy wielowymiarowe tablice
+Summary(pl.UTF-8):     Łączenie wielowymiarowych tablic
 Name:          R-cran-%{modulename}
 Version:       1.1r0
-Release:       1
-License:       LGPL Version 2 or later.
+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)
@@ -20,10 +20,10 @@ Combine multi-dimensional arrays. This is a generalization of cbind
 and rbind. Takes a sequence of vectors, matrices, or arrays and
 produces a single array of the same or higher dimension.
 
-%description -l pl
-£±czy wielowymiarowe tablice. Jest uogólnieniem cbind i rbind. Pobiera listê
-wektorów, matryc lub tablic oraz tworzy pojedyñcz± tablice tego samego lub
-wy¿szego wymiaru.
+%description -l pl.UTF-8
+Moduł ten łączy wielowymiarowe tablice. Jest uogólnieniem cbind i
+rbind. Pobiera listę wektorów, macierzy lub tablic i tworzy pojedynczą
+tablice tego samego lub wyższego wymiaru.
 
 %prep
 %setup -q -c
@@ -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
This page took 0.058368 seconds and 4 git commands to generate.