SPECS: stellarium.spec - 0.9.0

wolf wolf at pld-linux.org
Fri Jun 22 18:09:25 CEST 2007


Author: wolf                         Date: Fri Jun 22 16:09:25 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.9.0

---- Files affected:
SPECS:
   stellarium.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/stellarium.spec
diff -u SPECS/stellarium.spec:1.17 SPECS/stellarium.spec:1.18
--- SPECS/stellarium.spec:1.17	Tue Apr 24 12:46:08 2007
+++ SPECS/stellarium.spec	Fri Jun 22 18:09:20 2007
@@ -2,19 +2,32 @@
 Summary:	Realistic sky generator
 Summary(pl.UTF-8):	Realistyczny generator obrazu nieba
 Name:		stellarium
-Version:	0.8.2
+Version:	0.9.0
 Release:	1
 License:	GPL v2
 Group:		X11/Applications/Science
 Source0:	http://dl.sourceforge.net/stellarium/%{name}-%{version}.tar.gz
-# Source0-md5:	8f4bcfcf6ad74ab57f1a9fc4f3927527
+# Source0-md5:	781a5171705c72e4dd3d08c9b1e4c15c
 Source1:	%{name}.desktop
 Source2:	%{name}.png
+Source3:	http://dl.sourceforge.net/stellarium/%{name}_user_guide-%{version}-1.pdf
+# Source3-md5:	13370d7553538a803d181b1d3ac13d0e
+Patch0:		%{name}-moc.patch
+Patch1:		%{name}-qt-path.patch
 URL:		http://www.stellarium.org/
 BuildRequires:	OpenGL-devel
-BuildRequires:	SDL-devel >= 1.2
+BuildRequires:	QtGui-devel
+BuildRequires:	QtOpenGL-devel
 BuildRequires:	SDL_mixer-devel >= 1.2
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	curl-devel
+BuildRequires:	freetype-devel
+BuildRequires:	gettext-devel
+BuildRequires:	libjpeg-devel
 BuildRequires:	libpng-devel
+BuildRequires:	libpng-devel
+BuildRequires:	libtool
 Requires:	OpenGL
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -56,10 +69,23 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+
+install %{SOURCE3} .
 
 %build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
 %configure \
-	--disable-sdltest
+	--disable-sdltest \
+	--with-qt42 \
+	--with-qt-dir=/usr
 %{__make}
 
 %install
@@ -79,7 +105,7 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc AUTHORS ChangeLog NEWS README TODO %{name}_user_guide-%{version}-1.pdf
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
@@ -92,6 +118,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2007/06/22 16:09:20  wolf
+- 0.9.0
+
 Revision 1.17  2007/04/24 10:46:08  blekot
 - up to 0.8.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/stellarium.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list