X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=R-cran-e1071.spec;fp=R-cran-e1071.spec;h=895aa3d79d50d47f6986f3a5459a13c7363b2b58;hb=f91345d853ff95ceec868f93dee66a334aa9d024;hp=906ce1a6a73f0577eb1d8b77ad57da301bf12c6f;hpb=b17b9fb7519071b394858c90e7edf12e5e8599a3;p=packages%2FR-cran-e1071.git diff --git a/R-cran-e1071.spec b/R-cran-e1071.spec index 906ce1a..895aa3d 100644 --- a/R-cran-e1071.spec +++ b/R-cran-e1071.spec @@ -4,15 +4,15 @@ Summary: Misc Functions of the Department of Statistics (e1071), TU Wien Summary(pl): Ró¿ne funkcje Wydzia³u Statystyki (e1071) Politechniki Wiedeñskiej Name: R-cran-%{modulename} Version: 1.5r1 -Release: 3 +Release: 4 License: GPL v2. See COPYRIGHT.svm.cpp for the copyright of the svm C++ code. Group: Applications/Math Source0: ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz # Source0-md5: 5f0a033bb84d4be58575b3eb9549d53f -BuildRequires: R-base >= 2.0.0 +BuildRequires: R-base >= 2.4.0 # should be BR: R-cran-class, but our builders doesn't support BR: foo after Provides: foo BuildRequires: R-cran-VR -Requires(post,postun): R-base >= 2.0.0 +Requires(post,postun): R-base >= 2.4.0 Requires(post,postun): perl-base Requires(post,postun): textutils Requires: R-cran-class @@ -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