]> git.pld-linux.org Git - packages/R-cran-xgobi.git/blobdiff - R-cran-xgobi.spec
- fixed install
[packages/R-cran-xgobi.git] / R-cran-xgobi.spec
index 92bd44f4a8da3d9650ab21abe5c8d599f7ce5393..0b9176979c7836930006e330f9a0f96f7c7b373d 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
+Version:       1.2r15
 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.4.0
-Requires(post,postun): R-base >= 2.4.0
+# Source0-md5: f940376554daab0cc17a0c0530bc9dfa
+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)
@@ -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
@@ -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
@@ -46,5 +47,5 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc %{modulename}/{DESCRIPTION,README,COPYING,ChangeLog}
+%doc %{modulename}/{DESCRIPTION,README,ChangeLog}
 %{_libdir}/R/library/%{modulename}
This page took 0.523001 seconds and 4 git commands to generate.