# # rpm spec for dosbox # Summary: x86/DOS emulator with sound/graphics Name: dosbox Version: 0.63 Release: 1 Epoch: 0 License: GPL Group: Applications/Emulators Packager: Paul Heinlein URL: http://dosbox.sourceforge.net/ Source: http://dl.sourceforge.net/dosbox/dosbox-0.63.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpng-devel, SDL-devel %description DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, MacOS X... DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics, a SoundBlaster/Gravis Ultra Sound card for excellent sound compatibility with older games... %prep %setup -q %build %configure --enable-core-inline make %{?_smp_mflags} %install rm -rf "$RPM_BUILD_ROOT" %makeinstall # clean up auto-installed docs; we'll deal with them below rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/dosbox %clean rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root) %doc AUTHORS ChangeLog INSTALL NEWS README THANKS %{_bindir}/* %doc %{_mandir}/*/* %changelog * Fri Nov 19 2004 Paul Heinlein 0:0.63-1 - new upstream version * Mon Oct 11 2004 Paul Heinlein 0:0.62-1 - new upstream version * Wed Sep 22 2004 Paul Heinlein 0:0.61-1 - initial release ### ### eof ###