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.1 by cebix, 1999-10-03T14:16:25Z 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:   2
5 < URL:       http://www.uni-mainz.de/~bauec002/B2Main.html
6 < Source:    BasiliskII_src_250799.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
12 < Vendor: PLD
13 < Packager: Christian Bauer <Christian.Bauer@uni-mainz.de>
14 < BuildRoot: /tmp/%{name}-%{version}-root
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 24 | 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 31 | Line 38 | Some features of Basilisk II:
38    - Uses UAE 68k emulation or (under AmigaOS) real 68k processor
39  
40   %prep
41 < %setup -q
41 > %setup
42  
43   %build
44   cd src/Unix
45 < ./configure --prefix=/usr
46 <
47 < 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 <
56 < install -d $RPM_BUILD_ROOT/usr/lib/BasiliskII/Linux
46 < install -d $RPM_BUILD_ROOT/usr/X11R6/bin
47 <
48 < install -m755 -s src/Unix/BasiliskII $RPM_BUILD_ROOT/usr/X11R6/bin
49 <
50 < cp -R src/Unix/Linux/* $RPM_BUILD_ROOT/usr/lib/BasiliskII/Linux
51 < mkdir docs
52 < cp CHANGES COPYING README TECH TODO docs
55 > cd src/Unix
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 docs/*
64 < /usr/lib/BasiliskII
65 < /usr/X11R6/bin/*
66 <
67 < %changelog
64 < * Fri Jul 23 1999 Roman Niewiarowski <newrom@pasjo.net.pl>
65 <  [0.6-1]
66 < - First rpm release
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