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

R-cran-effects.spec

index 127f403afdd5b82455af5ddcdc8e700946ac42e6..3c04414356581c37fa5bd2da6feaf18466bdb368 100644 (file)
@@ -4,14 +4,14 @@ Summary:      Effect Displays for Linear and Generalized Linear Models
 Summary(pl):   Wy¶wietlanie efektów dla liniowych i uogólnionych modeli liniowych
 Name:          R-cran-%{modulename}
 Version:       1.0r5
 Summary(pl):   Wy¶wietlanie efektów dla liniowych i uogólnionych modeli liniowych
 Name:          R-cran-%{modulename}
 Version:       1.0r5
-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: 79390a9807537b24e92956a0614c4ac7
 URL:           http://socserv.socsci.mcmaster.ca/jfox/
 License:       GPL v2+
 Group:         Applications/Math
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5: 79390a9807537b24e92956a0614c4ac7
 URL:           http://socserv.socsci.mcmaster.ca/jfox/
-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
 Requires:      R-cran-grid
 Requires(post,postun): perl-base
 Requires(post,postun): textutils
 Requires:      R-cran-grid
@@ -41,12 +41,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 (cd %{_libdir}/R/library; umask 022; cat */CONTENTS > ../doc/html/search/index.txt
 
 %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
 
 %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
 fi
 
 %files
This page took 0.080624 seconds and 4 git commands to generate.