]> git.pld-linux.org Git - packages/R-cran-oz.git/blobdiff - R-cran-oz.spec
- converted to UTF-8
[packages/R-cran-oz.git] / R-cran-oz.spec
index 2a6a0b1d9794f66230424cfdc6d8be0f9a6392c5..2464bd641de2436bbd524406143abda7d4d502c2 100644 (file)
@@ -1,16 +1,16 @@
 %define                fversion        %(echo %{version} |tr r -)
 %define                modulename      oz
 Summary:       Plot the Australian coastline and states
-Summary(pl):   Rysuje Australijsk± liniê brzegow± oraz stany
+Summary(pl.UTF-8):   Rysowanie australijskiej linii brzegowej i stanów
 Name:          R-cran-%{modulename}
 Version:       1.0r10
-Release:       0.1
+Release:       2
 License:       GPL
 Group:         Applications/Math
 Source0:       ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
 # Source0-md5: 6a5a128dd37ba36a59246e00ece159d5
-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
 Plot the Australian coastline and states.
 
-%description -l pl
-Rysuje Australijsk± liniê brzegow± oraz stany.
+%description -l pl.UTF-8
+Rysowanie australijskiej linii brzegowej i stanów.
 
 %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.083167 seconds and 4 git commands to generate.