# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external bz2lib 1.0.2 | |
2 | – | Requires: gcc-wrapper |
2 | # Build system patches by Lassi A. Tuura <lat@iki.fi> | |
3 | Source: ftp://sources.redhat.com/pub/bzip2/v%(echo %v | tr -d .)/bzip2-%v.tar.gz | |
4 | %define cpu %(echo %cmsplatf | cut -f2 -d_) | |
# | Line 16 | Line 15 | sed -e 's/ -shared/ -dynamiclib/' \ | |
15 | < Makefile-libbz2_so > Makefile-libbz2_dylib | |
16 | ||
17 | %build | |
19 | – | ## IMPORT gcc-wrapper |
18 | case $(uname) in Darwin ) so=dylib ;; * ) so=so ;; esac | |
19 | make %makeprocesses -f Makefile-libbz2_$so | |
20 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |