8 |
|
Release: %{release} |
9 |
|
Copyright: GPL |
10 |
|
Group: Applications/Emulators |
11 |
< |
Source: %{name}-V%{version}.tar.gz |
11 |
> |
Source: %{name}-%{version}.tar.gz |
12 |
|
URL: http://www.uni-mainz.de/~bauec002/FRMain.html |
13 |
|
BuildRoot: %{_tmppath}/%{name}-root |
14 |
|
Prefix: %{_prefix} |
15 |
|
|
16 |
|
%description |
17 |
+ |
Frodo is a free, portable Commodore 64 emulator that runs on a variety |
18 |
+ |
of platforms, with a focus on the exact reproduction of special graphical |
19 |
+ |
effects possible on the C64. |
20 |
+ |
|
21 |
+ |
Frodo comes in three flavours: The "normal" Frodo with a line-based |
22 |
+ |
emulation, the improved line-based emulation "Frodo PC", and the |
23 |
+ |
single-cycle emulation "Frodo SC" that is slower but far more compatible. |
24 |
|
|
25 |
|
%prep |
26 |
|
%setup -q |
32 |
|
|
33 |
|
%install |
34 |
|
rm -rf ${RPM_BUILD_ROOT} |
35 |
< |
cd src/Unix |
35 |
> |
cd Src |
36 |
|
make DESTDIR=${RPM_BUILD_ROOT} install |
37 |
|
|
38 |
|
%clean |
41 |
|
%files |
42 |
|
%defattr(-,root,root) |
43 |
|
%doc COPYING CHANGES |
44 |
+ |
%doc Docs/*.html |
45 |
|
%{_bindir}/Frodo |
46 |
|
%{_bindir}/FrodoPC |
47 |
|
%{_bindir}/FrodoSC |
48 |
|
%{_bindir}/Frodo_GUI.tcl |
49 |
< |
%{_datadir}/Frodo/1541 ROM |
42 |
< |
%{_datadir}/Frodo/Basic ROM |
43 |
< |
%{_datadir}/Frodo/Char ROM |
44 |
< |
%{_datadir}/Frodo/Kernal ROM |
49 |
> |
"%{_datadir}/frodo/Kernal ROM" |