# | Line 2 | Line 2 | |
---|---|---|
2 | Source0: http://www.lua.org/ftp/lua-%realversion.tar.gz | |
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 |
8 | < | ;; |
9 | < | *) |
10 | < | make linux |
11 | < | ;; |
8 | > | osx*) make macosx ;; |
9 | > | *) make linux ;; |
10 | esac | |
11 | %install | |
12 | make install INSTALL_TOP=%i | |
13 | + | %define keep_archives true |
14 | + | %define strip_files %i/{lib,bin} |
15 | + | %define drop_files %i/{share,man} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |