]> git.pld-linux.org Git - packages/R-cran-dichromat.git/blob - R-cran-dichromat.spec
- new
[packages/R-cran-dichromat.git] / R-cran-dichromat.spec
1 %define         fversion        %(echo %{version} |tr r -)
2 %define         modulename      dichromat
3 Summary:        Color Schemes for Dichromats
4 Name:           R-cran-%{modulename}
5 Version:        2.0r0
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:  84e194ac95a69763d740947a7ee346a6
11 URL:            http://socserv.socsci.mcmaster.ca/jfox/
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 Collapse red-green or green-blue distinctions to simulate the effects
21 of different types of color-blindness.
22
23 %prep
24 %setup -q -c
25
26 %build
27 R CMD build %{modulename}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_libdir}/R/library/
32 R CMD INSTALL %{modulename} --library=$RPM_BUILD_ROOT%{_libdir}/R/library/
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc %{modulename}/DESCRIPTION
40 %{_libdir}/R/library/%{modulename}
This page took 0.060173 seconds and 3 git commands to generate.