]> git.pld-linux.org Git - packages/R-cran-xgobi.git/commitdiff
- fixed post script for R 2.4.0
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 8 Feb 2007 18:02:05 +0000 (18:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- R: R >= 2.4.0

Changed files:
    R-cran-xgobi.spec -> 1.4

R-cran-xgobi.spec

index 7d45c2da6066c3b06d5b9290b34f5ab600e2b1b5..92bd44f4a8da3d9650ab21abe5c8d599f7ce5393 100644 (file)
@@ -4,13 +4,13 @@ Summary:      Interface to the XGobi and XGvis programs for graphical data analysis
 Summary(pl):   Interfejsy do programów XGobi i XGvis do graficznej analizy danych
 Name:          R-cran-%{modulename}
 Version:       1.2r12
-Release:       1
+Release:       2
 License:       Copyright (C) by Bellcore, non-profit use and redistribution permitted (see COPYING for details)
 Group:         Applications/Math
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5: 3edae689c69c12ef71df1ee269c1b1b8
-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)
@@ -36,12 +36,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.073277 seconds and 4 git commands to generate.