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.9 by cebix, 1999-11-03T10:48:43Z vs.
Revision 1.10 by cebix, 1999-12-22T17:24:58Z

# Line 1 | Line 1
1 < Summary:   A free, portable Mac II emulator
2 < Name:      BasiliskII
3 < Version:   0.8
4 < Release:   1
5 < URL:       http://www.uni-mainz.de/~bauec002/B2Main.html
6 < Source:    BasiliskII_src_02111999.tar.gz
1 > # Note that this is NOT a relocatable package
2 > %define ver 0.8
3 > %define rel 1
4 > %define prefix /usr
5 >
6 > Summary: A free, portable Mac II emulator
7 > Name: BasiliskII
8 > Version: %ver
9 > Release: %rel
10   Copyright: GPL
11 < Group:     Applications/Emulators
11 > Group: Applications/Emulators
12 > Source: BasiliskII_src_02111999.tar.gz
13 > BuildRoot: /tmp/BasiliskII-%{ver}-root
14   Packager:  Christian Bauer <Christian.Bauer@uni-mainz.de>
15 + URL: http://www.uni-mainz.de/~bauec002/B2Main.html
16 + Docdir: %{prefix}/doc
17  
18   %description
19   Basilisk II is a free, portable, Open Source 68k Mac emulator. It requires
# Line 35 | Line 42 | Some features of Basilisk II:
42  
43   %build
44   cd src/Unix
45 < ./configure --prefix=/usr
46 < make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
45 > CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix
46 > if [ "$SMP" != "" ]; then
47 >  (make "MAKE=make -k -j $SMP"; exit 0)
48 >  make
49 > else
50 >  make
51 > fi
52  
53   %install
54 + rm -rf $RPM_BUILD_ROOT
55   cd src/Unix
56 < make install
56 > make prefix=$RPM_BUILD_ROOT%{prefix} install
57 >
58 > %clean
59 > rm -rf $RPM_BUILD_ROOT
60  
61   %files
62 + %defattr(-, root, root)
63   %doc ChangeLog COPYING INSTALL README TECH TODO
64   /usr/bin/BasiliskII
65   /usr/man/man1/BasiliskII.1
66   /usr/share/BasiliskII/keycodes
67 + /usr/share/BasiliskII/fbdevices

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines