]> git.pld-linux.org Git - packages/R-cran-sma.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-sma.spec -> 1.3

R-cran-sma.spec

index 28f86992e9b80d2ca54c19a12aa56aae6d9ffd6e..f6718fb544ec4181f3651a4de8d5bf8f31b52057 100644 (file)
@@ -4,14 +4,14 @@ Summary:      Statistical Microarray Analysis
 Summary(pl):   Statystyczne analizy mikrotablicowe
 Name:          R-cran-%{modulename}
 Version:       0.5.14
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/Math
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5: b669496897c520eb0a78ff62c647f3ef
 URL:           http://www.stat.berkeley.edu/users/terry/zarray/Html/smacode.html
-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)
@@ -38,12 +38,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.105452 seconds and 4 git commands to generate.