Summary: Simulator construction tool Name: simgear Version: 0.3.8 Release: 1%{?dist} Group: System Environment/Libraries License: LGPL URL: http://www.simgear.org Source0: ftp://ftp.simgear.org/pub/simgear/Source/SimGear-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel, libjpeg-devel, freeglut-devel, openal-devel BuildRequires: plib-devel, XFree86-devel %description SimGear is a collection of libraries which provide a variety of functionality useful for building simulations, visualizations, and even games. All the SimGear code is designed to be portable across a wide variety of platforms and compilers. It has primarily been developed in support of the FlightGear project, but as development moves forward, we are generalizing the code to make more of it useful for other types of applications. %package devel Summary: %{name} development libraries Group: Development/Libraries %description devel SimGear is a collection of libraries which provide a variety of functionality useful for building simulations, visualizations, and even games. All the SimGear code is designed to be portable across a wide variety of platforms and compilers. It has primarily been developed in support of the FlightGear project, but as development moves forward, we are generalizing the code to make more of it useful for other types of applications. The SimGear-devel package contains the header files and libraries needed to develop programs that are based on the SimGear libraries. %prep %setup -q -n SimGear-%{version} %build %configure --with-jpeg-factory %{__make} %install rm -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} %clean rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) %doc COPYING NEWS %{_includedir}/simgear/ %{_libdir}/*.a %changelog * Fri Jul 15 2005 Andreas Thienemann 0.3.8-1 - Initial specfile