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

R-cran-gee.spec

index 4ddd85741eac366e44b338f65064c32679c6dcdc..df3c84dd48307b5cf5556c87a14f116c46f12ce3 100644 (file)
@@ -4,15 +4,15 @@ Summary:      Generalized Estimation Equation solver
 Summary(pl):   Rozwi±zywanie uogólnionych równañ estymacji
 Name:          R-cran-%{modulename}
 Version:       4.13r10
-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: 7f32a7f7b022dd366d27482a3561d2a6
-BuildRequires: R-base >= 2.0.0
+BuildRequires: R-base >= 2.4.0
 BuildRequires: blas-devel
 BuildRequires: gcc-g77
-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
 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.048453 seconds and 4 git commands to generate.