]> git.pld-linux.org Git - packages/R-cran-mlbench.git/blobdiff - R-cran-mlbench.spec
- converted to UTF-8
[packages/R-cran-mlbench.git] / R-cran-mlbench.spec
index 5f897fa7fb5d350b4635033b03cb5becc8e58ada..f32942b5a33b4ff467bbee80c7a7c60b1ec97f27 100644 (file)
@@ -1,18 +1,18 @@
 %define                fversion        %(echo %{version} |tr r -)
 %define                modulename      mlbench
 Summary:       Machine Learning Benchmark Problems
-Summary(pl):   Problemy wydajno¶ci uczenia maszyn
+Summary(pl.UTF-8):   Problemy wydajności uczenia maszyn
 Name:          R-cran-%{modulename}
 Version:       1.0r0
-Release:       2
+Release:       3
 License:       Free for non-commercial purposes (see README and data sets help pages for details)
 Group:         Applications/Math
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5: 101108689bd005ef96641a8c33f17698
-BuildRequires: R-base >= 2.0.0
+BuildRequires: R-base >= 2.4.0
 Provides:      R-mlbench
 Obsoletes:     R-mlbench
-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)
@@ -21,9 +21,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 A collection of artificial and real-world machine learning benchmark
 problems, including, e.g., several data sets from the UCI repository.
 
-%description -l pl
-Ten podpakiet R zawiera zestaw sztucznych i prawdziwych problemów
-wydajno¶ci uczenia maszyn, w tym kilka zbiorów danych z repozytorium
+%description -l pl.UTF-8
+Ten podpakiet R zawiera zestaw sztucznych i prawdziwych problemów
+wydajności uczenia maszyn, w tym kilka zbiorów danych z repozytorium
 UCI.
 
 %prep
@@ -41,12 +41,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.077126 seconds and 4 git commands to generate.