]> git.pld-linux.org Git - packages/R-cran-oz.git/blobdiff - R-cran-oz.spec
- fixed install
[packages/R-cran-oz.git] / R-cran-oz.spec
index 9eda7ee014833cf74f0b1b412e82f3d680211bf1..27edc22b3170bb53d6e1326083f6b6646c425d71 100644 (file)
@@ -3,14 +3,14 @@
 Summary:       Plot the Australian coastline and states
 Summary(pl.UTF-8):     Rysowanie australijskiej linii brzegowej i stanów
 Name:          R-cran-%{modulename}
-Version:       1.0r10
+Version:       1.0r19
 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.4.0
-Requires(post,postun): R-base >= 2.4.0
+# Source0-md5: 9a05f3152e456412d0cc649309f52ff6
+BuildRequires: R >= 2.8.1
+Requires(post,postun): R >= 2.8.1
 Requires(post,postun): perl-base
 Requires(post,postun): textutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,6 +29,7 @@ R CMD build %{modulename}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/R/library/
 R CMD INSTALL %{modulename} --library=$RPM_BUILD_ROOT%{_libdir}/R/library/
 
 %clean
This page took 0.030715 seconds and 4 git commands to generate.