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.2 by cebix, 2000-10-05T18:01:18Z vs.
Revision 1.3 by cebix, 2000-10-07T15:52:35Z

# Line 25 | 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 39 | 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