moonlight/moonlight.spec

Name: moonlight
Summary: OpenGL 3D modeller and renderer
Version: 0.5.5
Release: 0.2
License: GPL
Group: Applications/Multimedia
URL: http://www.moonlight3d.org/
Description: Moonlight|3D is a free software modeller and renderer for 3D scenes with an intuitive GUI and powerful editing capabilities.

CentOS 7 x86_64

The build was not successful.

Build Status

CentOS 6 x86_64

The build was not successful.

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $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 <dries@ulyssis.org> - 0.5.5-0.2
- Rebuild for Fedora Core 5.

* Tue Aug 05 2003 Dag Wieers <dag@wieers.com> - 0.5.5-0
- Initial package. (using DAR)