source: projects/specs/trunk/R/R-rgl/R-rgl-vl.spec @ 10410

Revision 10410, 1.6 KB checked in by ara_t, 8 years ago (diff)

rebuild with gcc-5.4.0

Line 
1%define pkg_name rgl
2%define pkg_version 0.95.1441
3%define pkg_release 3%{?_dist_release}
4
5Summary: GNU R package - rgl: 3D Visualization Using OpenGL
6Name:    R-%{pkg_name}
7Version: %{pkg_version}
8Release: %{pkg_release}
9
10License: GPLv2 or 3
11Group:   Applications/Edutainment
12URL:     https://cran.ism.ac.jp/
13Source0: https://cran.ism.ac.jp/src/contrib/%{pkg_name}_%{version}.tar.gz
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16BuildRequires: R >= 2.15.0
17BuildRequires: xorg-x11-devel
18BuildRequires: freeglut-devel
19BuildRequires: libpng-devel
20Requires: R >= 2.15.0
21
22Vendor: Project Vine
23Distribution: Vine Linux
24Packager: ara_t
25
26
27%description
28Provides medium to high level functions for 3D interactive graphics,
29including functions modelled on base graphics (plot3d(), etc.)
30as well as functions for constructing representations of
31geometric objects (cube3d(), etc.).
32Output may be on screen using OpenGL, or to various standard 3D file formats
33including WebGL, PLY, OBJ, STL
34as well as 2D image formats, including PNG, Postscript, SVG, PGF.
35
36
37%prep
38%{__rm} -rf ${RPM_BUILD_ROOT}
39
40%build
41%{__mkdir_p} ${RPM_BUILD_ROOT}%{_libdir}/R/library
42R CMD INSTALL %{_sourcedir}/%{pkg_name}_%{version}.tar.gz \
43              -l ${RPM_BUILD_ROOT}%{_libdir}/R/library
44
45%clean
46%{__rm} -rf ${RPM_BUILD_ROOT}
47
48
49%files
50%defattr(-, root, root)
51%{_libdir}/R/library
52
53
54%changelog
55* Tue Jun 28 2016 Toshiaki Ara <ara_t@384.jp> 0.95.1441-3
56- rebuild with gcc-5.4.0
57
58* Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 0.95.1441-2
59- correct SPEC file
60
61* Thu Jan 28 2016 Toshiaki Ara <ara_t@384.jp> 0.95.1441-1
62- new package
Note: See TracBrowser for help on using the repository browser.