]> git.pld-linux.org Git - packages/celestia.git/blob - celestia.spec
- created this spec
[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:        1
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:  libpng-devel libjpeg-devel glut-devel OpenGL-devel gtk+-devel gtkglarea-devel 
13 BuildRequires:  /usr/share/automake/depcomp
14 Requires:       libpng libjpeg glut OpenGL gtk+ gtkglarea 
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _noautoreqdep   libGL.so.1 libGLU.so.1 libGLcore.so.1
18 %define         _noreqdep        libGL.so.1 libGLU.so.1 libGLcore.so.1
19 %define         _prefix         /usr/X11R6
20 %define         _datadir        %{_prefix}/share
21 %define         _mandir         %{_prefix}/man
22
23 %description
24 Celestia is a free real-time space simulation that lets you experience
25 our universe in three dimensions. Unlike most planetarium software,
26 Celestia doesn't confine you to the surface of the Earth. You can
27 travel throughout the solar system, to any of over 100,000 stars, or
28 even beyond the galaxy. All travel in Celestia is seamless; the
29 exponential zoom feature lets you explore space across a huge range of
30 scales, from galaxy clusters down to spacecraft only a few meters
31 across. A 'point-and-goto' interface makes it simple to navigate
32 through the universe to the object you want to visit.
33
34 %description -l pl
35 Celestia to wolny symulator przestrzeni komicznej w czasie
36 rzeczywistym, który pozwala do¶wiadczaæ naszego Wszech¶wiata w trzech
37 wymiarach. W odró¿nieniu od innych programów planetarnych Celestia nie
38 przywi±zuje Ciê do powierzchni ziemi. Mo¿esz podró¿owaæ przez Uk³ad
39 S³oneczny do ponad 100,000 gwiazd lub nawet poza galaktykê. Wszystkie
40 podró¿e w Celestii s± niezauwa¿alne; funkcja wyk³adniczego
41 przybli¿enia pozwala Ci odkrywaæ Kosmos w ró¿nych skalach - od
42 spojrzenia na galaktyki do widoku kilkumetrowych statków kosmicznych.
43 Interfejs typu 'poka¿-i-leæ' czyni nawigacjê przez Wszech¶wiat prost±.
44
45 %prep
46 %setup -q
47 # This is some kind of problem with automake:
48 ln -s /usr/share/automake/depcomp
49
50 %build
51 export CC=%{__cc}
52 ./configure --prefix=%{_prefix} --enable-gtk
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 %{__make} -e DESTDIR=$RPM_BUILD_ROOT install
58
59 gzip -9nf README AUTHORS TODO controls.txt
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc README.gz AUTHOR.gz TODO.gz controls.txt.gz
67 %attr(755,root,root) %{_bindir}/*
68 %{_datadir}/*
This page took 0.251412 seconds and 4 git commands to generate.