--- Frodo4/Frodo.spec 2003/07/01 19:13:18 1.1 +++ Frodo4/Frodo.spec 2003/07/02 14:18:22 1.3 @@ -8,12 +8,19 @@ Version: %{version} Release: %{release} Copyright: GPL Group: Applications/Emulators -Source: %{name}-V%{version}.tar.gz +Source: %{name}-%{version}.tar.gz URL: http://www.uni-mainz.de/~bauec002/FRMain.html BuildRoot: %{_tmppath}/%{name}-root Prefix: %{_prefix} %description +Frodo is a free, portable Commodore 64 emulator that runs on a variety +of platforms, with a focus on the exact reproduction of special graphical +effects possible on the C64. + +Frodo comes in three flavours: The "normal" Frodo with a line-based +emulation, the improved line-based emulation "Frodo PC", and the +single-cycle emulation "Frodo SC" that is slower but far more compatible. %prep %setup -q @@ -25,7 +32,7 @@ make %install rm -rf ${RPM_BUILD_ROOT} -cd src/Unix +cd Src make DESTDIR=${RPM_BUILD_ROOT} install %clean @@ -34,11 +41,12 @@ rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %doc COPYING CHANGES +%doc Docs/*.html %{_bindir}/Frodo %{_bindir}/FrodoPC %{_bindir}/FrodoSC %{_bindir}/Frodo_GUI.tcl -%{_datadir}/Frodo/1541 ROM -%{_datadir}/Frodo/Basic ROM -%{_datadir}/Frodo/Char ROM -%{_datadir}/Frodo/Kernal ROM +"%{_datadir}/frodo/1541 ROM" +"%{_datadir}/frodo/Basic ROM" +"%{_datadir}/frodo/Char ROM" +"%{_datadir}/frodo/Kernal ROM"