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

Comparing mon/mon.spec.in (file contents):
Revision 1.4 by cebix, 2000-10-07T15:51:03Z vs.
Revision 1.5 by cebix, 2000-10-10T19:01:28Z

# Line 24 | Line 24 | PowerPC, 680x0, 80x86, 6502 and 8080 dis
24   %setup -q
25  
26   %build
27 < ./configure --prefix=%{_prefix} --mandir=%{_mandir}
27 > CFLAGS=${RPM_OPT_FLAGS} CXXFLAGS=${RPM_OPT_FLAGS} ./configure --prefix=%{_prefix} --mandir=%{_mandir}
28   if [ -x /usr/bin/getconf ] ; then
29    NCPU=$(/usr/bin/getconf _NPROCESSORS_ONLN)
30    if [ $NCPU -eq 0 ] ; then
# Line 38 | Line 38 | make -j $PARL
38  
39   %install
40   rm -rf ${RPM_BUILD_ROOT}
41 < make prefix=%{_prefix} mandir=%{_mandir} DESTDIR=${RPM_BUILD_ROOT} install
41 > make DESTDIR=${RPM_BUILD_ROOT} install-strip
42  
43   %clean
44   rm -rf ${RPM_BUILD_ROOT}
# Line 48 | Line 48 | rm -rf ${RPM_BUILD_ROOT}
48   %doc AUTHORS ChangeLog COPYING README
49   %{_bindir}/*
50   %{_mandir}/man1/*
51
52 %changelog

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines