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.15 by cebix, 2000-10-10T21:14:21Z vs.
Revision 1.18 by cebix, 2001-02-02T20:52:56Z

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