]> git.pld-linux.org Git - packages/R-cran-gtable.git/blame - R-cran-gtable.spec
- new
[packages/R-cran-gtable.git] / R-cran-gtable.spec
CommitLineData
80c569e6
JR
1%define fversion %(echo %{version} |tr r -)
2%define modulename gtable
3Summary: Arrange grobs in tables
4Name: R-cran-%{modulename}
5Version: 0.1.2
6Release: 1
7License: GPL v2
8Group: Applications/Math
9Source0: ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
10# Source0-md5: be491aa5220f0059a0e1cb04679b6563
11URL: http://cran.fhcrc.org/web/packages/gtable/index.html
12BuildRequires: R >= 2.8.1
13Requires(post,postun): R >= 2.8.1
14Requires(post,postun): perl-base
15Requires(post,postun): textutils
16Requires: R
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Tools to make it easier to work with "tables" of grobs.
21
22%prep
23%setup -q -c
24
25%build
26R CMD build %{modulename}
27
28%install
29rm -rf $RPM_BUILD_ROOT
30install -d $RPM_BUILD_ROOT%{_libdir}/R/library/
31R CMD INSTALL %{modulename} --library=$RPM_BUILD_ROOT%{_libdir}/R/library/
32
33%clean
34rm -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.110421 seconds and 4 git commands to generate.