]> git.pld-linux.org Git - packages/celestia.git/blob - celestia.spec
- Release 2.
[packages/celestia.git] / celestia.spec
1 Summary:        A real-time visual space simulation
2 Summary(pl):    Symulacja przestrzeni kosmicznej w czasie rzeczywistym
3 Name:           celestia
4 Version:        1.1.4
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Games
8 Group(de):      X11/Applikationen/Spiele
9 Group(pl):      X11/Aplikacje/Gry
10 Source0:        http://prdownloads.sourceforge.net/celestia/%{name}-%{version}.tar.gz
11 URL:            http://www.shatters.net/celestia/
12 BuildRequires:  OpenGL-devel
13 BuildRequires:  glut-devel
14 BuildRequires:  gnome-libs-devel
15 BuildRequires:  gtk+-devel
16 BuildRequires:  gtkglarea-devel
17 BuildRequires:  libjpeg-devel
18 BuildRequires:  libpng-devel
19 BuildRequires:  libstdc++-devel
20 Requires:       OpenGL
21 Requires:       glut
22 Requires:       gtk+
23 Requires:       gtkglarea 
24 Requires:       libjpeg
25 Requires:       libpng
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %define         _noautoreqdep   libGL.so.1 libGLU.so.1 libGLcore.so.1
29 %define         _noreqdep       libGL.so.1 libGLU.so.1 libGLcore.so.1
30 %define         _prefix         /usr/X11R6
31 %define         _mandir         %{_prefix}/man
32
33 %description
34 Celestia is a free real-time space simulation that lets you experience
35 our universe in three dimensions. Unlike most planetarium software,
36 Celestia doesn't confine you to the surface of the Earth. You can
37 travel throughout the solar system, to any of over 100,000 stars, or
38 even beyond the galaxy. All travel in Celestia is seamless; the
39 exponential zoom feature lets you explore space across a huge range of
40 scales, from galaxy clusters down to spacecraft only a few meters
41 across. A 'point-and-goto' interface makes it simple to navigate
42 through the universe to the object you want to visit.
43
44 %description -l pl
45 Celestia to wolny symulator przestrzeni komicznej w czasie
46 rzeczywistym, który pozwala do¶wiadczaæ naszego Wszech¶wiata w trzech
47 wymiarach. W odró¿nieniu od innych programów planetarnych Celestia nie
48 przywi±zuje Ciê do powierzchni ziemi. Mo¿esz podró¿owaæ przez Uk³ad
49 S³oneczny do ponad 100,000 gwiazd lub nawet poza galaktykê. Wszystkie
50 podró¿e w Celestii s± niezauwa¿alne; funkcja wyk³adniczego
51 przybli¿enia pozwala Ci odkrywaæ Kosmos w ró¿nych skalach - od
52 spojrzenia na galaktyki do widoku kilkumetrowych statków kosmicznych.
53 Interfejs typu 'poka¿-i-leæ' czyni nawigacjê przez Wszech¶wiat prost±.
54
55 %prep
56 %setup -q
57
58 %build
59 rm -f missing
60
61 aclocal -I macros
62 autoconf
63 automake -a -f
64 CFLAGS="-I%{_includedir} %{rpmcflags}"
65 CPPFLAGS="-I%{_includedir} %{rpmcflags}"
66 CXXFLAGS="-I%{_includedir} %{rpmcflags}"
67 export CFLAGS CPPFLAGS CXXFLAGS
68 %configure \
69         --enable-gtk
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74 %{__make} -e DESTDIR=$RPM_BUILD_ROOT install
75
76 gzip -9nf README AUTHORS TODO controls.txt
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files
82 %defattr(644,root,root,755)
83 %doc *.gz 
84 %attr(755,root,root) %{_bindir}/*
85 %{_datadir}/*
This page took 0.066372 seconds and 4 git commands to generate.