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

Comparing BasiliskII/BasiliskII.spec (file contents):
Revision 1.14 by cebix, 2000-10-10T18:54:33Z vs.
Revision 1.17 by cebix, 2001-01-02T21:03:27Z

# Line 2 | Line 2
2   %define version 0.8
3   %define release 1
4  
5 < Summary: Free, portable 68k Macintosh emulator
5 > Summary: 68k Macintosh emulator
6   Name: %{name}
7   Version: %{version}
8   Release: %{release}
9   Copyright: GPL
10   Group: Applications/Emulators
11 < Source: %{name}_src_05102000.tar.gz
11 > Source: %{name}_src_08122000.tar.gz
12   URL: http://www.uni-mainz.de/~bauec002/B2Main.html
13   BuildRoot: %{_tmppath}/%{name}-root
14 +
15 + # While the data file path (/usr/share/BasiliskII) is compiled into the
16 + # executable, the data files are not required for operation and their location
17 + # can be overridden with prefs items, so I consider this package to be
18 + # relocatable.
19   Prefix: %{_prefix}
20  
21   %description
22 < Basilisk II is a free, portable, Open Source 68k Macintosh emulator. It
23 < requires a copy of a Mac ROM and a copy of MacOS to run. Basilisk II is
24 < freeware and distributed under the GNU General Public License.
22 > Basilisk II is an Open Source 68k Macintosh emulator. That is, it enables
23 > you to run 68k MacOS software on you computer, even if you are using a
24 > different operating system. However, you still need a copy of MacOS and
25 > a Macintosh ROM image to use Basilisk II.
26  
27   Some features of Basilisk II:
28    - Emulates either a Mac Classic (which runs MacOS 0.x thru 7.5)
# Line 33 | Line 39 | Some features of Basilisk II:
39    - Serial drivers
40    - SCSI Manager (old-style) emulation
41    - Emulates extended ADB keyboard and 3-button mouse
42 <  - Uses UAE 68k emulation or (under AmigaOS) real 68k processor
42 >  - Uses UAE 68k emulation or (under AmigaOS and NetBSD/m68k) real 68k
43 >    processor
44  
45   %prep
46   %setup -q
# Line 64 | Line 71 | rm -rf ${RPM_BUILD_ROOT}
71   %defattr(-,root,root)
72   %doc ChangeLog COPYING INSTALL README TECH TODO
73   %{_bindir}/BasiliskII
74 < %{_mandir}/man1/BasiliskII.1
75 < %{_datadir}/BasiliskII/keycodes
76 < %{_datadir}/BasiliskII/fbdevices
74 > %{_mandir}/man1/BasiliskII.1*
75 > %config %{_datadir}/BasiliskII/keycodes
76 > %config %{_datadir}/BasiliskII/fbdevices

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines