]> git.pld-linux.org Git - packages/R-cran-rjags.git/blob - R-cran-rjags.spec
cf3fd5bada905cb3327fd4a5f24e37c684d45dfe
[packages/R-cran-rjags.git] / R-cran-rjags.spec
1 %define         fversion        %(echo %{version} | tr r -)
2 %define         modulename      rjags
3 Summary:        Interface to the JAGS MCMC library
4 Name:           R-cran-%{modulename}
5 Version:        0.3r5
6 Release:        1
7 License:        GPL
8 Group:          Applications/Databases
9 Source0:        http://cran.r-project.org/src/contrib/%{modulename}_%{fversion}.tar.gz
10 # Source0-md5:  2337db7420746aeaeb631c950bbaeb82
11 BuildRequires:  R >= 2.12.0
12 #BuildRequires: tetex-latex-ae
13 #BuildRequires: tetex-latex-bibtex
14 #Requires(post,postun): R >= 2.12.0
15 #Requires(post,postun): perl-base
16 #Requires(post,postun): textutils
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Interface to the JAGS MCMC library.
21
22 %prep
23 %setup -q -c
24
25 %build
26 R CMD build %{modulename}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_libdir}/R/library/
31 R CMD INSTALL %{modulename} --library=$RPM_BUILD_ROOT%{_libdir}/R/library/
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc %{modulename}/DESCRIPTION
39 %{_libdir}/R/library/%{modulename}
This page took 0.096092 seconds and 3 git commands to generate.