--- BasiliskII/BasiliskII.spec 2000/10/10 21:14:21 1.15 +++ BasiliskII/BasiliskII.spec 2003/09/29 13:30:29 1.21 @@ -1,5 +1,5 @@ %define name BasiliskII -%define version 0.8 +%define version 1.0 %define release 1 Summary: 68k Macintosh emulator @@ -8,9 +8,14 @@ Version: %{version} Release: %{release} Copyright: GPL Group: Applications/Emulators -Source: %{name}_src_10102000.tar.gz +Source: %{name}_src_15012002.tar.gz URL: http://www.uni-mainz.de/~bauec002/B2Main.html BuildRoot: %{_tmppath}/%{name}-root + +# While the data file path (/usr/share/BasiliskII) is compiled into the +# executable, the data files are not required for operation and their location +# can be overridden with prefs items, so I consider this package to be +# relocatable. Prefix: %{_prefix} %description @@ -51,8 +56,8 @@ if [ -x /usr/bin/getconf ] ; then else NCPU=1 fi -PARL=$[ $NCPU + 1 ] -make -j $PARL +(make -k -j $NCPU; exit 0) +make %install rm -rf ${RPM_BUILD_ROOT} @@ -66,6 +71,6 @@ rm -rf ${RPM_BUILD_ROOT} %defattr(-,root,root) %doc ChangeLog COPYING INSTALL README TECH TODO %{_bindir}/BasiliskII -%{_mandir}/man1/BasiliskII.1 -%{_datadir}/BasiliskII/keycodes -%{_datadir}/BasiliskII/fbdevices +%{_mandir}/man1/BasiliskII.1* +%config %{_datadir}/BasiliskII/keycodes +%config %{_datadir}/BasiliskII/fbdevices