1 |
Name: xplanet |
2 |
Version: 1.3.0 |
3 |
Release: %mkrel 1 |
4 |
Summary: OpenGL based planet renderer |
5 |
Source0: http://freefr.dl.sourceforge.net/sourceforge/xplanet/%{name}-%{version}.tar.gz |
6 |
URL: http://xplanet.sourceforge.net/ |
7 |
License: GPLv2+ |
8 |
Group: Toys |
9 |
BuildRequires: png-devel |
10 |
BuildRequires: jpeg-devel |
11 |
BuildRequires: tiff-devel |
12 |
BuildRequires: ungif-devel |
13 |
BuildRequires: libx11-devel |
14 |
BuildRequires: libxscrnsaver-devel |
15 |
BuildRequires: freetype2-devel |
16 |
BuildRequires: pango-devel |
17 |
|
18 |
%description |
19 |
Xplanet is similar to Xearth, where an image of the earth is rendered into |
20 |
an X window. Azimuthal, Mercator, Mollweide, orthographic, or rectangular |
21 |
projections can be displayed as well as a window with a globe the user can |
22 |
rotate interactively. The other planets and some satellites may also be |
23 |
displayed. The latest version, as well as maps for other planets can be |
24 |
found at http://xplanet.sourceforge.net. Xplanet can support separate |
25 |
night and day maps, as well as a separate cloud map. |
26 |
|
27 |
%prep |
28 |
%setup -q |
29 |
|
30 |
%build |
31 |
# the macro break X output |
32 |
%configure2_5x --with-xscreensaver --with-x |
33 |
%make |
34 |
|
35 |
%install |
36 |
rm -rf %{buildroot} |
37 |
%makeinstall_std |
38 |
|
39 |
|
40 |
%files |
41 |
%doc COPYING ChangeLog |
42 |
%{_mandir}/man1/%{name}.1* |
43 |
%{_bindir}/* |
44 |
%{_datadir}/%{name} |