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

Comparing COMP/CMSDIST/bz2lib.spec (file contents):
Revision 1.7 by ratnik, Wed Apr 18 23:46:01 2007 UTC vs.
Revision 1.8 by elmer, Tue May 1 11:25:04 2007 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines