%define name kyra %define version 2.0.7 %define release 1mdk Name: %{name} Summary: A Sprite Engine... from a Slightly Different Point of View Version: %{version} Release: %{release} Source0: %{name}-%{version}.tar.bz2 URL: http://www.grinninglizard.com/kyra/ Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot License: GPL/LGPL Provides: devel(libGLcore) %description Kyra is a simple, fully featured, industrial strength Sprite engine written in C++. It is built on top of SDL and has been tested on Windows and Linux. It is provided free for open source projects under the GPL and LGPL. %prep %setup -q %build %configure --with-opengl %make %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig %postun /sbin/ldconfig %files %defattr(-,root,root,0755) %doc README NEWS COPYING AUTHORS %{_bindir}/* %{_libdir}/*.so* %{_libdir}/*.a %{_libdir}/*.la %{_includedir}/Kyra %{_datadir}/* %changelog * Mon May 24 2004 Oktay Acikalin 2.0.7-1mdk - initial rpm build