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

R-cran-polynom.spec

index 407978d9bf234061239eb14e4108a9e6e22700f0..d0de425325a7f63902da2fab90bea5d2ed622dca 100644 (file)
@@ -4,13 +4,13 @@ Summary:      A collection of functions to implement a class for univariate polynomia
 Summary(pl):   Kolekcja funkcji do implementacji klas do operacji na wielomianach jednowymiarowych
 Name:          R-cran-%{modulename}
 Version:       1.1r15
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Math
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5: bc17210955f5a49834531ba1bdc1b0e9
-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.060222 seconds and 4 git commands to generate.