]> git.pld-linux.org Git - packages/R-cran-gtable.git/blob - R-cran-gtable.spec
- new
[packages/R-cran-gtable.git] / R-cran-gtable.spec
1 %define         fversion        %(echo %{version} |tr r -)
2 %define         modulename      gtable
3 Summary:        Arrange grobs in tables
4 Name:           R-cran-%{modulename}
5 Version:        0.1.2
6 Release:        1
7 License:        GPL v2
8 Group:          Applications/Math
9 Source0:        ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
10 # Source0-md5:  be491aa5220f0059a0e1cb04679b6563
11 URL:            http://cran.fhcrc.org/web/packages/gtable/index.html
12 BuildRequires:  R >= 2.8.1
13 Requires(post,postun):  R >= 2.8.1
14 Requires(post,postun):  perl-base
15 Requires(post,postun):  textutils
16 Requires:       R
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Tools to make it easier to work with "tables" of grobs.
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.063576 seconds and 3 git commands to generate.