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.2 by cebix, 2000-10-05T18:00:31Z vs.
Revision 1.5 by cebix, 2000-10-10T19:01:28Z

# Line 13 | Line 13 | URL: http://www.uni-mainz.de/~bauec002/
13   BuildRoot: %{_tmppath}/%{name}-root
14   Prefix: %{_prefix}
15  
16 Requires: SDL >= 1.1.4
17
16   %description
17   "mon" is an interactive command-driven file manipulation tool that is
18   inspired by the "Amiga Monitor" by Timo Rossi <trossi@jyu.fi>. It has
# Line 26 | Line 24 | PowerPC, 680x0, 80x86, 6502 and 8080 dis
24   %setup -q
25  
26   %build
27 < ./configure --prefix=%{_prefix}
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 40 | Line 38 | make -j $PARL
38  
39   %install
40   rm -rf ${RPM_BUILD_ROOT}
41 < make prefix=%{_prefix} DESTDIR=${RPM_BUILD_ROOT} install
41 > make DESTDIR=${RPM_BUILD_ROOT} install-strip
42  
43   %clean
44   rm -rf ${RPM_BUILD_ROOT}
# Line 50 | Line 48 | rm -rf ${RPM_BUILD_ROOT}
48   %doc AUTHORS ChangeLog COPYING README
49   %{_bindir}/*
50   %{_mandir}/man1/*
53
54 %changelog

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines