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

R-cran-quadprog.spec

index d182201f7ca1952b530edc6a11e3626c8f4859c7..4926ab91f3fd7e97033e0c18b3600a3c37403351 100644 (file)
@@ -4,15 +4,15 @@ Summary:      Functions to solve Quadratic Programming Problems
 Summary:       Funkcje do rozwi±zywania problemów programowania kwadratowego
 Name:          R-cran-%{modulename}
 Version:       1.4r7
-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: d93eb133e72e89de717c9db9d5f28d66
-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)
@@ -40,12 +40,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.069185 seconds and 4 git commands to generate.