1 |
|
%define name BasiliskII |
2 |
< |
%define version 0.8 |
2 |
> |
%define version 0.9 |
3 |
|
%define release 1 |
4 |
|
|
5 |
|
Summary: 68k Macintosh emulator |
8 |
|
Release: %{release} |
9 |
|
Copyright: GPL |
10 |
|
Group: Applications/Emulators |
11 |
< |
Source: %{name}_src_10102000.tar.gz |
11 |
> |
Source: %{name}_src_31052001.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 |
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 |