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.14 by elmer, Sun Oct 21 09:43:09 2007 UTC vs.
Revision 1.16 by elmer, Mon Nov 12 21:39:35 2007 UTC

# Line 1 | Line 1
1 < ### RPM external zlib 1.2.3-CMS8
1 > ### RPM external zlib 1.2.3-CMS18
2   Source: http://www.gzip.org/%n/%n-%realversion.tar.bz2
3   Patch: zlib-1.2.3-shared-for-32-bit-on-x86_64
4  
# Line 13 | Line 13 | Patch: zlib-1.2.3-shared-for-32-bit-on-x
13   %endif
14  
15   %build
16 < case $(uname) in
17 <  Darwin )
18 <    LDSHARED="gcc -dynamiclib" ./configure --shared --prefix=%i
19 <    make LIBS='libz.dylib.$(VER)' SHAREDLIB=libz.dylib # FIXME: libz.$(VER).dylib
20 <    ;;
21 <
22 <  * )
23 <    ./configure --shared --prefix=%i
24 <    make %makeprocesses
25 <    ;;
26 < esac
16 > ./configure --shared --prefix=%i
17 > make %makeprocesses
18  
19   %install
20 < case $(uname) in
21 <  Darwin ) make install LIBS='libz.dylib.$(VER)' SHAREDLIB=libz.dylib ;;
31 <  * ) make install ;;
32 < esac
33 < #
20 > make install
21 >
22   # SCRAM ToolBox toolfile
23   mkdir -p %i/etc/scram.d
24   cat << \EOF_TOOLFILE >%i/etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines