# $Id$ # Authority: dag Summary: OpenGL 3D modeller and renderer Name: moonlight Version: 0.5.5 Release: 0.2%{?dist} License: GPL Group: Applications/Multimedia URL: http://www.moonlight3d.org/ Source: http://ml3d.sf.net/install/moonlight-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: freetype-devel, libtiff-devel, gcc-c++ %description Moonlight|3D is a free software modeller and renderer for 3D scenes with an intuitive GUI and powerful editing capabilities. %prep %setup -n %{name} %build cd src/ %configure \ --with-ttf-include="%{_includedir}/freetype1/freetype" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc ChangeLog LICENSE README %{_bindir}/* %{_datadir}/moonlight/ %changelog * Sat Apr 08 2006 Dries Verachtert - 0.5.5-0.2 - Rebuild for Fedora Core 5. * Tue Aug 05 2003 Dag Wieers - 0.5.5-0 - Initial package. (using DAR)