]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- jupiter and neptune have rings
authorwolf <wolf@pld-linux.org>
Thu, 2 Jan 2003 21:41:11 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    celestia.spec -> 1.19

celestia.spec

index 798b0b09fa25812a600a762821381592e5548d81..9e6dacb5cf56c0745d58d955b9109f1be63fda17 100644 (file)
@@ -7,7 +7,10 @@ License:       GPL
 Group:         X11/Applications/Science
 Source0:       http://prdownloads.sourceforge.net/celestia/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
+Source2:       http://www.la-guarida.com/Celestia/Textures/JupiterRings.zip
+Source3:       http://www.la-guarida.com/Celestia/Textures/NeptuneRings.zip
 Patch0:                %{name}-moon_eclipse.patch
+Patch1:                %{name}-planet_rings.patch
 URL:           http://www.shatters.net/celestia/
 BuildRequires: OpenGL-devel
 BuildRequires: autoconf
@@ -322,8 +325,9 @@ Obsoletes:  %{name}-textures-pluto
 Tekstury Plutona o wielko¶ci 1024 x 512.
 
 %prep
-%setup -q
+%setup -q -a2 -a3
 %patch0 -p1
+%patch1 -p1
 
 touch PLACEHOLDER-TASK-DEFAULT
 
@@ -343,6 +347,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -e DESTDIR=$RPM_BUILD_ROOT install
 install -d $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Astronomy
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Astronomy/%{name}.desktop
+install {jupiter,neptune}-rings.png $RPM_BUILD_ROOT%{_datadir}/celestia/textures/medres/
 
 cd $RPM_BUILD_ROOT%{_datadir}/celestia/textures/medres
 mv moonbump1k.jpg moonbump.jpg
@@ -446,9 +451,11 @@ mv -f .solar solarsys.ssc
 %{_datadir}/celestia/textures/medres/dione.jpg
 %{_datadir}/celestia/textures/medres/gasgiant.jpg
 %{_datadir}/celestia/textures/medres/iapetus.jpg
+%{_datadir}/celestia/textures/medres/jupiter-rings.png
 %{_datadir}/celestia/textures/medres/jupiterlike.jpg
 %{_datadir}/celestia/textures/medres/mimas.jpg
 %{_datadir}/celestia/textures/medres/miranda.jpg
+%{_datadir}/celestia/textures/medres/neptune-rings.png
 %{_datadir}/celestia/textures/medres/oberon.jpg
 %{_datadir}/celestia/textures/medres/phobos.jpg
 %{_datadir}/celestia/textures/medres/rhea.jpg
This page took 0.164227 seconds and 4 git commands to generate.