]> git.pld-linux.org Git - packages/R-cran-xgobi.git/blobdiff - R-cran-xgobi.spec
- converted to UTF-8
[packages/R-cran-xgobi.git] / R-cran-xgobi.spec
index 7d45c2da6066c3b06d5b9290b34f5ab600e2b1b5..a380c3019bedb0cdcca919bcde42a5e62ebfdd67 100644 (file)
@@ -1,16 +1,16 @@
 %define                fversion        %(echo %{version} |tr r -)
 %define                modulename      xgobi
 Summary:       Interface to the XGobi and XGvis programs for graphical data analysis
-Summary(pl):   Interfejsy do programów XGobi i XGvis do graficznej analizy danych
+Summary(pl.UTF-8):   Interfejsy do programów XGobi i XGvis do graficznej analizy danych
 Name:          R-cran-%{modulename}
 Version:       1.2r12
-Release:       1
+Release:       2
 License:       Copyright (C) by Bellcore, non-profit use and redistribution permitted (see COPYING for details)
 Group:         Applications/Math
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5: 3edae689c69c12ef71df1ee269c1b1b8
-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)
@@ -18,8 +18,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Interface to the XGobi and XGvis programs for graphical data analysis.
 
-%description -l pl
-Interfejsy do programów XGobi i XGvis do graficznej analizy danych.
+%description -l pl.UTF-8
+Interfejsy do programów XGobi i XGvis do graficznej analizy danych.
 
 %prep
 %setup -q -c
@@ -36,12 +36,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.073366 seconds and 4 git commands to generate.