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.16 by cebix, 2000-10-11T18:07:05Z vs.
Revision 1.21 by cebix, 2003-09-29T13:30:29Z

# Line 1 | Line 1
1   %define name BasiliskII
2 < %define version 0.8
2 > %define version 1.0
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_11102000.tar.gz
11 > Source: %{name}_src_15012002.tar.gz
12   URL: http://www.uni-mainz.de/~bauec002/B2Main.html
13   BuildRoot: %{_tmppath}/%{name}-root
14  
# Line 56 | Line 56 | if [ -x /usr/bin/getconf ] ; then
56   else  
57    NCPU=1
58   fi
59 < PARL=$[ $NCPU + 1 ]
60 < make -j $PARL
59 > (make -k -j $NCPU; exit 0)
60 > make
61  
62   %install
63   rm -rf ${RPM_BUILD_ROOT}
# Line 71 | 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
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