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

Comparing COMP/CMSDIST/zlib.spec (file contents):
Revision 1.2 by eulisse, Fri Mar 10 10:54:27 2006 UTC vs.
Revision 1.7 by ratnik, Wed Apr 18 23:46:02 2007 UTC

# Line 1 | Line 1
1   ### RPM external zlib 1.1.4
2 + Requires: gcc-wrapper
3   Source: http://www.gzip.org/%n/%n-%v.tar.bz2
4  
5   %build
6 + ## IMPORT gcc-wrapper
7   case $(uname) in
8    Darwin )
9      LDSHARED="gcc -dynamiclib" ./configure --shared --prefix=%i
# Line 19 | Line 21 | case $(uname) in
21    Darwin ) make install LIBS='libz.dylib.$(VER)' SHAREDLIB=libz.dylib ;;
22    * ) make install ;;
23   esac
24 + #
25 + #

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines