ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Frodo.spec
(Generate patch)

Comparing Frodo4/Frodo.spec (file contents):
Revision 1.1 by cebix, 2003-07-01T19:13:18Z vs.
Revision 1.6 by cebix, 2004-01-13T19:52:48Z

# Line 8 | Line 8 | Version: %{version}
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 two flavours: The "normal" Frodo with a line-based
22 + emulation, and the single-cycle emulation "Frodo SC" that is slower
23 + but far more compatible.
24  
25   %prep
26   %setup -q
# Line 25 | Line 32 | make
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
# Line 34 | Line 41 | rm -rf ${RPM_BUILD_ROOT}
41   %files
42   %defattr(-,root,root)
43   %doc COPYING CHANGES
44 + %doc Docs/*.html
45   %{_bindir}/Frodo
38 %{_bindir}/FrodoPC
46   %{_bindir}/FrodoSC
47   %{_bindir}/Frodo_GUI.tcl
48 < %{_datadir}/Frodo/1541 ROM
49 < %{_datadir}/Frodo/Basic ROM
43 < %{_datadir}/Frodo/Char ROM
44 < %{_datadir}/Frodo/Kernal ROM
48 > "%{_datadir}/frodo/Kernal ROM"
49 > %{_datadir}/frodo/Frodo.glade

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines