ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/SIDPlayer.spec.in
(Generate patch)

Comparing SIDPlayer/SIDPlayer.spec.in (file contents):
Revision 1.1 by cebix, 2000-10-05T17:03:50Z vs.
Revision 1.3 by cebix, 2000-10-07T15:52:35Z

# Line 13 | Line 13 | URL: http://www.uni-mainz.de/~bauec002/S
13   BuildRoot: %{_tmppath}/%{name}-root
14   Prefix: %{_prefix}
15  
16 + Requires: SDL >= 1.1.4
17 +
18   %description
19   SIDPlayer is a replayer program for C64 music ("SID tunes"). You can think
20   of it as being a stripped-down C64 emulator that only emulates the CPU and
# Line 23 | Line 25 | format, but it cannot run any C64 progra
25   %setup -q
26  
27   %build
28 < ./configure --prefix=%{_prefix}
28 > ./configure --prefix=%{_prefix} --mandir=%{_mandir}
29   if [ -x /usr/bin/getconf ] ; then
30    NCPU=$(/usr/bin/getconf _NPROCESSORS_ONLN)
31    if [ $NCPU -eq 0 ] ; then
# Line 37 | Line 39 | make -j $PARL
39  
40   %install
41   rm -rf ${RPM_BUILD_ROOT}
42 < make prefix=%{_prefix} DESTDIR=${RPM_BUILD_ROOT} install
42 > make prefix=%{_prefix} mandir=%{_mandir} DESTDIR=${RPM_BUILD_ROOT} install
43  
44   %clean
45   rm -rf ${RPM_BUILD_ROOT}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines