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.3 by cebix, 2000-10-07T15:52:35Z vs.
Revision 1.4 by cebix, 2000-10-10T19:01:39Z

# Line 25 | Line 25 | format, but it cannot run any C64 progra
25   %setup -q
26  
27   %build
28 < ./configure --prefix=%{_prefix} --mandir=%{_mandir}
28 > CFLAGS=${RPM_OPT_FLAGS} CXXFLAGS=${RPM_OPT_FLAGS} ./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} mandir=%{_mandir} DESTDIR=${RPM_BUILD_ROOT} install
42 > make DESTDIR=${RPM_BUILD_ROOT} install-strip
43  
44   %clean
45   rm -rf ${RPM_BUILD_ROOT}
# Line 48 | Line 48 | rm -rf ${RPM_BUILD_ROOT}
48   %defattr(-,root,root)
49   %doc COPYING README
50   %{_bindir}/*
51
52 %changelog

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines