Summary: x86/DOS emulator with sound/graphics primarily for games Summary(pl): Emulator x86/DOS z dźwiękiem/grafiką głównie dla gier Name: dosbox Version: 0.60 Release: 1 License: GPL Group: Applications/Emulators Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz # Source0-md5: 9f42dff884dc67b46b3fdde27ac44578 Source1: %{name}.desktop Source2: %{name}.png Source3: %{name}.conf URL: http://dosbox.sourceforge.net/ BuildRequires: SDL-devel >= 1.2.0 BuildRequires: libpng-devel %{?debug:BuildRequires: ncurses-devel} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS, a SoundBlaster card for excellent sound compatibility with older games... You can "re-live" the good old days with the help of DOSBox, it can run plenty of the old classics that don't run on your new computer! %description -l pl DOSBox emuluje tryb rzeczywisty procesora 286/386, system plików z katalogami, pamięć XMS/EMS oraz kartę SoundBlaster w celu zapewnienia znakomitej kompatybilności ze starymi grami. Stare wspomnienia odżyją z pomocą DOSBoksa. Dzięki niemu można uruchomić mnóstwo klasyków, które nie odpalają się na nowych komputerach. %prep %setup -q %build %configure \ --enable-shots \ %{?debug:--enable-debug} %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_sysconfdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README THANKS %attr(755,root,root) %{_bindir}/* %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/* %{_mandir}/man1/* %{_desktopdir}/* %{_pixmapsdir}/*