]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- 1.2.4
authorwolf <wolf@pld-linux.org>
Sun, 22 Dec 2002 23:12:49 +0000 (23:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- moon eclipse patch

Changed files:
    celestia.spec -> 1.14

celestia.spec

index 354bc94ebdbcb8303c3397a89ab1fab112b3aef8..811d6d66c69b78333afe000256928fb60d93ae63 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       A real-time visual space simulation
 Summary(pl):   Symulacja przestrzeni kosmicznej w czasie rzeczywistym
 Name:          celestia
-Version:       1.1.4
-Release:       3
+Version:       1.2.4
+Release:       1
 License:       GPL
 Group:         X11/Applications/Science
 Source0:       http://prdownloads.sourceforge.net/celestia/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
+Patch0:                %{name}-moon_eclipse.patch
 URL:           http://www.shatters.net/celestia/
 BuildRequires: OpenGL-devel
 BuildRequires: autoconf
@@ -50,6 +51,7 @@ Interfejs typu 'poka
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 rm -f missing
@@ -59,8 +61,7 @@ automake -a -f
 CFLAGS="-I%{_includedir} %{rpmcflags}"
 CPPFLAGS="-I%{_includedir} %{rpmcflags}"
 CXXFLAGS="-I%{_includedir} %{rpmcflags} -fno-rtti -fno-exceptions"
-%configure \
-       --enable-gtk
+%configure
 %{__make}
 
 %install
This page took 0.137132 seconds and 4 git commands to generate.