ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/lua.spec
(Generate patch)

Comparing COMP/CMSDIST/lua.spec (file contents):
Revision 1.3 by eulisse, Mon Sep 19 12:23:49 2011 UTC vs.
Revision 1.5 by eulisse, Thu Sep 22 12:51:43 2011 UTC

# Line 3 | Line 3 | Source0: http://www.lua.org/ftp/lua-%rea
3  
4   %build
5   perl -p -i -e 's|^CFLAGS=|CFLAGS=-fPIC|' src/Makefile
6 + perl -p -i -e 's|-lhistory||;s|-lncurses||' src/Makefile
7   case %cmsplatf in
8 <  osx*)
9 <    make macosx
9 <  ;;
10 <  *)
11 <    make linux
12 <  ;;
8 >  osx*) make macosx ;;
9 >  *) make linux ;;
10   esac
11   %install
12   make install INSTALL_TOP=%i
13 < rm -rf %i/share
13 > %define keep_archives true
14 > %define strip_files %i/{lib,bin}
15 > %define drop_files %i/{share,man}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines