]> 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 2464bd641de2436bbd524406143abda7d4d502c2..27edc22b3170bb53d6e1326083f6b6646c425d71 100644 (file)
@@ -1,16 +1,16 @@
 %define                fversion        %(echo %{version} |tr r -)
 %define                modulename      oz
 Summary:       Plot the Australian coastline and states
-Summary(pl.UTF-8):   Rysowanie australijskiej linii brzegowej i stanów
+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.035319 seconds and 4 git commands to generate.