]> git.pld-linux.org Git - packages/R-cran-munsell.git/blob - R-cran-munsell.spec
- new
[packages/R-cran-munsell.git] / R-cran-munsell.spec
1 %define         fversion        %(echo %{version} |tr r -)
2 %define         modulename      munsell
3 Summary:        Munsell colour system
4 Name:           R-cran-%{modulename}
5 Version:        0.4.2
6 Release:        1
7 License:        MIT
8 Group:          Applications/Math
9 Source0:        ftp://stat.ethz.ch/R-CRAN/src/contrib/%{modulename}_%{fversion}.tar.gz
10 # Source0-md5:  45561402fe3ffb8e534a1487bb60d938
11 URL:            http://cran.fhcrc.org/web/packages/munsell/index.html
12 BuildRequires:  R >= 2.8.1
13 BuildRequires:  R-cran-colorspace
14 Requires(post,postun):  R >= 2.8.1
15 Requires(post,postun):  perl-base
16 Requires(post,postun):  textutils
17 Requires:       R
18 Requires:       R-cran-colorspace
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Functions for exploring and using the Munsell colour system.
23
24 %prep
25 %setup -q -c
26
27 %build
28 R CMD build %{modulename}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_libdir}/R/library/
33 R CMD INSTALL %{modulename} --library=$RPM_BUILD_ROOT%{_libdir}/R/library/
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc %{modulename}/DESCRIPTION
41 %{_libdir}/R/library/%{modulename}
This page took 0.101635 seconds and 3 git commands to generate.