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

R-cran-leaps.spec

index 17174f8b969969d84ff5117fbe98269cb49cdaf3..9d4eb525236e28b5fc9f0bd2edabf8efe841fbb4 100644 (file)
@@ -4,14 +4,14 @@ Summary:      Regression subset selection
 Summary(pl):   Wybór podzbioru regresji
 Name:          R-cran-%{modulename}
 Version:       2.7
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Applications/Math
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{version}.tar.gz
 # Source0-md5: 551d8cd9a53d2eee7c13108577910a44
-BuildRequires: R-base >= 2.0.0
+BuildRequires: R-base >= 2.4.0
 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)
@@ -37,12 +37,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.059497 seconds and 4 git commands to generate.