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.4 by cebix, 1999-10-03T17:21:45Z vs.
Revision 1.11 by cebix, 1999-12-22T17:27:25Z

# Line 1 | Line 1
1 < Summary:   A free, portable Mac II emulator
2 < Name:      BasiliskII
3 < Version:   0.7
4 < Release:   1
5 < URL:       http://www.uni-mainz.de/~bauec002/B2Main.html
6 < Source:    BasiliskII_src_03101999.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_22121999.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 22 | Line 29 | Some features of Basilisk II:
29    - Floppy disk driver (only 1.44MB disks supported)
30    - Driver for HFS partitions and hardfiles
31    - CD-ROM driver with basic audio functions
32 +  - Easy file exchange with the host OS via a "Host Directory Tree" icon
33 +    on the Mac desktop
34    - Ethernet driver
35    - Serial drivers
36    - SCSI Manager (old-style) emulation
# Line 33 | Line 42 | Some features of Basilisk II:
42  
43   %build
44   cd src/Unix
45 < ./configure --prefix=/usr --exec_prefix=/usr/X11R6
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/X11R6/bin/BasiliskII
64 > /usr/bin/BasiliskII
65   /usr/man/man1/BasiliskII.1
66   /usr/share/BasiliskII/keycodes
67 <
49 < %changelog
50 < * Fri Jul 23 1999 Roman Niewiarowski <newrom@pasjo.net.pl>
51 <  [0.6-1]
52 < - First rpm release
67 > /usr/share/BasiliskII/fbdevices

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines